Opening a zip file with Vim doesn't work properly if the zip file includes a comment. For example, create a zip file this way: $ touch foo.txt $ zip -z foo.zip...
Patch 7.3.477 Problem: Using ":echo" to output enough lines to scroll, then using "j" and "k" at the more prompt, displays the command on top of the output....
Patch 7.3.480 Problem: When using ":qa" and there is a changed buffer picking the buffer to jump to is not very good. Solution: Consider current and other...
Hello Bram, hello Charles, dear Readers, for some time now i tried to tackle a bug in highlighting of vim files. Namely the highlighting of 'vimVar39;s with and...
Patch 7.3.479 Problem: When 'cursorline39; is set the line number highlighting can't be set separately. Solution: Add "CursorLineNr". (Howard Buchholz) ...
Patch 7.3.478 Problem: Memory leak using the ':rv!' command when reading dictionary or list global variables i.e. with 'viminfo39; containing !. Solution:...
Patch 7.3.476 Problem: When selecting a block, using "$" to include the end of each line and using "A" and typing a backspace strange things happen. ...
Hello, Bram and Thilo have just asked me to re-license the VisVim files (integration with an earlier version of Microsoft Visual C++). Hereby I am licensing...
I saw the list of features on vim.org, it's very cool, so I want to know whether vim8 in development? -- You received this message from the "vim_dev"...
Hi, Originally sent to vim_use but nothing has come up so far. I am using a self built version of VIM on centos 5.7, latest and greatest from the mercurial...
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 34 by xtzgzorex@...: D highlighter: Add new version identifiers and some built-in...
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 55 by carlobal...@...: b:undo_ftplugin is not defined in some files under ftplugins...
Hi, I would like to know if it is possible to include runtime/doc/tags in .hgignore? after I build vim this file shows as modified in mercurial and then when I...
Hello, I found a strange behaviour in the message prompt. Here is how to reproduce it: (1) :echo join(range(1,100), "\n") (2) move down and up for example:...
Hello, I had send this to bugs AT vim.org,but I'm not sure if this address is to continue working. When I was edit English text I has this strang character. ...
Hi Using Vim-7.3.475, I can reproduce a memory leak using the ':rv!' command when reading dictionary or list global variables i.e. with 'viminfo39; containing !...
Hi, Currently, if one wants to extend vim's functionality using python, he also has to learn considerable amount of Vim Script, which in my opinion isn't...
number relativenumber reset bug? I use several machines, Linux, Mac, Windows and have a vimrc that works very for all. The versions of vim range from 6.2 to...
Hi Bram, using the command line argument -g you can force the graphical version. But you can't prevent starting the gui version. This matters, if you want to...
Hi, I run into the following gvim crash happened when I try to switch to other tabs by using "1gt" or "2gt" if NERDTree is opened. the crash is: ChildEBP...
Patch 7.3.473 Problem: 'cursorbind39; does not work correctly in combination with 'virtualedit39; set to "all". Solution: Copy coladd. (Gary Johnson) Files:...
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 57 by zyx....@...: After creating a new line using <CR> <C-o> moves one character...
Hi Bram, when listing the sign definition or placements, you can't abort using the usual q/<ESC>/<Ctrl-C> keys. Attached patch fixes it, by checking the...
This is a minor issue: "vim --help" does not describe the command line options -E and --echo-wid. Is this intentional to keep "make help" short? If not,...
Hi. if_perl.xs contains global function prototype. But gcc 4.x make this occur error. if_perl.c:1102:1: error: static declaration of 'XS_VIM_Msg' follows...
Hi; using vim 7.3 patchlevel 382. How to reproduce: 1. visudo -f /etc/sudoers 2. Write %user1 see its highlighted 3. Add a 1 so it becomes %users1 it becomes...