- Updated to revision 854, fixes the following problems
* When '#' is in 'isident' the is# comparator doesn't work. * Compiler warning for possible loss of data. * "vi)d" may leave a character behind. * CTRL-A on hex number in Visual block mode is incorrect. * Moving the cursor in Insert mode starts new undo sequence. * <Esc> does not show up. * Saving and restoring the console buffer does not work properly. * "zt" in diff mode does not always work properly. (Gary Johnson) * Missing information about runtime files. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=283
This commit is contained in:
parent
d0af643bdf
commit
504fc9378b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ee6e6552d42d084d45b85b3202c7e88fdfd5692c6fc495f16ed179fcc7b0a71e
|
|
||||||
size 12205091
|
|
3
v7.4.854.tar.gz
Normal file
3
v7.4.854.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:08869d7076fbb6e29b81287393c016d48c9cef12e296b79e2f2c9fcc677097d9
|
||||||
|
size 12209025
|
14
vim.changes
14
vim.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 3 12:24:50 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 854, fixes the following problems
|
||||||
|
* When '#' is in 'isident' the is# comparator doesn't work.
|
||||||
|
* Compiler warning for possible loss of data.
|
||||||
|
* "vi)d" may leave a character behind.
|
||||||
|
* CTRL-A on hex number in Visual block mode is incorrect.
|
||||||
|
* Moving the cursor in Insert mode starts new undo sequence.
|
||||||
|
* <Esc> does not show up.
|
||||||
|
* Saving and restoring the console buffer does not work properly.
|
||||||
|
* "zt" in diff mode does not always work properly. (Gary Johnson)
|
||||||
|
* Missing information about runtime files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 1 09:06:38 UTC 2015 - idonmez@suse.com
|
Tue Sep 1 09:06:38 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 843
|
%define patchlevel 854
|
||||||
%define VIM_SUBDIR vim74
|
%define VIM_SUBDIR vim74
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user