Accepting request 77998 from editors
- 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/request/show/77998 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=62
This commit is contained in:
commit
e31d8634f8
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:28e42b9b681f005d317a00b759c269032acedf0dc95504edd350e62bde0290f9
|
oid sha256:d2e31888e0c4b4db235d2645fc60b6cbdf6530a9a92e7f116ee5977fed75aabe
|
||||||
size 248903
|
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
|
Tue Jul 11 15:00:00 UTC 2011 - idonmez@novell.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -46,7 +46,7 @@ BuildRequires: gpm
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
%define pkg_version 7.3
|
%define pkg_version 7.3
|
||||||
%define official_ptchlvl 243
|
%define official_ptchlvl 266
|
||||||
%define VIM_SUBDIR vim73
|
%define VIM_SUBDIR vim73
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user