Subject: CVS commit: pkgsrc/editors/vim-share
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 02/05/2002 15:00:44
Module Name: pkgsrc
Committed By: martti
Date: Tue Feb 5 13:00:43 UTC 2002
Modified Files:
pkgsrc/editors/vim-share: Makefile.common distinfo
Log Message:
Updated vim to 6.0.185
* crash with illegal multi-byte chars in a .vim file
* menu for xxd didn't reset 'filetype' and did not find xxd.exe
* compilation problem for systems without a console
* with "-b" argument 'binary' wasn't set in a second file
* completing user commands didn't work for mappings and dirs
* reloading a file at the file-changed prompt resets 'readonly'
* completing arguments of menu commands didn't work well
* GCC 3.0.2 has an optimizer problem that makes Vim crash
* Win32: make bitmaps work with signs
* error in a client-server expression was reported in server
* GUI file selection dialog mixes up file and directory names
* after 6.0.135 pasting with a menu doesn't work in Insert mode
* using --remote may give unwnanted error message
* add a way to avoid GUI dialogs to popup
* when 'fileencodings' is "latin2" help files displayed wrong
* ":s/\n/#/" doesn't replace at empty lines
* when "evim" can't start the GUI there is no menu to exit
* printing multi-byte chars and tabs doesn't work properly
* shift-left in Insert mode didn't move cursor at end of line
* make CTRL-X CTRL-Q work like CTRL-X CTRL-V in Insert mode
* using "P" to put a line break leaves cursor after end of line
* after "gd" and "gD" "n" may still search backwards
* ":help /\z(\)" doesn't work
* add the v:dying variable to be aware of being killed
* could not create fold with markers when 'commentstring' empty
* the xp_backslash field wasn't always initialized
* (extra) Win32: displaying UTF-8 may read past end of text
* expanding a path with a trailing backslash could fail
* leaking memory and reading uninitialzed memory for ":cd"
* regexp on multibyte chars could go before start of line
* leaking memory when redefining a function
* leaking memory for expanding option values
* crash on 64 bit machine when pasting a selection
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/editors/vim-share/Makefile.common
cvs rdiff -r1.21 -r1.22 pkgsrc/editors/vim-share/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.