- Updated to revision 1046, fixes the following problems
* The fix in patch 7.3.192 is not tested. * When a symbolic link points to a file in the root directory, the swapfile is not correct. * Vim overwrites the value of $PYTHONHOME. * The local value of 'errorformat' is not used for ":lexpr" and ":cexpr". * The column is not restored properly when the matchparen plugin is used in Insert mode and the cursor is after the end of the line. * When there is a backslash in an option ":set -=" doesn't work. * An Ex range gets adjusted for folded lines even when the range is not using line numbers. * Using "q!" when there is a modified hidden buffer does not unload the current buffer, resulting in the need to abandon it again. * g-CTRL-G shows the word count, but there is no way to get the word count in a script. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=299
This commit is contained in:
parent
137c83320a
commit
04d99480dd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ff3e424595d2a3fab691a646bbe0f702eda198d79980aa01979c0af4f6abd8d
|
||||
size 12334381
|
3
v7.4.1046.tar.gz
Normal file
3
v7.4.1046.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fd4f4e40f55ea1402e91f527995c32cdd2366d5db2639c533041b22b408865f
|
||||
size 12692613
|
18
vim.changes
18
vim.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 10:27:55 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1046, fixes the following problems
|
||||
* The fix in patch 7.3.192 is not tested.
|
||||
* When a symbolic link points to a file in the root directory,
|
||||
the swapfile is not correct.
|
||||
* Vim overwrites the value of $PYTHONHOME.
|
||||
* The local value of 'errorformat' is not used for ":lexpr" and ":cexpr".
|
||||
* The column is not restored properly when the matchparen plugin
|
||||
is used in Insert mode and the cursor is after the end of the line.
|
||||
* When there is a backslash in an option ":set -=" doesn't work.
|
||||
* An Ex range gets adjusted for folded lines even when the range
|
||||
is not using line numbers.
|
||||
* Using "q!" when there is a modified hidden buffer does not unload
|
||||
the current buffer, resulting in the need to abandon it again.
|
||||
* g-CTRL-G shows the word count, but there is no way to get the word count in a script.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 31 13:49:01 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vim
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define pkg_version 7.4
|
||||
%define patchlevel 1004
|
||||
%define patchlevel 1046
|
||||
%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}
|
||||
|
Loading…
Reference in New Issue
Block a user