Patch 7.1.168 (extra) Problem: Win32 GUI: Since patch 7.1.095, when the Vim window does not have focus, clicking in it doesn't position the cursor. (Juergen...
Hi, I'm using the Taglist plugin version 4.5. If I open a taglist window with `:Tlist` in one tab, switch to another tab and back again, I get Error detected...
I connect from windows xp to solaris using telnet. I was scrolling using vim editor and saw something strange. If I do a Ctrl-F twice in succession, the first...
Hi, `:echo match("ip", "i\|p")` results in "-1" (ie. no match). I'd expect that I get "0" as the pattern matches right at the start of the string ("i" is "i"...
Patch 7.1.165 Problem: Crash related to getting X window ID. (Dominique Pelle) Solution: Don't trust the window ID that we got in the past, check it every...
Hi, I am wondering if it is possible to map shortcuts only to a special scope (= filetpye = foo) For Example: CTRL+N in Insert Mode. I want to map this...
Hi, I want to assign the current line under the cursort to an external program. Example Textfile: 1 foo 2 bar 3 calvin 4 hobbes If the cursor is in line 2,...
Hi, When opening a Perl file with option 'filetype plugin on' and with command line option -Z (restricted mode), vim displays an error message. I can reproduce...
... Hash: SHA1 Stanislav Kysel (stas@...) has recently done some work to include new conary recipe methods in our syntax highlighting. Since I was the ...
Patch 7.1.164 Problem: Reading past end of regexp pattern. (Dominique Pelle) Solution: Use utf_ptr2len(). Files: src/regexp.c ... *************** ***...
Patch 7.1.160 Problem: When a focus autocommand is defined, getting or losing focus causes the hit-enter prompt to be redrawn. (Bjorn Winckler) Solution:...
Patch 7.1.162 Problem: Crash when using a modifier before "while" or "for". (A.Politz) Solution: Skip modifiers when checking for a loop command. Files:...
Hi, I'm using diff mode to do 3way merging. 3way merging is for example situation, where two people make change to single file at the same time, so you have...
Valgrind memory checker detects the following memory leak in vim: ==17553== 48 bytes in 3 blocks are definitely lost in loss record 21 of 42 ==17553== at...
Hi, I attach patches to src/mis2.c and src/edit.c to fix linking errors when: - configuring with ./configure --with-features=tiny - and compiling with...
Valgrind memory checker detects out of bounds memory access when using random characters in regular expressions. It happens only when vim is built with...
Hi, on most systems vim forks when gui mode is entered. On OS X this is not implemented. As a workaround, gvim is usually launched in the background ('gvim &')...
Dear Vimmers, There are the functions to get/set buffer-local and window-local variables, but there is no such function for tabpage-local variables. So I'd ...
... Didn't help. The issue is related to terminal emulator somehow. Under minicom, ':silent !' works as documented (minicom emulation set to "ANSI"). Under...
Vim 7.1.157 built on FreeBSD 8.0 with Athena GUI has a menu problem. Any menu only displays the first 2 items, although very rarely one can get vim to display...
When at the end of a buffer, daw on one space won't delete anything. Not that I think this is expected behavior, but this might be intentional (that is,...
Patch 7.1.158 (extra) Problem: Win32 console: When 'encoding39; is "utf-8" and typing Alt-y the result is wrong. Win32 GUI: Alt-y results in "u" when...
Patch 7.1.157 Problem: In Ex mode, :" gives an error at end-of-file. (Michael Hordijk) Solution: Only give an error for an empty line, not for a comment. ...