Hello, ... You can delete the lines to the black-hole register: 1,$ d_ For more information, read ... You can set the 'report39; option to a large value to...
67244
Tim Chase
vim@...
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@...
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@...
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@...
Apr 3, 2006 4:22 pm
... If you do, please make it a new option ("usetab" or "useopentab" perhaps) for this. I would find it disconcerting if vim switched to a different tab when...
67240
Benji Fisher
benji@...
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...
... I'll see if I can make "useopen" work for windows in other tab pages. ... Do you mean you would want 'A use the 'switchbuf39; option? -- LARGE MAN: Who's...
67236
Benji Fisher
benji@...
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@...
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@...
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@...
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@...
Apr 3, 2006 1:23 pm
67231
Eric Arnold
eric_p_arnold@...
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@...
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@...
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@...
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@...
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@...
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@...
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_search92;n but seem that vim do not anything, why? # vim --version VIM...
67224
John Degen
jeehannes@...
Apr 3, 2006 11:36 am
... Try :%s/\(92;s\)\(word192;)\(\s92;)/\1word2\3/g -- Sane sicut lux seipsam, & tenebras manifestat, sic veritas norma sui, & falsi est. -- Spinoza ...
67223
jagpreet
jagpreetc@...
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@...
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@...
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@...
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@...
Apr 3, 2006 9:47 am
Hi Yakov ... This regular expression matches paragraphs which contain (w1, w2, w3) in any order: ...
67218
jagpreet
jagpreetc@...
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@...
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@...
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 ...