- Updated to revision 45, fixes the following problems
* Cannot use overlapping positions with matchaddpos(). * No completion for ":messages". * Order of matches for 'omnifunc' is messed up. (Danny Su) * Detecting that a job has finished may take a while. * Get E924 when switching tabs. * OPEN_CHR_FILES not defined for FreeBSD using Debian userland files. * When Vim 8 reads an old viminfo and exits, the next time marks are not read from viminfo. (Ned Batchelder) * Whole line highlighting with matchaddpos() does not work. * When using Insert mode completion but not actually inserting anything an undo item is still created. (Tommy Allen) * When using Insert mode completion with 'completeopt' containing "noinsert" change is not saved for undo. (Tommy Allen) * When using Insert mode completion with 'completeopt' containing "noinsert" with CTRL-N the change is not saved for undo. (Tommy Allen) * In diff mode the cursor may end up below the last line, resulting in an ml_get error. * Calling job_stop() right after job_start() does not work. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=389
This commit is contained in:
committed by
Git OBS Bridge
parent
85c21dff3c
commit
7b75096946
23
vim.changes
23
vim.changes
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 19 07:49:14 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 45, fixes the following problems
|
||||
* Cannot use overlapping positions with matchaddpos().
|
||||
* No completion for ":messages".
|
||||
* Order of matches for 'omnifunc' is messed up. (Danny Su)
|
||||
* Detecting that a job has finished may take a while.
|
||||
* Get E924 when switching tabs.
|
||||
* OPEN_CHR_FILES not defined for FreeBSD using Debian userland files.
|
||||
* When Vim 8 reads an old viminfo and exits, the next time marks are not
|
||||
read from viminfo. (Ned Batchelder)
|
||||
* Whole line highlighting with matchaddpos() does not work.
|
||||
* When using Insert mode completion but not actually inserting anything
|
||||
an undo item is still created. (Tommy Allen)
|
||||
* When using Insert mode completion with 'completeopt' containing "noinsert"
|
||||
change is not saved for undo. (Tommy Allen)
|
||||
* When using Insert mode completion with 'completeopt' containing "noinsert"
|
||||
with CTRL-N the change is not saved for undo. (Tommy Allen)
|
||||
* In diff mode the cursor may end up below the last line, resulting in an
|
||||
ml_get error.
|
||||
* Calling job_stop() right after job_start() does not work.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 07:26:14 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user