Patch 7.0.082 Problem: Calling a function that waits for input may cause List and Dictionary arguments to be freed by the garbage collector. Solution:...
Patch 7.0.092 (after 7.0.082 and 7.0.084) Problem: The list of internal function arguments is obsolete now that garbage collection is only done at the...
I see several problems (that I can't explain) in the vim "refresh"-loop watching the growing file (a-la 'tail -f'). Vim commands are below. Problem #1: There...
... I tried what you describe in vim7.0.91, and the cursor is right on the closing brace after dd, not after. Maybe you should upgdare to the latest vim7. ...
Hello, The biggest build size that exists now (the --with-features) is 'huge'. This 'huge' still does not include interpreters. What does public and Bram think...
ok, so help me out here i've looked at filetype vim, and i see nothing that associates _.txt modules with ft=txt whether i enter my 'ai' modules with the...
I am enhancing my cyclecolor script and would like to use another buffer, but would like to do it as transparently as possible. I use bufnr(filename, 1) to...
In (g)vim 7.0.90, when I try to invoke the help, let's say ... the program hangs; and when I finally hit Ctrl-C I get: E426: tag not found: :help@en Similarly...
help! i'm at 7.0.90, but i've noticed the indenting weirdness before, so i don't know when it really started i think the other time(s) too it was in my 'ai'...
Patch 7.0.091 Problem: Using winrestview() while 'showcmd39; is set causes the cursor to be displayed in the wrong position. (Yakov Lerner) Solution: Set...
... Good catch. I think the line you are referring to is let plist = split(&matchpairs, ':\|,') in $VIMRUNTIME/plugin/matchparen.vim . ... Now that the...
I see erratic screen redraw (namely, curshor shown past last line of file, or on wrong line (which is not line('.39;))). This vim 7.0.86 taken from svn today,...
When I use the :Explore or :Sexplore command, the cursor could be positioned on the file I was just editing. PS: why are the .h's positioned after the .o's by...
Patch 7.0.090 Problem: Cancelling the conform() dialog on the console with Esc requires typing it twice. (Benji Fisher) Solution: When the start of an...
I set showbreak to (some extended character). This works fine for latin1 etc. but causes troubles when the encoding is utf8. Cursor position, col() &...
Patch 7.0.088 Problem: When compiled with Perl the generated prototypes have "extern" unnecessarily added. Solution: Remove the "-pipe" argument from...
Patch 7.0.087 Problem: After ":file fname" and ":saveas fname" the 'autochdir39; option does not take effect. (Yakov Lerner) Commands for handling 'autochdir39;...
Giving buffer new name in different directory does not change to new directory, when 'acd' is set. This does not sound right, taking into account that...
Patch 7.0.086 Problem: getqflist() returns entries for pattern and text with the number zero. Passing these to setqflist() results in the string "0". ...
Patch 7.0.084 Problem: The garbage collector may do its work while some Lists or Dictionaries are used internally, e.g., by ":echo" that runs into the...
My older version of perforce plugin was opening another buffer during FileChangedRO, which was OK in Vim6.3, but since Vim7.0 doesn't allow this (results in...
Hello.
I have a question regarding syntax matching. I have some kind of syntax and I have some solution to highlight it, but it does not work the way I...
... The following script, which I "source" in bash before compiling (using the bash "source" or "." command -- just running it isn't enough) includes most of...
Patch 7.0.083 Problem: Clicking with the mouse on an item for inputlist() doesn't work when 'compatible39; is set and/or when 'cmdheight39; is more than one. ...
Hi all, The BufWinEnter autocmd is not invoked when splitting a window. According to the help for the BufWinEnter autocmd, this autocmd is invoked when a...