I switched recently to virtualedit mode. Everything is nice except behaviour of 'x' when cursor is to the right of last character of a line. Is it possible to...
Yakov Lerner
yakov.lerner@...
May 1, 2003 9:07 am
39476
[ Note: Unless making fast sort algorithm implementations in pure Vim is your idea of fun, this message will probably bore you to tears. You have been...
Piet Delport
pjd@...
May 1, 2003 9:19 am
39477
... , is remapping also suppressed for things invoked inside the function ? (2) is remapping suppressed only for ';;', of for all other existing mappings ? ...
Yakov Lerner
yakov.lerner@...
May 1, 2003 11:41 am
39478
From: John Culleton [mailto:john@...] ... Check out this help page for an overview of all the map commands. ... Bowie...
Bowie Bailey
Bowie_Bailey@...
May 1, 2003 1:08 pm
39479
Hello, ... No. If you execute a ':normal', things will get expanded -- very easy to check by yourself. You have to use ':normal!' to prevent that. ... ?? If...
Luc Hermitte
hermitte@...
May 1, 2003 4:41 pm
39480
I have two installations of vim, both are version 6.1. When using one of them, if I start a line with '#', and then type enough characters that the line wraps...
Mark Davis
mark@...
May 1, 2003 5:23 pm
39481
... The relevant setting should be the "c" flag in 'formatoptions' (and the "b:#" entry in 'comments', but that should practically always be there anyway)....
Piet Delport
pjd@...
May 1, 2003 5:34 pm
39482
Mark, Check the formatoptions ... on both machines. You probably want at least the 'c' option and probably others. Scott LaBounty Nexa Technologies, Inc. ... ...
Scott LaBounty
slabounty@...
May 1, 2003 5:39 pm
39483
... Hash: SHA1 ... Hi mark, try :help formatoptions and :help fo-table to find out more. As you see there, it's the flag "insert current comment leader" for...
Herr Christian Wolfga...
Christian.Hujer@...
May 1, 2003 5:41 pm
39484
":source"-ing this inside of vim get: Error detected while processing cols.vim: line 12: Not an editor command: guibg=black line 14: Not an editor command:...
Grap Klobber
grapklobber@...
May 1, 2003 5:50 pm
39485
... The option you are looking for is 'formatoptions' and the particular flag giving you problems is 'c'. See ... This is odd, because the default value of...
Gary Johnson
garyjohn@...
May 1, 2003 5:51 pm
39486
I'm using win2k on a Dell with gvim 6.1. I can't seem to get a beep for any error. I checked my errorbells, visualbell and t_vb settings and I believe I have...
Robin Becker
robin@...
May 1, 2003 6:04 pm
39487
... [...] ... Sweet, thanks! -roy...
Roy S. Rapoport
vim@...
May 1, 2003 6:15 pm
39488
... Looks like a word wrap problem of a mail application, these lines should be at the end of the previous lines. ... The line above should be at the end of...
Aschwin Marsman
a.marsman@...
May 1, 2003 6:16 pm
39489
... Hello! In thinking about coding a C version, I believe this new sort of yours most strongly resembles the use of a red-black tree. The problem with coding...
Charles E. Campbell
cec@...
May 1, 2003 7:16 pm
39490
... I agree with Aschwin Marsman; your email client is doing things for (to?) you, ie. word wrapping. Doesn't help with code. Both of the "guibg=black"s...
Charles E. Campbell
cec@...
May 1, 2003 7:32 pm
39491
Yes, I have two different $RUNTIME locations. The new location points to /usr/local/share/vim/vim61. The old $VIMRUNTIME is /usr/share/vim Both directories...
Paul Tremblay
phthenry@...
May 1, 2003 8:52 pm
39492
... to see where an option has been last set, do ... i.e., in this case, ... This should return the current value, and also (unless it was set from the ...
Antoine J. Mechelynck
antoine.mechelynck@...
May 1, 2003 9:58 pm
39493
... [...] Watch you orthography: it is $VIMRUNTIME, not $RUNTIME or $VIMRUTIME, that Vim looks for. Safest, but most labour-intensive, would start with...
Antoine J. Mechelynck
antoine.mechelynck@...
May 1, 2003 10:41 pm
39494
Under Windows 2000, the "default beep" that is used by Vim (both console and gui) corresponds to the setting for "Default Beep" in the sounds control panel. ...
Bruce Mellows
bruce@...
May 1, 2003 10:56 pm
39495
In message <BAY2-DAV56frBImmMLD00005c92@...>, Tim Chase <gumnos@...> writes ... I don't have these keys, either on my home machine or on the...
Robin Becker
robin@...
May 1, 2003 11:05 pm
39496
Was talking to a friend earlier, who just so happen to have mentioned that he loves ViM, though he wished it had a built in spell checker. I mentioned how he...
Tim Holmes
timh@...
May 1, 2003 11:28 pm
39497
... Maybe what you want is engspchk.vim (for English); it also exists for a few other languages. Note that (unless you want to enter every conjugated form of...
Antoine J. Mechelynck
antoine.mechelynck@...
May 1, 2003 11:48 pm
39498
... The two $VIMRUNTIME directories *should* be pretty much the same. (How many times have we advised people on this list not to change or add files under ...
Benji Fisher
benji@...
May 2, 2003 2:41 am
39499
... I did some searching a while ago and found nothing. I found a few keyboard emulations but that is not what I want. I want vim as the editor. I'm also...
Niklas Koponen
niklas.koponen@...
May 2, 2003 6:21 am
39500
... You could use aspell within vim. i have added something like map ^T :w!<CR>:!aspell -d german check %<CR>:e! %<CR> to my .vimrc now, when i hit <Ctrl-T>,...
Heiko Schwarzenberg
hs@...
May 2, 2003 9:27 am
39501
Hi Folks, I have a dream: When editing Java code I want Shift-K to fire up Java API docs for the current keyword. And this needs to work on a Win2K box....
Kerry Sainsbury
ksainsbury@...
May 2, 2003 9:44 am
39502
... Well, it does work fairly well...for some reason, this regularly availble key (it should be there after a fresh install) got hosed on your box. Shouldn't...
Tim Chase
gumnos@...
May 2, 2003 1:15 pm
39503
I've been trying to get vim to compile with the cscope feature, but so far no luck. first I tried to uncomment this line in the makefile CONF_OPT_CSCOPE =...
Stephane Huaulme
stephane@...
May 2, 2003 2:05 pm
39504
I eventually used ./configure --enable-cscope and it yields the same results. it looks like the problem is affecting 6.2a (TOT CVS) only. 6.1 is working fine ...