I have been downloading/installing vim 7 with aap. I haven't needed python functionality until, well, now. I checked and noticed that vim isn't compiled with...
Jeremy Conlin
jeremit0@...
Nov 3, 2005 9:49 pm
41027
... Probably you should modify aap recipe. Hmm. In header of main.aap is note about config.arg where configure options should be put. m....
Mikolaj Machowski
mikmach@...
Nov 4, 2005 10:51 am
41028
... You may compile Vim with python yourself, but only if you already have python installed. You may need to specify to the configure and/or make programs that...
A. J. Mechelynck
antoine.mechelynck@...
Nov 4, 2005 3:38 pm
41029
[Jeremy Conlin] ... Bram foresaw the need. You merely have to create vim7/src/config.arg beforehand. In case you'll find some usable ideas, here is the script...
Franois Pinard
pinard@...
Nov 4, 2005 5:15 pm
41030
I used the gentoo patch for configure.in in the auto/configure script this is how I'm patching the 6.4 release when users want tcl support: 2187c2187 <...
Pieter Lenaerts
e-type@...
Nov 5, 2005 7:34 am
41031
Hi everybody, Here is a patch for src/fileio.c, fixing a buffer overflow when invoking vimgrep (if FEAT_AUTOCMD and FEAT_SYN_HL are defined). The ex_vimgrep...
Gabriel Barta
gbarta@...
Nov 8, 2005 5:35 am
41032
The message contains Unicode characters and has been sent as a binary attachment....
bram@...
Nov 9, 2005 4:18 am
41033
The attached patch adds support for preserving SELinux security labels when writing a file. Gentoo's vim maintainer got tired of including it in patch...
Stephen Bennett
spb@...
Nov 9, 2005 7:59 pm
41034
Request for enhancement: Select-mode mappings distinct from Visual- and Insert-mode mappings, including the possibility to use (e.g.) sunmap to make individual...
A. J. Mechelynck
antoine.mechelynck@...
Nov 10, 2005 4:01 am
41035
Hello, 1. is it possible to change the sort order for the completeopt menu? Currently the first (automatically selected) menu entry is placed at the bottom of...
Johannes Zellner
johannes@...
Nov 11, 2005 7:00 am
41036
... It works correctly here - but the sorting depends on the complete plugin, its not necessarily alphabetical. But I always have the top most entry selected...
Martin Stubenschrott
stubenschrott@...
Nov 11, 2005 6:40 pm
41037
... but it doesn't work when pressing ctrl-p! Suppose I've complete=. (current buffer) and the buffer contains apple andy affiliation a<--cursor is here ...
Johannes Zellner
johannes@...
Nov 11, 2005 7:26 pm
41038
... For me it is the first item... ... Wouldn't it still take whole cell? IMO color is enough to differentiate popup menu from background. m....
Mikolaj Machowski
mikmach@...
Nov 11, 2005 8:21 pm
41039
... As Bram is on vacation, we may not see the next Vim7 alpha snapshot for another two to three weeks. - Yegappan...
Yegappan Lakshmanan
yegappanl@...
Nov 11, 2005 9:54 pm
41040
The message contains Unicode characters and has been sent as a binary attachment....
george@...
Nov 11, 2005 11:31 pm
41041
I am conscious that this is probably off topic. However, while a spelling checker is being added to vim, I hope it has some relevance in the same way that a...
Walter Briscoe
wbriscoe@...
Nov 12, 2005 9:58 am
41042
... One can likely find better sources for French, but they have a bunch of other free dictionaries (and links to some more): http://www.dicts.info/ When you...
Peter Cech
pcech@...
Nov 12, 2005 12:43 pm
41043
... In European French, "a hooker" does translate as "un talonneur" (which I disn't know, but my Harraps Shorter English <=> French told me -- 7th ed. 2004,...
A. J. Mechelynck
antoine.mechelynck@...
Nov 12, 2005 3:26 pm
41044
... Hello Luc, I confess I haven't thought this thing out. Maybe not including smap in vmap by default would be better after all. The reason I sent that post ...
A. J. Mechelynck
antoine.mechelynck@...
Nov 14, 2005 10:45 am
41045
... will get you started on this. Alternatively, you can try EasyAccents.vim, so that one types a' (or 'a depending on the existence&value of the variable ...
Charles E. Campbell, ...
drchip@...
Nov 14, 2005 2:54 pm
41046
A. J. Mechelynck
antoine.mechelynck@...
Nov 15, 2005 7:34 pm
41047
Hello, ... I won't say the sunmap is enough. Moreover, I'd rather have :vmap to not imply :smap when we :behave xterm (instead of mswin). For non-printable ...
Luc Hermitte
hermitte@...
Nov 16, 2005 12:39 am
41048
Hi all Clewn and vimGdb 1.5 have been released. They both support the new released Vim 6.4. The clewn project implements full gdb support in the vim editor: ...
Xavier de Gaye
xdegaye@...
Nov 18, 2005 9:17 pm
41049
The message contains Unicode characters and has been sent as a binary attachment....
... Changing this will cause many problems with backwards compatibilty. Vi could not mix -c commands with file names, all -c commands had to come first. You...
Bram Moolenaar
Bram@...
Nov 19, 2005 3:09 pm
41052
... The order is what the completion function returns. When using CTRL-P (previous) the last match is selected, with CTRL-N the first match is selected....
Bram Moolenaar
Bram@...
Nov 19, 2005 4:34 pm
41053
... As you mentioned later, this isn't new in 6.4, it's the same as in 6.3. A workaround is to set the 'backupcopy' option to "yes". Then at least the file...
Bram Moolenaar
Bram@...
Nov 19, 2005 4:35 pm
41054
Hi Bram, ... Sounds good. While I'm sure it's lowest priority for other Unix based OSes, I'm still wondering if that wouldn't also make sense for Linux and...
Corinna Vinschen
vinschen@...
Nov 19, 2005 5:05 pm
41055
... I haven't tried "make dosrt" for Vim 7. I'll include your workaround for now. I think I'll remove the splitup in floppy-size archives for Vim 7. Not very...