- Updated to revision 213, fixes the following problems
* The cursor report sequence is sometimes not recognized and results in entering replace mode. * Mercurial picks up some files that are not distributed. * When repeating a filter command "%" and "#" are expanded. * Visual block mode plus virtual edit doesn't work well with tabs. (Liang Li) * ":lu" is an abbreviation for ":lua", but it should be ":lunmap". (ZyX) * Now that the +visual feature is always enabled the #ifdefs for it are not useful. * It's not possible to open a new buffer without creating a swap file. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=206
This commit is contained in:
parent
e4689c07ef
commit
2be7922523
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:b49cf6891e0af0bcb46695c2c8d27466ecc6e742811c3f4f80d5e8f4627b6cc8
|
oid sha256:551590abad9f0f8d80e7c67c9654f522502b472f6a13b108a23d2623c6b6515b
|
||||||
size 181267
|
size 210595
|
||||||
|
17
vim.changes
17
vim.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 24 11:46:08 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 213, fixes the following problems
|
||||||
|
* The cursor report sequence is sometimes not recognized and results
|
||||||
|
in entering replace mode.
|
||||||
|
* Mercurial picks up some files that are not distributed.
|
||||||
|
* When repeating a filter command "%" and "#" are expanded.
|
||||||
|
* Visual block mode plus virtual edit doesn't work well with tabs.
|
||||||
|
(Liang Li)
|
||||||
|
* ":lu" is an abbreviation for ":lua", but it should be ":lunmap".
|
||||||
|
(ZyX)
|
||||||
|
* Now that the +visual feature is always enabled the #ifdefs for it
|
||||||
|
are not useful.
|
||||||
|
* It's not possible to open a new buffer without creating a swap
|
||||||
|
file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 13 11:13:57 UTC 2014 - idonmez@suse.com
|
Thu Mar 13 11:13:57 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define official_ptchlvl 205
|
%define official_ptchlvl 213
|
||||||
%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