- 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:
committed by
Git OBS Bridge
parent
f2f5fd590e
commit
95d8bc51ce
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
|
||||
#
|
||||
|
Reference in New Issue
Block a user