- Update to official patchlevel 266
* Fix python 3.2 detection * Python: Errors in Unicode characters not handled nicely. * "gH<Del>" deletes the current line, except when it's the last line. * "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase'. * The coladd field is not reset when setting the line number for a ":call" command. * When editing a file such as "File[2010-08-15].vim" an E16 error is given. * Equivalence classes only work for latin characters. * CursorHold triggers on an incomplete mapping. * G++ error message errornously recognized as error. * When the current directory name contains wildcard characters, such as "foo[with]bar", the tags file can't be found. * When storing a pattern in search history there is no proper check for the separator character. * In Gvim with iBus typing space in Insert mode doesn't work. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=50
This commit is contained in:
parent
489e0dc133
commit
5db24cbfee
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28e42b9b681f005d317a00b759c269032acedf0dc95504edd350e62bde0290f9
|
||||
size 248903
|
||||
oid sha256:d2e31888e0c4b4db235d2645fc60b6cbdf6530a9a92e7f116ee5977fed75aabe
|
||||
size 272879
|
||||
|
22
vim.changes
22
vim.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 4 11:54:55 UTC 2011 - idonmez@novell.com
|
||||
|
||||
- Update to official patchlevel 266
|
||||
* Fix python 3.2 detection
|
||||
* Python: Errors in Unicode characters not handled nicely.
|
||||
* "gH<Del>" deletes the current line, except when it's the last
|
||||
line.
|
||||
* "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase'.
|
||||
* The coladd field is not reset when setting the line number for a
|
||||
":call" command.
|
||||
* When editing a file such as "File[2010-08-15].vim" an E16 error is
|
||||
given.
|
||||
* Equivalence classes only work for latin characters.
|
||||
* CursorHold triggers on an incomplete mapping.
|
||||
* G++ error message errornously recognized as error.
|
||||
* When the current directory name contains wildcard characters, such
|
||||
as "foo[with]bar", the tags file can't be found.
|
||||
* When storing a pattern in search history there is no proper check
|
||||
for the separator character.
|
||||
* In Gvim with iBus typing space in Insert mode doesn't work.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 15:00:00 UTC 2011 - idonmez@novell.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user