thanks, I was looking for this. vipin ... Information transmitted by this E-MAIL is proprietary to Wipro and/or its Customers and is intended for use only by...
Hi everyone, I am a very happy vim user, except for one small thing: when I press <End> in either insert or normal mode, it doesn't go to the end of the line,...
21637
Benji Fisher
benji@...
Oct 1, 2001 12:58 pm
... I do not know what lyx does, but if you are using something to format the text after writing it, why does it matter that the lines are badly split? You can...
Hello, how can I set the title of my (WinNT) - Dos Box with vim in it to the current filename? While in vim, :"!title blabla" is not possible. Thank You Achim ...
21640
David Menuhin
manute@...
Oct 1, 2001 1:08 pm
So far I can't find a command that will close any open help window, like ... Thanks Dave...
21641
David Menuhin
manute@...
Oct 1, 2001 2:07 pm
Hi everyone Does anyone know a way to embed key mappings into a file, similar to the way you can set options with modelines? Thanks Dave...
21642
Neil Bird
neil.bird@...
Oct 1, 2001 2:14 pm
... That'd be a virus, that would! You could probably achieve the same thing with an ftplugin or augroup command based on the filename. -- =================-...
21643
David Menuhin
manute@...
Oct 1, 2001 2:22 pm
... Excellent, thanks a lot! Never knew what the ftplugins were before :)...
21644
Benji Fisher
fisherbb@...
Oct 1, 2001 2:23 pm
... If you are not worried about the security issue, you can use a modeline to set a custom filetype. Then, do whatever you want in the ftplugin, ending with...
21645
Jürgen Krämer
jkraemer@...
Oct 1, 2001 2:39 pm
Hi, ... Regards, Jürgen -- Jürgen Krämer Softwareentwicklung/-support Habel GmbH...
21646
Travis Hume
travis.hume@...
Oct 1, 2001 2:47 pm
I thought about someing like this, but thought it would just ruin performance. I tried it though and performance is just fine. Thanks for that. On Mon,...
21647
René Clerc
rene@...
Oct 1, 2001 2:50 pm
... My apologies to all for sending this very large file to the list. I'm termcap clueless, and had no idea the file was this big (just attached it without...
21648
Brian Medley
bpmedley@...
Oct 1, 2001 3:00 pm
... http://vim.sourceforge.net/scripts/script.php?script_id=7 -- ~'`^`'~=-.,__,.-=~'`^`'~=-.,__,.-=~'`^`'~=-., \|/ (___) \|/ _,.-=~'`^` Brian Medley...
21649
David Menuhin
manute@...
Oct 1, 2001 3:05 pm
... There's no such thing :)...
21650
Jürgen Krämer
jkraemer@...
Oct 1, 2001 3:20 pm
Hi, Jürgen Krämer wrote ... because when title is set and titlestring ist empty, vim puts the filename into the caption automatically. Regards, Jürgen -- ...
21651
yahoogroups@...
Oct 1, 2001 3:50 pm
Vim 6.0 on Win2k What is the best way to number a list of lines? i.e. I have list of lines like line1 line2 line3 I want to convert this to N. line1 N+1....
21652
Charles E. Campbell
cec@...
Oct 1, 2001 3:57 pm
... Hello! Under http://www.erols.com/astronaut/vim/index.html#VimFuncs you'll see "Visual Incrementing". Source the file. Original: line1 line2 line3 Insert...
21653
David Menuhin
manute@...
Oct 1, 2001 4:11 pm
... in your .vimrc, then you can just do ... where N is the number you want to start from hth Dave...
21654
John Yochum
loki@...
Oct 1, 2001 4:16 pm
... try this mark your area with ma,mb ... 'a,'b:norm 1|i^V^R=index^V^M^V^]:let index=index+1^V^M ^V^R is equivalent to Cntrl-V followed by Cntrl-R ^V^M is...
21655
David Menuhin
manute@...
Oct 1, 2001 4:27 pm
... Actually this is probably better, since you can specify what line to start and end as well (to number lines 6 through 20, with the first number being 10,...
21656
Dominique Pelle
dominique.pelle@...
Oct 1, 2001 4:52 pm
... It could break normal situations, true. However, I doubt @@/ pattern is used often in regular files names. Anyway, keeping it out of the standard...
... This only works for clearcase and will break for other situations. It would require a check if the file is really a clearcase file. A better solution is...
21659
Bram Moolenaar
Bram@...
Oct 1, 2001 6:30 pm
... You can use the client-server communication for this. From inside Vim it's quite simple. You can use remote_send() to send something from the client to...
21660
Mark.Thomas@...
Oct 1, 2001 6:53 pm
I have tried several plugins with the new 6.0 ver of Gvim but they are getting sourced! If I do a manual :source everything seems fine. The facts: plugins...
21661
Benoit Cerrina
b.cerrina@...
Oct 1, 2001 7:21 pm
You can do it in a slightly different way by using the client server mode. See :help clientserver. Basically there is a server vim which you control from your...
21662
Johannes Zellner
johannes@...
Oct 1, 2001 7:22 pm
Hi, if I do a telnet from win2000 to linux the term is set to 'ansi' by default (which seems to be reasonable). If I use console vim in such a session, it...
21663
yahoogroups@...
Oct 1, 2001 7:38 pm
I want to see the contents of all my registers. The ":reg" command shows this, but it limits it to one line per register and I cant search the output. Anyway,...
21664
Benoit Cerrina
b.cerrina@...
Oct 1, 2001 7:48 pm
Hi, I'd like to use the network module to download a file of the form: http://vim.sourceforge.net/scripts/download.php?src_id=210 (yes a script from...