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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 67216 - 67245 of 137836   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
67245 Yegappan Lakshmanan
yegappanl@... Send Email
Apr 3, 2006
5:08 pm
Hello, ... You can delete the lines to the black-hole register: 1,$ d_ For more information, read ... You can set the 'report&#39; option to a large value to...
67244 Tim Chase
vim@... Send Email
Apr 3, 2006
5:06 pm
... Well, I'm not sure what's going on here. I assume you're actually using export FOO=/tmp rather than export $FOO=/tmp which has very diff. results :)...
67243 Joseph WU
joseph@... Send Email
Apr 3, 2006
4:58 pm
... Ha, great idea to use google to translate it into English. :) I do enjoy this tutorial wrote by Yongwei, very intuitive and well organized. that's the BEST...
67242 Joseph WU
joseph@... Send Email
Apr 3, 2006
4:45 pm
Hi, there, I meet a strange problem when I tried to use "gf" to goto a file under current cursor in a bash script file. Say, I have bash script "aaa.sh" within...
67241 Benji Fisher
benji@... Send Email
Apr 3, 2006
4:22 pm
... If you do, please make it a new option ("usetab" or "useopentab&quot; perhaps) for this. I would find it disconcerting if vim switched to a different tab when...
67240 Benji Fisher
benji@... Send Email
Apr 3, 2006
4:18 pm
... Another option is to split and then do <C-W>H or, if you want to do it all from the command line, ... HTH --Benji Fisher...
67239 Benji Fisher
benji@... Send Email
Apr 3, 2006
4:11 pm
... GIYF: ...
67238 Charles E Campbell Jr
drchip@... Send Email
Apr 3, 2006
3:53 pm
... Try ... Reading -- :he /$ Regards, Chip Campbell...
67237 Bram Moolenaar
Bram@... Send Email
Apr 3, 2006
3:46 pm
... I'll see if I can make "useopen" work for windows in other tab pages. ... Do you mean you would want 'A use the 'switchbuf&#39; option? -- LARGE MAN: Who's...
67236 Benji Fisher
benji@... Send Email
Apr 3, 2006
3:36 pm
... I think that ... will do what you want. See ... The regular expression '\<word1\>' will match "word1" if it preceded and followed by white space or the...
67235 Charles E Campbell Jr
drchip@... Send Email
Apr 3, 2006
2:37 pm
... Well, LogiPat does save its result in the @/ register, but you can also ... HTH, Chip Campbell...
67234 Eric Arnold
eric_p_arnold@... Send Email
Apr 3, 2006
2:26 pm
The CmdwinEnter -Leave events only seem to be triggered when you enter the command edit window (i.e. q: or :^f). I'm finding I could be using these if they...
67233 Daniel Nogradi
nogradi@... Send Email
Apr 3, 2006
1:32 pm
... Thanks a million! I can not even count the number of :q :spli keys that could have been saved had I known about topleft before :)...
67232 Eric Arnold
eric_p_arnold@... Send Email
Apr 3, 2006
1:23 pm
67231 Eric Arnold
eric_p_arnold@... Send Email
Apr 3, 2006
1:20 pm
The :sbuffer command doesn't seem to handle tabs, i.e. it won't honor the "switchbuf=useopen" if the target buffer is loaded in another tab. I'm still trying...
67230 Daniel Nogradi
nogradi@... Send Email
Apr 3, 2006
1:12 pm
... But if I type :vsplit in any of the horizontally split windows then only that window will be split vertically and not all of them. So at the moment my best...
67229 Wu Yongwei
wuyongwei@... Send Email
Apr 3, 2006
12:36 pm
There are three parts under the title "Practical Vim" on the front page of the Linux section <URL:http://www-128.ibm.com/developerworks/cn/linux/>: ...
67228 Jürgen Krämer
jkr@... Send Email
Apr 3, 2006
12:10 pm
Hi, ... the first one is not supposed to work, but the second one should work if you terminate it with \n" i.e. ... Regards, Jürgen -- Jürgen Krämer...
67227 Yakov Lerner
iler.ml@... Send Email
Apr 3, 2006
12:01 pm
... Neither 'normal /a' nor ':exe "normal /a' [do not] work for me. Yakov...
67226 Jürgen Krämer
jkr@... Send Email
Apr 3, 2006
11:53 am
Hi, ... I can't tell you why, but ... works. Regards, Jürgen -- Jürgen Krämer Softwareentwicklung HABEL GmbH & Co. KG...
67225 Sergey Velikanov
vgray@... Send Email
Apr 3, 2006
11:48 am
hello I try to use search in vim normal mode, but I have no luck. I type :normal /word_to_search&#92;n but seem that vim do not anything, why? # vim --version VIM...
67224 John Degen
jeehannes@... Send Email
Apr 3, 2006
11:36 am
... Try :%s/\(&#92;s\)\(word1&#92;)\(\s&#92;)/\1word2\3/g -- Sane sicut lux seipsam, & tenebras manifestat, sic veritas norma sui, & falsi est. -- Spinoza ...
67223 jagpreet
jagpreetc@... Send Email
Apr 3, 2006
11:01 am
Hi All, I'm aware of a global replacement command which works in vi also, which is ... The problem with this command is every occurrence of a string which...
67222 Mikolaj Machowski
mikmach@... Send Email
Apr 3, 2006
10:54 am
... I can only guess. Lets see that whole construction is something like:: function! CC(a,b) let l:st1 = htmlcomplete#CompleteTags(1,'&#39;) if ( l:st1>= 0 ) let...
67221 jagpreet
jagpreetc@... Send Email
Apr 3, 2006
10:11 am
Thanks for reply Yakov. Well There are huge number of variables for which I need chages and again lotsa variable where I don't the prfix. Also, I don't know...
67220 Yakov Lerner
iler.ml@... Send Email
Apr 3, 2006
9:54 am
... If there is *small* number of variables for which you don't need ... and then proceed to remove prefix where you don't need it. Otherwise, if you can come...
67219 Mathias Michaelis
michaelis@... Send Email
Apr 3, 2006
9:47 am
Hi Yakov ... This regular expression matches paragraphs which contain (w1, w2, w3) in any order: ...
67218 jagpreet
jagpreetc@... Send Email
Apr 3, 2006
9:37 am
Hi All, Is there anyway I can add prefix to some of the variables in a file with some specific text. I know the global replacement command, but the number of...
67217 Yakov Lerner
iler.ml@... Send Email
Apr 3, 2006
9:36 am
... No. I need match withn paragraph not within 1 line. Thus it has to include \n or \_ or \_ somewhere instead of .*, but exclude \n\n. I'm not not sure how...
67216 Eric Arnold
eric_p_arnold@... Send Email
Apr 3, 2006
9:21 am
- Is there any way to do a setbufline() as with the new getbufline() ? It would be *great* to be able to change a buffer without having to load it into a ...
Messages 67216 - 67245 of 137836   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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