My VC.NET2003 compiler shows errors for 6.2.120. I made patches for those, please check. netbeans_vcnet2003.diff: windows.h includes winsock.h automatically....
Hello! I've been getting errors from the patches sent out via the newsgroup lately; i.e. for 6.2.120: patch: **** Overdue `---' at line 38; check line numbers...
I was responding to a posting in comp.editors. I recommended the OP to cut and paste an error response. I set up a scenario. I created foo, opened gvim, put...
I have now finished building the arch repository for the vim development. I have checked in 3.0, 5.x and 6.x, and applied all of the patches from 5.8 onward. ...
Patch 6.2.121 (after 6.2.118) Problem: Not all make programs support "+=". (Charles Campbell) Solution: Use a normal assignment. Files: src/Makefile ...
Patch 6.2.120 Problem: Win32 GUI: The console dialogs are not supported on MS-Windows, disabling the 'c' flag of 'guioptions39;. (Servatius Brandt) Solution:...
Patch 6.2.119 (after 6.2.107) Problem: When packing the MS-Windows archives a few files are missing. (Guopeng Wen) Solution: Add gui_beval.* to the list...
Patch 6.2.118 (extra) Problem: Mac: Compiling is done in a non-standard way. Solution: Use the Unix method for Mac OS X, with autoconf. Add "CARBONGUI" ...
Patch 6.2.117 Problem: Breakpoints in loops of sourced files and functions are not detected. (Hari Krishna Dara) Solution: Check for breakpoints when...
Patch 6.2.116 (extra) Problem: German keyboard with Numlock set different from system startup causes problems. Solution: Ignore keys with code 0xff....
Patch 6.2.114 Problem: When stdout is piped through "tee", the size of the screen may not be correct. Solution: Use stdin instead of stdout for ioctl()...
Patch 6.2.113 Problem: Using ":startinsert" after "$" works like "a" instead of "i". (Ajit Thakkar) Solution: Reset "w_curswant" for ":startinsert" and...
Patch 6.2.112 Problem: After applying patches test32 fails. (Antonio Colombo) Solution: Have "make clean" in the testdir delete *.rej and *.orig files. ...
Patch 6.2.111 Problem: Encoding "cp1251" is not recognized. Solution: Add "cp1251" to the table of encocings. (Alexey Froloff) Files: src/mbyte.c ... ...
Patch 6.2.110 Problem: When $LANG includes the encoding, a menu without an encoding name is not found. Solution: Also look for a menu file without any...
Patch 6.2.109 Problem: Compiler warnings with various Amiga compilers. Solution: Add typecast, prototypes, et al. that are also useful for other systems....
Patch 6.2.108 Problem: Crash when giving a message about ignoring case in a tag. (Manfred Kuehn) Solution: Use a longer buffer for the message. Files:...
Patch 6.2.107 (extra) Problem: The NetBeans interface cannot be used on Win32. Solution: Add support for the NetBeans for Win32. Add support for reading ...
I have an update to the modelsim_vcom.vim file. The new version attached. -- __________________________________________________________ Sign-up for your own...
Hello! I've often wished that tags had its own option for what it looked for (currently it jumps to the "keyword" on which the cursor is standing; ie. keywords...
For those who want the "WinXP" look with gvim (on WinXP of course!) Place the attached manifest file into the same directory as gvim.exe. The next time you ...
group-- is there a trick to compiling gvim w perl 5.80? i don't need it for anything specific, but any tool is better IMHO with more powerful other tools built...
Hi, I have a small patch for GVIM (Win32) that improves display performance. On my laptop (WinXP with nVidia graphics), half/full page scrolling in GVIM is ...
Hi, I recently upgrade Vim on my HP-UX from 6.1.232 to 6.2.098, and the way I make use of the --remote is now broken. Due to the limitation of the proprietary...
Hi, try the following 1. Start vim with utf-8 locale $ env LANG=de_DE.UTF-8 vim 2. Open new file defining the other charset (want vim to keep it) ... 3. type...
hey, I was wondering, when I type: unmenu * in a win32 gui, it doesn't get rid of the menus, it just blackens them out (so I can't use them). Since the main...
Hi, recently I've discovered the following problem given a text file latin1.txt with the following content ... vi: set fenc=latin1 : abc ... when I start...
Vim shouldn't change the timestamp of the directory in which the file it's saving resides. Vim is the only editor to do so. It's really annoyance when you...
Hello, I am playing lately with xpm format and look into existing examples. I looked into vimlogo.xpm from standard sources and noticed graphic is declared...