Accepting request 215355 from editors
- Updated to revision 160, fixes the following problems * TextChangedI is not triggered. * getregtype() does not return zero for unknown register. * When starting Vim with "-u NONE" v:oldfiles is NULL. * Get E685 error when assigning a function to an autoload variable. (Yukihiro Nakadaira) * :keeppatterns is not respected for :s. * Python: slices with steps are not supported. * Python: Cannot iterate over options. * Compiler warning for pointer type. * Still a problem with auto-loading. * ":keeppatterns /pat" does not keep search pattern offset. * Error number used twice. (Yukihiro Nakadaira) * Pattern containing \zs is not handled correctly by substitute(). * Completion hangs when scanning the current buffer after doing keywords. (Christian Brabandt) OBS-URL: https://build.opensuse.org/request/show/215355 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=122
This commit is contained in:
commit
cd8aa6d019
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7af62fdee92fec794b49b1b8ef608d400cd658ec414ffee8f1afbc6abe17827a
|
oid sha256:175d53b9567e214a4c383093aae63c6f6226551c51af377993689c3f3f9842c7
|
||||||
size 112187
|
size 133241
|
||||||
|
20
vim.changes
20
vim.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 28 09:22:41 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 160, fixes the following problems
|
||||||
|
* TextChangedI is not triggered.
|
||||||
|
* getregtype() does not return zero for unknown register.
|
||||||
|
* When starting Vim with "-u NONE" v:oldfiles is NULL.
|
||||||
|
* Get E685 error when assigning a function to an autoload variable.
|
||||||
|
(Yukihiro Nakadaira)
|
||||||
|
* :keeppatterns is not respected for :s.
|
||||||
|
* Python: slices with steps are not supported.
|
||||||
|
* Python: Cannot iterate over options.
|
||||||
|
* Compiler warning for pointer type.
|
||||||
|
* Still a problem with auto-loading.
|
||||||
|
* ":keeppatterns /pat" does not keep search pattern offset.
|
||||||
|
* Error number used twice. (Yukihiro Nakadaira)
|
||||||
|
* Pattern containing \zs is not handled correctly by substitute().
|
||||||
|
* Completion hangs when scanning the current buffer after doing
|
||||||
|
keywords. (Christian Brabandt)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 14 14:13:34 UTC 2014 - idonmez@suse.com
|
Tue Jan 14 14:13:34 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 142
|
%define official_ptchlvl 160
|
||||||
%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