Just a short notification. The feature branches in vim_extended are now based on 'vim-with-runtime39; instead of plain 'vim'. Since the official Mercurial...
The French-language help includes a tags-fr. It works -- as long as I don't want to install another helpfile in the same directory. Then ... different...
... I'm the maintainer of http://code.google.com/p/vim-win3264/. The main reason for the existence of the Win64 version is Explorer integration. You have to ...
Hello there. I encountered a problem that Vim always crashes whenever I did some steps. To reproduce the problem, please try the following command (see the ...
Hi I can reproduce internal error E315 with Vim-7.2.411 on Linux: $ yes | head > foo.txt $ chmod a-w foo.txt $ vim -u NONE -c 'au FileChangedRO * :%d' -c 'norm...
Hi, Using set columns=1000 lines=1000 is a commonly used trick to maximize gvim's window. If I execute this line twice: set columns=1000 lines=1000 set...
Hello, Please see the attached patch for an updated version of spec syntax highlighting. Spec files now use a few more "keywords" that should be highlighted. I...
Hello, I installed vim_7.2.411 (Cream) on a PC running windows XP. Launching vim from the command line: vim -u NONE file1 then ... we see that CTRL-<PageUp>...
hi, i've written fix to allow mysql user variables to contain double underscore like system variables: @@tmp_table_size the patch can be grabbed from: ...
Hi Attached patch adds the AAP files to build the Breton dictionary for Vim in utf-8 and latin1 encoding from the OpenOffice-3.x Breton dictionary. Breton...
Hi, When I run gvim -u vimrc0 where vimrc0 is set nocp echom serverlist() I get different results for gvim on windows (the list contains GVIM) and on...
Hi, I tried searching the forum for a similar thread but to no avail. I am writing a syntax highlighting file and want recognise const as keyword. The problem...
Minor bug: :helpgrep lands the cursor at wrong locations (to the left of where it ought to) where preceded by accented characters on the same line. Seen in: ...
Hi When I generate spelling checker files using main.aap in vim/runtime/spell/* with Vim-7.2.411 using Ubuntu-9.10, I then get error E763 when trying to use...
It's been a couple of years since I updated the translation. Attaching a patch against the latest source. Kevin -- You received this message from the "vim_dev"...
Today I had trouble understanding ":set invrightleft" which Tony Mechelynck suggested to ron. May I ask that ":set-inv" help tag be added (and "set-!"...
... I cast my vote for the behavior change instead... vim has had ... favor :keepjumps 10 over this undocumented "feature". In general, I don't think it's a...
While 10G does add to the jump list, ... does not. I believe that both the methods of moving from line to line should be consistent with regard to the jump...
Hi, I have just noticed that vim allows to use "**" as regular expression. Shouldn't this throw a "Nested *" exception like ".**" does? Examples: echo...
Hi ... You can create a Vim spell file from the .aff and .dic files that Myspell uses. Myspell is used by OpenOffice.org and Mozilla. You should be able to ...
Hi all. I'm trying to add a 'language39; menu to my vim setup so my users can select a UI language. The scripts work great on Linux, and I finally managed to...
Hello, With the attached files (vimrc and mb.txt), if I open the mb.txt and just type A, gvim -u vimrc -U NONE --noplugin mb.txt A, Now, I should saw (X =...
I am building vim 7.2.411 with ruby 1.9.1 on Win XP with MinGw ... if_ruby.c:203:15: error: static declaration of 'dll_rb_cFalseClass39; follows non-static...
... Update: There is a second case which triggers incorrect behaviour in "\<Char-nnnn>" when 'encoding39; is UTF-8: - As noted above, after every 0x80 byte in...
Hello all, Can anybody tell us how to compile gvim using vim72 source code on ubuntu 9.04? -- You received this message from the "vim_dev" maillist. Do not...
... 1 ... b (zyx:~) % LANG=C vim --version VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Feb 12 2010 07:37:05) Included patches: 1-303 Modified by Gentoo-7.2.303...
I often do stupid things like opening a file that I have currently open in another vim session in some other terminal. Vim helpfully reminds me about this by...
... The functionality of recognizing which packages were automatically installed as dependencies has been in apt for a while, so pretty much any package...