... I don't have that in my changed.txt which is apparently from 2003-03-24 (just did a fresh install of win32 gvim in my frustration). I did however, find it...
38548
Pavel Tavoda
Pavel.Tavoda@...
Apr 1, 2003 10:38 am
... you can go through buffers with...
38549
Marc Chantreux
khatar@...
Apr 1, 2003 12:25 pm
Hi all, I'm experiencing some error mesages while openning gvim ( not vim ). A function in menu.vim ( s:BMShow ) tries to use an invalid option ( &bufsecret )....
38550
Benji Fisher
benji@...
Apr 1, 2003 2:21 pm
... This may not be possible. I thought, from the docs, that keymaps worked like :lnoremap's, but it seems they do not. I'll post a question to the vim-dev ...
38551
Ed Bachmann
ed_bachmann@...
Apr 1, 2003 2:49 pm
Sorry to bother the list with this, but how do I unsubscribe from the vim mailing list? Ed Bachmann Odum Institute for Research in Social Science Manning Hall...
38552
digitect@...
Apr 1, 2003 4:28 pm
Auuugh, even with :helpgrep I'm unable to find the command that "dumps" the current Vim config info, kind of like :version, :function, ... version?) -- Steve...
38553
Dan Sharp
dwsharp@...
Apr 1, 2003 4:30 pm
... The file explorer is what is messing you up. When you do e. and then select a file, the alternate buffer is the file explorer buffer. If you do :ls! you...
38554
B. van Ouwerkerk
bvo@...
Apr 1, 2003 4:35 pm
Read: http://www.vim.org/maillist.php#vim...
38555
Benji Fisher
benji@...
Apr 1, 2003 5:01 pm
... Maybe ... is what you want (especially :mksession). HTH --Benji Fisher...
38556
Dan Sharp
dwsharp@...
Apr 1, 2003 5:37 pm
... I think :he bugreport is what you want. ... Dan Sharp...
38557
Ross A. Osborn
rosborn@...
Apr 1, 2003 6:17 pm
... This must be an April fools prank. No one would ever want to unsubscribe to this list. Ross...
38558
B. van Ouwerkerk
bvo@...
Apr 1, 2003 6:25 pm
No, the April fools joke was from M$, they claim you can make your M$ software secure. B....
38559
digitect@...
Apr 1, 2003 6:46 pm
... That was it, thanks. -- Steve Hall [ digitect@... ]...
... Didn't you (in illo tempore) receive the mail below, or something like it? Tony. Hi! This is the ezmlm program. I'm managing the vim@... mailing list. ...
38562
Hari Krishna Dara
hari_vim@...
Apr 1, 2003 8:37 pm
While using signs for my breakpts.vim script that I recently posted (which can be used to set breakpoints in vim functions), I have observed lack of...
38563
Tim Chase
gumnos@...
Apr 1, 2003 9:04 pm
zj and zk seem like pseudo-motions...while they move the cursor, they can't be used as real motions for commands that take operators. If you want to delete...
38564
Bram Moolenaar
Bram@...
Apr 1, 2003 9:12 pm
... Earlier today Ralf Hetzel reported the same problem. Coincidence? Using "zj" and "zk" as a motion after an operator wasn't supported so far. But it's...
38565
Walter Briscoe
wbriscoe@...
Apr 2, 2003 6:49 am
In message <200303312028.h2VKSdg11083@...> of Mon, 31 Mar 2003 22:28:39 in , Bram Moolenaar <Bram@...> writes ... That is REALLY good. I...
38566
Bram Moolenaar
Bram@...
Apr 2, 2003 9:18 am
... The Makefile at the toplevel of the sources generates these archives. Check the comments to find out what extra requirements there are. -- "Never be afraid...
38567
Bram Moolenaar
Bram@...
Apr 2, 2003 1:40 pm
The message size limit for the Vim maillist is 50 Kbyte, but it's not enforced. This message was almost 2 Mbyte! Looks like we need to enforce the size limit...
38568
Aschwin Marsman
a.marsman@...
Apr 2, 2003 1:52 pm
... I agree with you, if a larger size is needed, you can point to a web site in your email. Kind regards, Aschwin Marsman -- aYniK Software Solutions...
38569
Martin Norbäck
d95mback@...
Apr 2, 2003 2:36 pm
I do a lot of editing of files in different programming languages and I often need to comment and uncomment lines and regions. I've done the following in my...
38570
Valery Kondakoff
strauss@...
Apr 2, 2003 2:37 pm
Hello, vim! When pasting some indented text in Insert mode it is pasted with weird additional indentation. For example, if I'm pasting these three lines in...
38571
Lukas Ruf
ruf@...
Apr 2, 2003 3:00 pm
... HTH wbr, Lukas -- Lukas Ruf | Wanna know anything about raw | <http://www.lpr.ch> | IP? <http://www.rawip.org> |...
38572
Anthony Campbell
ac@...
Apr 2, 2003 3:33 pm
... Did you really mean to post a 1.8M attachment to this list?! AC -- ac@... || http://www.acampbell.org.uk using Linux GNU/Debian || for...
38573
CaT
cat@...
Apr 2, 2003 3:45 pm
... That's what I set on mine. It works well and the only ppl to complain are prats who want to send large images through it. -- "Other countries of course,...
38574
Hofmann, Joachim
j.hofmann@...
Apr 2, 2003 4:13 pm
Hello, is it possible to pass only visually selected lines to 2html.vim? Thank You Joachim ########################################### This message has been...
38575
Piet Delport
pjd@...
Apr 2, 2003 4:52 pm
... You could make this a bit more concise by merging lines with the same comment leader, like so: au FileType haskell,vhdl,ada let b:comment_leader = '-- '...
38576
Eric Winger
ewinger@...
Apr 2, 2003 5:17 pm
My coworker & I are debating whether vim can do this emacs thing. He thinks vim can, I'm not convinced. In general, does vim have the capability to reposition...