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...
41027
Mikolaj Machowski
mikmach@...
Nov 4, 2005 10:51 am
... Probably you should modify aap recipe. Hmm. In header of main.aap is note about config.arg where configure options should be put. m....
41028
A. J. Mechelynck
antoine.mechelynck@...
Nov 4, 2005 3:38 pm
... 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...
41029
Franois Pinard
pinard@...
Nov 4, 2005 5:15 pm
[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...
41030
Pieter Lenaerts
e-type@...
Nov 5, 2005 7:34 am
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 <...
41031
Gabriel Barta
gbarta@...
Nov 8, 2005 5:35 am
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...
41032
bram@...
Nov 9, 2005 4:18 am
The message contains Unicode characters and has been sent as a binary attachment....
41033
Stephen Bennett
spb@...
Nov 9, 2005 7:59 pm
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...
41034
A. J. Mechelynck
antoine.mechelynck@...
Nov 10, 2005 4:01 am
Request for enhancement: Select-mode mappings distinct from Visual- and Insert-mode mappings, including the possibility to use (e.g.) sunmap to make individual...
41035
Johannes Zellner
johannes@...
Nov 11, 2005 7:00 am
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...
41036
Martin Stubenschrott
stubenschrott@...
Nov 11, 2005 6:40 pm
... 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...
41037
Johannes Zellner
johannes@...
Nov 11, 2005 7:26 pm
... 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 ...
41038
Mikolaj Machowski
mikmach@...
Nov 11, 2005 8:21 pm
... 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....
41039
Yegappan Lakshmanan
yegappanl@...
Nov 11, 2005 9:54 pm
... As Bram is on vacation, we may not see the next Vim7 alpha snapshot for another two to three weeks. - Yegappan...
41040
george@...
Nov 11, 2005 11:31 pm
The message contains Unicode characters and has been sent as a binary attachment....
41041
Walter Briscoe
wbriscoe@...
Nov 12, 2005 9:58 am
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...
41042
Peter Cech
pcech@...
Nov 12, 2005 12:43 pm
... 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...
41043
A. J. Mechelynck
antoine.mechelynck@...
Nov 12, 2005 3:26 pm
... 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,...
41044
A. J. Mechelynck
antoine.mechelynck@...
Nov 14, 2005 10:45 am
... 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 ...
41045
Charles E. Campbell, ...
drchip@...
Nov 14, 2005 2:54 pm
... 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 ...
41046
A. J. Mechelynck
antoine.mechelynck@...
Nov 15, 2005 7:34 pm
41047
Luc Hermitte
hermitte@...
Nov 16, 2005 12:39 am
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 ...
41048
Xavier de Gaye
xdegaye@...
Nov 18, 2005 9:17 pm
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: ...
41049
george@...
Nov 19, 2005 6:23 am
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...
41052
Bram Moolenaar
Bram@...
Nov 19, 2005 4:34 pm
... 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....
41053
Bram Moolenaar
Bram@...
Nov 19, 2005 4:35 pm
... 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 'backupcopy39; option to "yes". Then at least the file...
41054
Corinna Vinschen
vinschen@...
Nov 19, 2005 5:05 pm
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...
41055
Bram Moolenaar
Bram@...
Nov 19, 2005 6:02 pm
... 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...