Hello, Works on VimGDB are progressing nicely. Patch 6 will arrive soon. But this is still to early to include VimGDB into main tree. (Xavier especially looks...
BOOK A new Vim book is available: "Vim ge-packt", by Reinhard Wobst. This is a small sized book, but its 350 pages contain lots of useful information....
A couple of people have reported that gvim63a.exe does not work on Windows 98. The symptom is that it hangs on the license page. It does work on my Windows 98...
Patch 6.3a.018 (after 6.3a.017) Problem: Compiler warning for return value of make_connection(). Solution: Use void return type. Files: src/eval.c ......
Patch 6.3a.017 Problem: servername() doesn't work when Vim was started with the "-X" argument or when the "exclude" in 'clipboard39; matches the terminal ...
... Before I go off an mangle the CVS repository, I'd like to get some feedback from the list about how I should go about checking this release into CVS. It is...
I am trying to set up a system for a non-english speaker using Hebrew. The goal is that the menus and prompts and everything be in Hebrew. Now that the...
Patch 6.3a.016 Problem: After cancelling the ":confirm" dialog the error message and hit-enter prompt may not be displayed properly. Solution: Flush...
Patch 6.3a.015 Problem: Using the "select all" menu item when 'insertmode39; is set and clicking the mouse button doesn't return to Insert mode. The ...
Patch 6.3a.014 Problem: Using multi-byte text and highlighting in a statusline causes gaps to appear. (Helmut Stiegler) Solution: Advance the column by...
Patch 6.3a.012 (extra) Problem: On Windows 98 the installer doesn't work, don't even get the "I agree" button. The check for the path ending in "vim" makes...
Patch 6.3a.011 Problem: Using the explorer plugin changes a local directory to the global directory. Solution: Don't use ":chdir" to restore the current...
Patch 6.3a.010 (extra) Problem: Win32: Characters in the window title that do not appear in the active codepage are replaced by a question mark. Solution:...
Patch 6.3a.009 Problem: Win32: Completion of filenames does not work properly when 'encoding39; differs from the active code page. Solution: Use wide...
Patch 6.3a.008 (extra) Problem: Windows 98: Some of the wide functions are not implemented, resulting in file I/O to fail. This depends on what Unicode ...
I spotted this while trying to steal from Vim its handling of mch_memmove(): In Vim62, configure.in: line 2261: dnl Check for memmove() before bcopy(), makes...
I wonder what's the logic behind the thing that interpreters are not included in --with-features=huge ? (like, perl, python, etc) ? Is it just historical ?...
Hello, vim63a.6, big, perl, python, gcc3.3.1 I understand vim -e -s < f1 a (where f1 is ... ) should output to STDIN connected files c and a. But output is...
In function nb_do_cmd() in netbeans.c, version Vim62: at line 1281: the NULL pointer 'pos' is being dereferenced and causes Vim to crash (that happens when the...
Patch 6.3a.007 Problem: 'cindent39; recognizes "enum" but not "typedef enum". Solution: Skip over "typedef" before checking for "enum". (Helmut Stiegler) ...
I have a (small?) problem with the Motif version of gvim at HP-UX 11. At the moment I'm using 6.2.486 ... Load the same file in two instances of gvim In both...
The Norwegian translation of Vim is now converted from CVS to the Subversion version control system. This means the latest (or any previous) version of the...
Hello Scott and Jonathan, In case you're maintainer(s) of the vimonline site, I'm sending to you my suggestions about www.vim.org site: - it would be nice if...