Hello, It would be nice, if (optionaly ofcourse:) some column on right side of window (say 'tw' column) will be hightighted. (Does enybody remeber qed.exe?)....
Hopefully it is not too late... The patch is aimed on following (in order of appearance in source code): 1) Solved reentrance problem in do_cscope (e.g. user...
Announcing: Vim (Vi IMproved) version 6.2 - the Amiga memorial edition Author: Bram Moolenaar et al. Announcement ... This is a bugfix release of Vim. Since...
Hello, syntax file changelog.vim in 6.2f highlights spaces at the start of a line as Errors and thus renders half of existing ChangeLogs hardly readable. The...
Hi, I don't know if that counts as a bug, therefore I'm a bit wary. I can reproduce this situation with vim 6.1.300 as well as with 6.2f. Normally, when...
Patch 6.2f.038 Problem: The dependency to run autoconf causes a patch for configure.in to run autoconf, even though the configure script was updated as ...
When built with Borland C++ 5.01, Make_bc5.mak has missing prototypes and missing symbols. I fixed the problems as far as I am able. I left a diagnostic...
Are the updates to 6.2 series runtimes currently going into ftp://ftp.vim.org/pub/vim/runtime/ as used to happen with 6.1? Or are the latest currently in...
Patch 6.2f.037 Problem: When receiving a Netbeans command at the hit-enter or more prompt the screen is redrawn but Vim is still waiting at the prompt. ...
Patch 6.2f.036 Problem: Moving leftwards over text with an illegal UTF-8 byte moves one byte instead of one character. Solution: Ignore an illegal byte...
Patch 6.2f.035 Problem: The configure check for the netbeans interface doesn't work if the socket and nsl libraries are required. Solution: Check for the...
Hi! There are two problems (GUI Vim 6.1, Win2K): 1) I set 'laststatus39;=2, 'cmdwinheight39;=1 and 'cmdheight39;=1. I want to set 'laststatus39;=0 when I enter command...
Patch 6.2f.034 Problem: The netbeans interface cannot be used on systems without vsnprintf(). (Tony Leneis) Solution: Use EMSG(), EMSGN() and EMSG2()...
Running XP, I have two copies of 62f in: c:\vim92;vim_cvs c:\vim92;vim62f I run the cvs version with: c:\vim92;vim_cvs92;gvim "+$VIMRUNTIME='c:92;vim\vim_cvs92;runtime39;" ...
Poblem: An alternate key for IM activation doesn't work. Response from IM is too slow. Both problems occur on gvim 6.2e based on gtk2 User solution: Delete...
Take a look at undo.c; the undo information for each buffer is a doubly-linked list of linked lists. If you created a means to dump that data to disk and later...
Patch 6.2f.033 Problem: Cscope: re-entrance problem for ":cscope" command. Checking for duplicate database didn't work well for Win95. Didn't check for ...
Patch 6.2f.032 Problem: When a write fails for a ":silent!" while inside try/endtry the BufWritePost autocommands are not triggered. Solution: Check the...
Patch 6.2f.031 Problem: Crash when listing a function argument in the debugger. (Ron Aaron) Solution: Init the name field of an argument to NULL. Files:...
Patch 6.2f.028 Problem: GTK: When 'imactivatekey' is empty and XIM is inactive it can't be made active again. Cursor isn't updated immediately when...
Patch 6.2f.011 Problem: The configure script doesn't work with autoconf 2.5x. Solution: Add square brackets around a header check. (Aron Griffis) Note:...
Patch 6.2f.026 Problem: When typing new text at the command line, old composing characters may be displayed. Solution: Don't read composing characters...
Hi, I sometimes make a change to a file, close it, and then realize I need to "undo" the change for some reason. Wouldn't it be nice if you could open the...
[syntax/vim.vim] When a literal string (i.e. with single-quotes) is furnished as argument to a function, _and_ its first char is alphanumeric, _and_ its second...
Patch 6.2f.025 Problem: When reading a file from stdin that has DOS line endings but a missing end-of-line for the last line 'fileformat39; becomes "unix". ...