- Updated to revision 1752, fixes the following problems
* When a buffer gets updated while in command line mode, the screen may be messed up. * Crash when 'tagstack' is off. (Dominique Pelle) * When adding to the quickfix list the current position is reset. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=350
This commit is contained in:
parent
cb34494a93
commit
2cf6d444a3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2fdfeb99b639ab0a4409d95c543ad44ee34d0816a2c3e0afabdd3b9600c1449e
|
|
||||||
size 12557700
|
|
3
v7.4.1752.tar.gz
Normal file
3
v7.4.1752.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d912851f03b73e44a2977c5f668269ef3f9d34298571f124db7c58df010be00e
|
||||||
|
size 12558574
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 19 11:57:54 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1752, fixes the following problems
|
||||||
|
* When a buffer gets updated while in command line mode, the screen
|
||||||
|
may be messed up.
|
||||||
|
* Crash when 'tagstack' is off. (Dominique Pelle)
|
||||||
|
* When adding to the quickfix list the current position is reset.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 18 07:48:17 UTC 2016 - idonmez@suse.com
|
Mon Apr 18 07:48:17 UTC 2016 - 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 1749
|
%define patchlevel 1752
|
||||||
%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