- Update to official patchlevel 289
Following bugs are fixed: * Redobuff doesn't always include changes of the completion leader. * "C" on the last line deletes that line if it's blank. * Calling debug.debug() in Lua may cause Vim to hang. * Crash when 'colorcolumn' is set and closing buffer. * Opening a window before forking causes problems for GTK. * Complete function isn't called when the leader changed. * Writing to 'verbosefile' has problems, e.g. for :highlight. * Python 3 doesn't support slice assignment. * When closing a window there is a chance that deleting a scrollbar triggers a GUI resize, which uses the window while it is not in a valid state. * Auto-loading a function while editing the command line causes scrolling up the display. * Python doesn't parse multi-byte argument correctly. * Built-in colors are different from rgb.txt. * Can't load Perl 5.14 dynamically. * When writing to an external command a zombie process may be left behind. * When filtering text with an external command Vim may not read all the output. * Crash when using fold markers and selecting a visual block that includes a folded line and goes to end of line. (Sam Lidder) * Configure doesn't work properly with Python3. * When a BufWriteCmd autocommand resets 'modified' this doesn't change older buffer states to be marked as 'modified' like ":write" does. (Yukihiro Nakadaira) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=58
This commit is contained in:
parent
f2f5fd590e
commit
95d8bc51ce
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7918669723e57feaff44490b76b4c890a596233edad5c3fb02b19a5e1ebd0463
|
||||
size 286920
|
||||
oid sha256:7e1f4b8fceadd809f66a3345e48d9bf2db918b28572031dfff16f90e93e7650b
|
||||
size 323984
|
||||
|
33
vim.changes
33
vim.changes
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 09:14:38 UTC 2011 - idonmez@suse.com
|
||||
|
||||
- Update to official patchlevel 289
|
||||
Following bugs are fixed:
|
||||
|
||||
* Redobuff doesn't always include changes of the completion leader.
|
||||
* "C" on the last line deletes that line if it's blank.
|
||||
* Calling debug.debug() in Lua may cause Vim to hang.
|
||||
* Crash when 'colorcolumn' is set and closing buffer.
|
||||
* Opening a window before forking causes problems for GTK.
|
||||
* Complete function isn't called when the leader changed.
|
||||
* Writing to 'verbosefile' has problems, e.g. for :highlight.
|
||||
* Python 3 doesn't support slice assignment.
|
||||
* When closing a window there is a chance that deleting a scrollbar
|
||||
triggers a GUI resize, which uses the window while it is not in a
|
||||
valid state.
|
||||
* Auto-loading a function while editing the command line causes
|
||||
scrolling up the display.
|
||||
* Python doesn't parse multi-byte argument correctly.
|
||||
* Built-in colors are different from rgb.txt.
|
||||
* Can't load Perl 5.14 dynamically.
|
||||
* When writing to an external command a zombie process may be left
|
||||
behind.
|
||||
* When filtering text with an external command Vim may not read all
|
||||
the output.
|
||||
* Crash when using fold markers and selecting a visual block that
|
||||
includes a folded line and goes to end of line. (Sam Lidder)
|
||||
* Configure doesn't work properly with Python3.
|
||||
* When a BufWriteCmd autocommand resets 'modified' this doesn't
|
||||
change older buffer states to be marked as 'modified' like
|
||||
":write" does. (Yukihiro Nakadaira)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 17:53:21 UTC 2011 - opensuse@cboltz.de
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -19,7 +19,7 @@
|
||||
|
||||
Name: vim
|
||||
Version: 7.3
|
||||
Release: 16
|
||||
Release: 1
|
||||
License: Vim
|
||||
Group: Productivity/Editors/Vi
|
||||
BuildRequires: db-devel
|
||||
@ -46,7 +46,7 @@ BuildRequires: gpm
|
||||
%endif
|
||||
#
|
||||
%define pkg_version 7.3
|
||||
%define official_ptchlvl 289
|
||||
%define official_ptchlvl 322
|
||||
%define VIM_SUBDIR vim73
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user