Subject: CVS commit: pkgsrc/editors/vim-share
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 02/12/2002 11:24:40
Module Name: pkgsrc
Committed By: martti
Date: Tue Feb 12 09:24:39 UTC 2002
Modified Files:
pkgsrc/editors/vim-share: Makefile.common distinfo
Log Message:
Updated vim to 6.0.220
* created a new jumbo patch which includes some of the previously ignored
patches (those which applied only partially)
* changes since 6.0.185
* compiler warnings in the X11 client-server code
* "I" in Visual mode saves too many lines for undo
* size of Visual area not shown after scrolling
* GUI: when 'mouse' is empty middle click still moved the cursor
* serverlist() gives an error when there is no server
* when 'virtualedit' is set "ylj" goes to the wrong column
* col(".") returns one to little when 'virtualedit' is set
* "--remote-silent" partly worked like "--remote-wait"
* when 'virtualedit' is set search() may find wrong position
* 've' set and 'sel' "exclusive" "x" in Visual mode works wrong
* 've' set and 'sel' "exclusive" "v$x" doesn't delete last char
* cursor doesn't move correctly when 've' and 'showbreak' set
* multi-byte: could crash on exit when 'tenc' is set.
* a script starting with "#!perl" is not recognized as perl
* when scrollbinding a long jump doesn't set cursor properly
* GTK: "icon=" argument for toolbar item was not used
* setting 'fileformat' was possible when 'modifiable' is off
* ":unlet" doesn't work for variables with curly braces
* (extra) batch scripts to start gvim didn't use -f argument
* expanding wildcards or avoiding it doesn't work properly
* (extra) installed shortcuts start in desktop directory
* cursor color not updated for CTRL-^ in Insert mode
* GUI: redraw problems with bold multi-byte characters
* after 6.0.167: allow "++enc" to overrule help file encoding
* set 'readonly' after reading a file failed
* GTK: missing button names for confirm() causes a crash
* display problems for unprintable file name chars with CTRL-G
* viminfo files contains marks without a file name
* copy and paste doesn't work when using "/" in Visual mode
* may display wrong lines after reloading a changed file
* ":help" may leave an empty unlisted buffer behind
* explorer plugin only loads directory in first window
* ":setlocal" and ":setglobal" list termcap options
* patch 6.0.218 causes a beep on startup
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/editors/vim-share/Makefile.common
cvs rdiff -r1.22 -r1.23 pkgsrc/editors/vim-share/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.