Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 103923 - 103952 of 137741   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
103923 Tony Mechelynck
antoine.mechelynck@... Send Email
May 2, 2009
5:00 am
... I have. Here is what happens when you use ":set wrap display=lastline&quot;: - If a long line starts somewhere in the middle of the window and overshoots the...
103924 Tony Mechelynck
antoine.mechelynck@... Send Email
May 2, 2009
5:48 am
... Did you set filetype detection on? ... Have you set ":syntax on"? ... And in addition: each colorscheme actually consists of three almost totally separate...
103925 redspider red
redspid@... Send Email
May 2, 2009
6:36 am
thank you, I got it. In Unix like system, it's not a question. But I use Gvim in Windows frequently, I want to restore the session(created by command...
103926 Tony Mechelynck
antoine.mechelynck@... Send Email
May 2, 2009
6:45 am
... With 'revins&#39; set, I expect Vim will insert the characters in the wrong sequence into your buffer, i.e., the last character of the word will be first in...
103927 Nicolas Sebrecht
nicolas.s-dev@... Send Email
May 2, 2009
6:55 am
... Shouldn't be find -name '*.php&#39; > cscope.files ? % tree . ... `-- z `-- b.c % find -name *.c ./b.c ./z/b.c % find -name '*.c' ./b.c ./z/b.c ./y/r.c % -- ...
103928 Nicolas Sebrecht
nicolas.s-dev@... Send Email
May 2, 2009
6:57 am
... Shouldn't be find -name '*.php&#39; > cscope.files ? % tree . ... `-- z `-- b.c % find -name *.c ./b.c ./z/b.c % find -name '*.c' ./b.c ./z/b.c ./y/r.c % -- ...
103929 Nicolas Sebrecht
nicolas.s-dev@... Send Email
May 2, 2009
7:00 am
... Sorry for that question, but why? It's much more readable like this: /* * Comment */ No? -- Nicolas Sebrecht ...
103930 Nicolas Aggelidis
n.aggelidis@... Send Email
May 2, 2009
7:06 am
Now i have the following code on my vimrc "for windows if has("win16&quot;) || has("win32&quot;) || has("win64&quot;) source $HOME/vimfiles/key_bindings.vim source...
103931 Gary Johnson
garyjohn@... Send Email
May 2, 2009
8:42 am
... That's because color schemes and other plugin files are loaded from directories rooted in the directories of your 'runtimepath&#39;. For Unix, the...
103932 Torsten A.
c2k_list@... Send Email
May 2, 2009
8:45 am
... Hi Tony, thanks for your reply, but the issue was already solved. The problem was that the schemes I tried were created for gvim. So I used the CSApprox ...
103933 Andreas Klein
vim@... Send Email
May 2, 2009
8:48 am
Hi redspider, ... Have you tried adapting the way you achieve this on linux to your windows setup? ... I hope you mean with "when I double click a text file",...
103934 Matt Wozniski
mjw@... Send Email
May 2, 2009
9:22 am
... Not if the rest of the codebase is already using /* Comment 1 2 3 */ nor if the above is your company's style guideline. OP: This is explained in the help...
103935 Matt Wozniski
mjw@... Send Email
May 2, 2009
9:26 am
... Even if you can't make them plugins, you can rely on the fact that they're in a directory that's in 'runtimepath&#39; on both OSes to remove the need for...
103936 Mr.SpOOn
mr.spoon21@... Send Email
May 2, 2009
12:24 pm
... Yes, I'm aware of that. Thanks :D --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more...
103937 Peng Yu
PengYu.UT@... Send Email
May 2, 2009
2:23 pm
Hi, The spelling check in the vim (7.0) that I'm using does not flag "valueable&quot; as a typo. I'm wondering if this is a bug in the dictionary used by vim or it...
103938 bill lam
cbill.lam@... Send Email
May 2, 2009
2:37 pm
I'm investigating the feasibility of integrating vim/gvim with other IDE, It will be ok even if vim opened in its own window to edit a file. Is there any...
103939 kay samy
kaysamy77@... Send Email
May 2, 2009
3:42 pm
I have a file with the following text as a portion. ... cuuuuuuuuC {wdwdwGBh} {DwdwdrdW} {WDPdRDpD} {DwdkDb$W} {PdWdwDNd} {DWDWdWdW} {WDPDNDWD} {DWDWDWIW} ...
103940 Tim Chase
vim@... Send Email
May 2, 2009
4:13 pm
... Assumptions: 1) the stray "\" in your results was a mis-type 2) the last line of the file starts with something other than "{" 3) all the lines with...
103941 Dominique Pellé
dominique.pelle@... Send Email
May 2, 2009
6:09 pm
... The word "valueable&quot; is highlighted as a typo for me (as expected). So it must have been fixed (more likely in the dictionary than in Vim). I'm using...
103942 Mahurshi Akilla
mahurshi@... Send Email
May 2, 2009
11:23 pm
The below map works fine in vim, but requires a carriage return in gvim to call the function. Is there a way to get gvim to not require the additional...
103943 Matteo Riva
muradin@... Send Email
May 2, 2009
11:56 pm
Hello everybody. I'm trying to understand how to ask user for input and then insert that text into the buffer. For example, consider I'd like to have a...
103944 Matteo Riva
muradin@... Send Email
May 3, 2009
12:17 am
Actually nevermind, I just read (and thought) better, and came up with this: nmap \h :call MyInput()<CR>:normal a<a href="<C-O>"hp"><C-O>"np</a><CR>a function!...
103945 ace2600
TheOneAndOnlyBrandon@... Send Email
May 3, 2009
12:28 am
I have two plugins I would like toggled on when creating a tab: NERDTree and Tag List. I have looked for specifics for each plugin, but have found no help. I...
103946 John Beckett
johnb.beckett@... Send Email
May 3, 2009
12:46 am
... You don't say whether you know how to do this just once or twice, so we'd better start there. On the first line press V then go to the last line (all...
103947 Ben Fritz
fritzophrenic@... Send Email
May 3, 2009
1:25 am
... I hadn't thought of that. One thing you could do (in Windows) is create a shortcut to Vim named "Run with Vim" with a target like "gvim -S" and put it in...
103948 Tony Mechelynck
antoine.mechelynck@... Send Email
May 3, 2009
1:25 am
... It may depend on your keyboard. On mine, there is no backtick but there is a grave-accent deadkey and I need to add a space to get the backtick. Does it...
103949 Mahurshi Akilla
mahurshi@... Send Email
May 3, 2009
3:49 am
You're right. The function keys do not seem to require the carriage return in gvim. Is there a setting I can tinker with to make gvim behave like vim in this...
103950 Mehdi Bostandoost
mbostandoust@... Send Email
May 3, 2009
8:06 am
Hi   I am working with gvim through the X. (Gvim is on the server and I am connecting to it with ssh -Y). gvim menu font sizes are small for me and the menu...
103951 Jan Larres
lists@... Send Email
May 3, 2009
12:39 pm
Hi, ... Use autocommands, see ... and ... HTH, Jan -- OpenPGP Key-ID: CF1635D4 "I contend that we are both atheists. I just believe in one fewer god than you...
103952 Tony Mechelynck
antoine.mechelynck@... Send Email
May 3, 2009
2:30 pm
... Under http://vim.wikia.com/wiki/Vim_scripts#Vim_scripts_.E2.80.93_recent_changes I see several changes listed, but all of them dated (January 01, 1970 ...
Messages 103923 - 103952 of 137741   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help