... 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...
Lars Petersen
lp@...
Apr 1, 2003 8:02 am
38548
... you can go through buffers with...
Pavel Tavoda
Pavel.Tavoda@...
Apr 1, 2003 10:38 am
38549
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 )....
Marc Chantreux
khatar@...
Apr 1, 2003 12:25 pm
38550
... 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 ...
Benji Fisher
benji@...
Apr 1, 2003 2:21 pm
38551
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...
Ed Bachmann
ed_bachmann@...
Apr 1, 2003 2:49 pm
38552
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...
digitect@...
Apr 1, 2003 4:28 pm
38553
... 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...
Dan Sharp
dwsharp@...
Apr 1, 2003 4:30 pm
38554
Read: http://www.vim.org/maillist.php#vim...
B. van Ouwerkerk
bvo@...
Apr 1, 2003 4:35 pm
38555
... Maybe ... is what you want (especially :mksession). HTH --Benji Fisher...
Benji Fisher
benji@...
Apr 1, 2003 5:01 pm
38556
... I think :he bugreport is what you want. ... Dan Sharp...
Dan Sharp
dwsharp@...
Apr 1, 2003 5:37 pm
38557
... This must be an April fools prank. No one would ever want to unsubscribe to this list. Ross...
Ross A. Osborn
rosborn@...
Apr 1, 2003 6:17 pm
38558
No, the April fools joke was from M$, they claim you can make your M$ software secure. B....
B. van Ouwerkerk
bvo@...
Apr 1, 2003 6:25 pm
38559
... 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. ...
Antoine J. Mechelynck
antoine.mechelynck@...
Apr 1, 2003 7:46 pm
38562
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...
Hari Krishna Dara
hari_vim@...
Apr 1, 2003 8:37 pm
38563
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...
Tim Chase
gumnos@...
Apr 1, 2003 9:04 pm
38564
... 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...
Bram Moolenaar
Bram@...
Apr 1, 2003 9:12 pm
38565
In message <200303312028.h2VKSdg11083@...> of Mon, 31 Mar 2003 22:28:39 in , Bram Moolenaar <Bram@...> writes ... That is REALLY good. I...
Walter Briscoe
wbriscoe@...
Apr 2, 2003 6:49 am
38566
... 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...
Bram Moolenaar
Bram@...
Apr 2, 2003 9:18 am
38567
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...
Bram Moolenaar
Bram@...
Apr 2, 2003 1:40 pm
38568
... 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...
Aschwin Marsman
a.marsman@...
Apr 2, 2003 1:52 pm
38569
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...
Martin Norbäck
d95mback@...
Apr 2, 2003 2:36 pm
38570
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...
Valery Kondakoff
strauss@...
Apr 2, 2003 2:37 pm
38571
... HTH wbr, Lukas -- Lukas Ruf | Wanna know anything about raw | <http://www.lpr.ch> | IP? <http://www.rawip.org> |...
Lukas Ruf
ruf@...
Apr 2, 2003 3:00 pm
38572
... 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...
Anthony Campbell
ac@...
Apr 2, 2003 3:33 pm
38573
... 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,...
CaT
cat@...
Apr 2, 2003 3:45 pm
38574
Hello, is it possible to pass only visually selected lines to 2html.vim? Thank You Joachim ########################################### This message has been...
Hofmann, Joachim
j.hofmann@...
Apr 2, 2003 4:13 pm
38575
... 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 = '-- '...
Piet Delport
pjd@...
Apr 2, 2003 4:52 pm
38576
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...