Hi all, I found a display update problem with the error window (cwindow) entries. This problem is best illustrated with an example. Save the following text...
hello bram. vim made with bc5 break sometime in regexp. this cause is check stack overflow. below is a patch for erase this option. ... *************** ***...
Here's a preliminary patch for Arabic support to Vim-6.0 (vanilla). Keep in mind that this patch might (and possible will) change as further things are added,...
Hi all, When running GUI Vim with the 'confirm39; option turned on, it can be annoying when a dialog box pops up to confirm some operations. In particular, if...
Patch 6.0.118 Problem: When $TMPDIR is a relative path, the temp directory is missing a trailing slash and isn't deleted when Vim exits. (Peter Holm) ...
http://slashdot.org/ to the article http://slashdot.org/articles/02/01/02/0718243.shtml now lets have some amusement with all those emacs people :-) -- ...
I maintain separate directories for the console and gui versions to provide a fast compile/link cycle. The gui version is maintained through CVS. The console...
Patch 6.0.117 (extra) Problem: Win32: when disabling the menu, "set lines=999" doesn't use all the available screen space. Solution: Don't subtract the...
Patch 6.0.116 (extra) Problem: MS-Windows NT/2000/XP: filewritable() doesn't work correctly for filesystems that use ACLs. Solution: Use ACL functions to...
Patch 6.0.115 (extra) Problem: Win32: When using a dialog with a textfield it cannot scroll the text. Solution: Add ES_AUTOHSCROLL to the textfield style....
If one uses the menu to configure the runtime path or the tags file, it does not you to edit or scroll past the length of the editbox. Just add ES_AUTOHSCROLL ...
Dear VIMmers! Are there somewhere around already patched (up-to-date) source versions, source snapshots of vim ? It is a bit tedious applying patches...
hello, a happy new year to you all. i offered a patch file generator some while ago here. it's a simple easy bash script but since i offered it in a thread...
Patch 6.0.114 Problem: Using ":p" with fnamemodify() didn't expand "~/" or "~user/" to a full path. For Win32 the current directory was prepended. (Michael...
Patch 6.0.113 Problem: ":edit ~/fname" doesn't work if $HOME includes a space. Also, expanding wildcards with the shell may fail. (John Daniel) Solution:...
Patch 6.0.112 Problem: The explorer plugin doesn't sort directories with a space or special character after a directory with a shorter name. Solution:...
Patch 6.0.111 Problem: The virtcol() function doesn't take care of 'virtualedit39;. Solution: Add the column offset when needed. (Yegappan Lakshmanan) ...
Patch 6.0.110 Problem: Using undo after executing "OxjAxkdd" from a register in an empty buffer gives an error message. (Gerhard Hochholzer) Solution:...
Patch 6.0.109 Problem: XIM: When the input method is enabled, repeating an insertion with "." disables it. (Marcel Svitalsky) Solution: Don't store the...
Patch 6.0.108 Problem: When using folding could try displaying line zero, resulting in an error for a NULL pointer. Solution: Stop decrementing w_topline...
Patch 6.0.106 (extra) Problem: Win32: When the printer font is wrong, there is no error message. Solution: Give an appropriate error message. (Yasuhiro...
Patch 6.0.104 Problem: Multi-byte: When '$' is in 'cpoptions39;, typing a double-wide character that overwrites the left halve of an old double-wide character...
Patch 6.0.105 Problem: Multi-byte: In a window of one column wide, with syntax highlighting enabled a crash might happen. Solution: Skip getting the...
Patch 6.0.103 Problem: When using 'scrollbind39; a large value of 'scrolloff39; will make the scroll binding stop near the end of the file. (Coen Engelbarts) ...
Patch 6.0.102 Problem: When changing folds the cursor may appear halfway a closed fold. (Nam SungHyun) Solution: Set w_cline_folded correctly. (Yasuhiro...
Hello All! I have been working on a major re-writing on winmanager.vim and have come out with the first 2.x version. This is still a beta version (however, i ...
... except I'm not using command.com but cmd.exe (on win2000) which is usually superior... ... also I checked on the msdn and the environment should be...
You can find a Vim desktop calendar here: http://www.moolenaar.net/ On one side there is an easy-to-read 2002 calendar. On the other side there is brief info...
Hi Platform: solaris 2.8 Compiler: Sun Forte 6.2 update 2 Flags: cc -fast -xdepend -fsimple=2 -xarch=v9 -xtarget=ultra2 -xcode=pic32 -s -xprefetch=auto ...