Accepting request 227324 from editors
- 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. - Clean up after the testsuite OBS-URL: https://build.opensuse.org/request/show/227324 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=129
This commit is contained in:
commit
164caed4a6
@ -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
|
||||||
|
22
vim.changes
22
vim.changes
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 23 09:18:30 UTC 2014 - schwab@linux-m68k.org
|
||||||
|
|
||||||
|
- Clean up after the testsuite
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 13 11:13:57 UTC 2014 - idonmez@suse.com
|
Thu Mar 13 11:13:57 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
4
vim.spec
4
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}
|
||||||
@ -349,6 +349,8 @@ mkdir -p %{buildroot}/var/run/vi.recover
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# Reset the terminal scrolling region left behind by the testsuite
|
||||||
|
trap "printf '\e[r'" EXIT
|
||||||
# Look for "TEST FAILURE" in the build log
|
# Look for "TEST FAILURE" in the build log
|
||||||
make test
|
make test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user