- Updated to revision 1130, fixes the following problems
* Repeating CTRL-A doesn't work. * No tests for :hardcopy and related options. * When making a change while need_wait_return is set there is a two second delay. * With 'rightleft' and concealing the cursor may move to the wrong position. * Vim can create a directory but not delete it. * When using ":next" with an illegal file name no error is reported. * Using {ns} in variable name does not work. (lilydjwg) * delete() does not work well with symbolic links. * delete(x, 'rf') does not delete files starting with a dot. * No longer get "." and ".." in directory list. * argidx() has a wrong value after ":%argdelete". (Yegappan Lakshmanan) * delete(x, 'rf') fails if a directory is empty. (Lcd) * Using ":argadd" when there are no arguments results in the second argument to be the current one. (Yegappan Lakshmanan) * There is no perleval(). * Can only get the directory of the current window. * Python None value can't be converted to a Vim value. * Memory leak in :vimgrep. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=304
This commit is contained in:
parent
d737a42de9
commit
970e634657
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2540b52dca515fe71079705f1a2f603f8e869a6b07e70341bc10fa68f3157ef8
|
||||
size 12547578
|
3
v7.4.1130.tar.gz
Normal file
3
v7.4.1130.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e728d3fbdcd80e376d442313ec97bad37c5126baab378f1c4b4c95b24bb9b76
|
||||
size 12565193
|
23
vim.changes
23
vim.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 18 20:34:16 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1130, fixes the following problems
|
||||
* Repeating CTRL-A doesn't work.
|
||||
* No tests for :hardcopy and related options.
|
||||
* When making a change while need_wait_return is set there is a two second delay.
|
||||
* With 'rightleft' and concealing the cursor may move to the wrong position.
|
||||
* Vim can create a directory but not delete it.
|
||||
* When using ":next" with an illegal file name no error is reported.
|
||||
* Using {ns} in variable name does not work. (lilydjwg)
|
||||
* delete() does not work well with symbolic links.
|
||||
* delete(x, 'rf') does not delete files starting with a dot.
|
||||
* No longer get "." and ".." in directory list.
|
||||
* argidx() has a wrong value after ":%argdelete". (Yegappan Lakshmanan)
|
||||
* delete(x, 'rf') fails if a directory is empty. (Lcd)
|
||||
* Using ":argadd" when there are no arguments results in the second
|
||||
argument to be the current one. (Yegappan Lakshmanan)
|
||||
* There is no perleval().
|
||||
* Can only get the directory of the current window.
|
||||
* Python None value can't be converted to a Vim value.
|
||||
* Memory leak in :vimgrep.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 11 08:11:21 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user