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
|
||||
oid sha256:7af62fdee92fec794b49b1b8ef608d400cd658ec414ffee8f1afbc6abe17827a
|
||||
size 112187
|
||||
oid sha256:175d53b9567e214a4c383093aae63c6f6226551c51af377993689c3f3f9842c7
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user