Hi, I just upgraded netrw to netrw 103b from Charles Campbell's web-site. Now it seems like opening a directory by just trying to edit it doesn't work, like ...
Hugo Ahlenius
fraxinus@...
Aug 1, 2006 7:14 am
71909
Hello, I don't understand the meaning of <(Local)Leader>. When I set filetype to "mail" (ftplugin mail.vim), how can I execute the mapping to "Quote text by...
J.Hofmann@...
Aug 1, 2006 8:35 am
71910
... Yes, via libcall() ( :help libcall()). You can write your own function in a shared lib that will do fork()+exec() without intermediate /bin/sh. However,...
Yakov Lerner
iler.ml@...
Aug 1, 2006 8:50 am
71911
... Easy. Here's the function that sets buffername without escaping. function! LiteralSetBufferName(name) " we need to escape following chars: $ ` ~ \ % # * ? ...
Yakov Lerner
iler.ml@...
Aug 1, 2006 9:11 am
71912
... Thanks very much to everyone who helped with this, I'm afraid I chickened out in the end and asked the network administrator, he backported a vim 7...
Robert Cussons
r.cussons@...
Aug 1, 2006 9:24 am
71913
... Correction. I wanted to write: Here's the function that sets buffername without any metacharacter expansion....
Yakov Lerner
iler.ml@...
Aug 1, 2006 9:32 am
71914
... imap <c-e> \ nmap <c-e> \ cmap <c-e> \ These all work for me. -- ....
Vigil
vim5632@...
Aug 1, 2006 9:35 am
71915
... A very late reply to this, thanks for the diff mode tip that works great on Linux, I will try it on windows later. The short-cut key works, I had already...
Robert Cussons
r.cussons@...
Aug 1, 2006 9:40 am
71916
... I have the same setup and had a similar problem after installing the new releases to $vim\vimfiles or ~\vimfiles. Do you still have the distribution copy...
Bill McCarthy
WJMc@...
Aug 1, 2006 9:48 am
71917
... [advertisement snipped] see ... HTH, Tony....
A.J.Mechelynck
antoine.mechelynck@...
Aug 1, 2006 12:30 pm
71918
... don't forget the initial colon ... Best regards, Tony....
A.J.Mechelynck
antoine.mechelynck@...
Aug 1, 2006 12:33 pm
71919
... Yes I had -- your change did it! Thanks, Hugo...
Hugo Ahlenius
fraxinus@...
Aug 1, 2006 12:52 pm
71920
... Thanks, Tony. I should provide context for my request. For my cvscommand plugin, which opens new buffers containing the results of CVS operations...
Bob Hiestand
bob.hiestand@...
Aug 1, 2006 2:52 pm
71921
... Be sure to remove all previous installations of netrw. The current version (v103c as of last night) and subsequent vim distributions should no longer have...
Charles E Campbell Jr
drchip@...
Aug 1, 2006 2:59 pm
71922
... I am having a similar issue, but I am using 102 from the main Vim website: http://www.vim.org/scripts/script.php?script_id=1075 ... I don't like modifying...
David Fishburn
fishburn@...
Aug 1, 2006 3:21 pm
71923
... Please remove all the older versions of netrw prior to installing the latest versions of netrw. The "Illegal file name" message comes up before netrw has...
Charles E Campbell Jr
drchip@...
Aug 1, 2006 3:34 pm
71924
... seems to work. ... HTH --Benji Fisher...
Benji Fisher
benji@...
Aug 1, 2006 9:20 pm
71925
Hi, How to put cursor in the middle of screen when replacing words? I have to see the next few lines to know replace or not, but the word always sit in the...
Carlos Liu
about.linux@...
Aug 2, 2006 1:26 am
71926
Hi, When I maximize Gvim in Gnome, the status line is partially hidden by the gnome panel, which is really annoying. This is because of how Vim resizes itself,...
James Hales
jhales.perth@...
Aug 2, 2006 1:58 am
71927
Hi all Is there any key stroke to update content of a currently open file when its content has been changed? Reason for this is that I want to look at my log...
Tien Pham
t.ducpham@...
Aug 2, 2006 2:11 am
71928
... Sounds like you're looking for the 'scrolloff' setting. ... will provide details on this. It allows you to keep a certain number of lines on the screen at...
Tim Chase
vim@...
Aug 2, 2006 2:36 am
71929
... I think the simple answer (untested) is to add "containedin=ALL" to your syntax definition. ... Another way to do it is to search for '\chapter' in the...
Benji Fisher
benji@...
Aug 2, 2006 2:54 am
71930
Hi Tien, You can use ':e[dit]' to reload the current file. Perhaps you could set up something with an autocommand based on the CursorHold event and reduce the...
Peter Hodge
toomuchphp-vim@...
Aug 2, 2006 3:00 am
71931
Hi Peter Thank you very much for the tip. ":e" works so nicely. I will try out those commands soon. Should I insert them in my vimrc file ? Again, many thanks ...
Tien Pham
t.ducpham@...
Aug 2, 2006 3:40 am
71932
Hi Peter The refresh command works well. I put my log file name such as "autocmd CursorHold regression.log edit". Even I have a few files open at the same ...
Tien Pham
t.ducpham@...
Aug 2, 2006 3:54 am
71933
... Hi Tien, Sorry, it seems I was a little naive with that autocommand I showed you, it doesn't work because CursorHold won't trigger again until you press a...
Peter Hodge
toomuchphp-vim@...
Aug 2, 2006 4:42 am
71934
Hi Peter Thank you very much for your time/help. The previous group of commands works really well for me already. I have enjoyed the convenience it's brought...
Tien Pham
t.ducpham@...
Aug 2, 2006 5:16 am
71935
... That's exactly what I want. Thank you! -- Best Regards Carlos...
Carlos Liu
about.linux@...
Aug 2, 2006 5:25 am
71936
... Hi, try Charles Campell's vis-script: http://www.vim.org/scripts/script.php?script_id=1195 HTH, Bernd...
Bernd Strohhäcker
b.strohhaecker@...
Aug 2, 2006 6:24 am
71937
Hi, having marked a visual block with ctrl-v, I'd like to so a search / replace only in that visual block. E.g. when selecting the right block in: xx xx xx xx ...