- Updated to revision 429, fixes the following problems
* When leaving ":append" the cursor shape is like in Insert mode. (Jacob Niehus) * When part of a list is locked it's possible to make changes. * Crash when searching for "\ze*". (Urtica Dioica) * When using conceal with linebreak some text is not displayed correctly. (Grüner Gimpel) * expand("$shell") does not work as documented. * Get ml_get error when using Python to delete lines in a buffer that is not in a window. issue 248. * When 'showbreak' is used "gj" may move to the wrong position. (Nazri Ramliy) * When an InsertCharPre autocommand executes system() typeahead may be echoed and messes up the display. (Jacob Niehus) * Build fails with fewer features. (Elimar Riesebieter) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=229
This commit is contained in:
committed by
Git OBS Bridge
parent
ebc0ada02d
commit
f5059a4502
4
vim.spec
4
vim.spec
@@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%define pkg_version 7.4
|
||||
%define patchlevel 417
|
||||
%define revision 6162
|
||||
%define patchlevel 429
|
||||
%define revision 6187
|
||||
%define VIM_SUBDIR vim74
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||
|
Reference in New Issue
Block a user