- Updated to revision 364, fixes the following problems
* When 'verbose' is set to display the return value of a function, may get E724 repeatedly. * Selection of inner block is inconsistent. * When moving the cursor and then switching to another window the previous window isn't scrolled. (Yukihiro Nakadaira) * Using a regexp pattern to highlight a specific position can be slow. * Relative numbering not updated after a linewise yank. Issue 235. * GTK: When a sign icon doesn't fit exactly there can be ugly gaps. * Compiler warning for unused function. * Unitialized variables, causing some problems. * No digraph for the new rouble sign. * Setting 'history' to a big value causes out-of-memory errors. * When there is an error preparing to edit the command line, the command won't be executed. (Hirohito Higashi) * Cannot wrap lines taking indent into account. * Local function is available globally. * Error from sed about illegal bytes when installing Vim. * sort() doesn't handle numbers well. * Clang gives warnings. * matchdelete() does not always update the right lines. * Unnecessary initializations and other things related to matchaddpos(). * Indent is not updated when deleting indent. * Indent is not updated when changing 'breakindentopt'. (itchyny) * test55 fails on some systems. * When using "J1" in 'cinoptions' a line below a continuation line gets too much indent. * When there are matches to highlight the whole window is redrawn, OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=221
This commit is contained in:
committed by
Git OBS Bridge
parent
84cbe84263
commit
6d360cb62a
53
vim.changes
53
vim.changes
@@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 14 09:09:30 UTC 2014 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 364, fixes the following problems
|
||||
* When 'verbose' is set to display the return value of a function,
|
||||
may get E724 repeatedly.
|
||||
* Selection of inner block is inconsistent.
|
||||
* When moving the cursor and then switching to another window the
|
||||
previous window isn't scrolled. (Yukihiro Nakadaira)
|
||||
* Using a regexp pattern to highlight a specific position can be
|
||||
slow.
|
||||
* Relative numbering not updated after a linewise yank. Issue 235.
|
||||
* GTK: When a sign icon doesn't fit exactly there can be ugly gaps.
|
||||
* Compiler warning for unused function.
|
||||
* Unitialized variables, causing some problems.
|
||||
* No digraph for the new rouble sign.
|
||||
* Setting 'history' to a big value causes out-of-memory errors.
|
||||
* When there is an error preparing to edit the command line, the
|
||||
command won't be executed. (Hirohito Higashi)
|
||||
* Cannot wrap lines taking indent into account.
|
||||
* Local function is available globally.
|
||||
* Error from sed about illegal bytes when installing Vim.
|
||||
* sort() doesn't handle numbers well.
|
||||
* Clang gives warnings.
|
||||
* matchdelete() does not always update the right lines.
|
||||
* Unnecessary initializations and other things related to
|
||||
matchaddpos().
|
||||
* Indent is not updated when deleting indent.
|
||||
* Indent is not updated when changing 'breakindentopt'. (itchyny)
|
||||
* test55 fails on some systems.
|
||||
* When using "J1" in 'cinoptions' a line below a continuation line
|
||||
gets too much indent.
|
||||
* When there are matches to highlight the whole window is redrawn,
|
||||
which is slow.
|
||||
* Using C indenting for Javascript does not work well for a {} block
|
||||
inside parenthesis.
|
||||
* With 'linebreak' a tab causes missing line break.
|
||||
* 'linebreak' doesn't work with the 'list' option.
|
||||
* Several problems with Javascript indenting.
|
||||
* After completion some characters are not redrawn.
|
||||
* Sort is not always stable.
|
||||
* When 'ttymouse' is set to 'uxterm' the xterm version is not
|
||||
requested. (Tomas Janousek)
|
||||
* In a regexp pattern a "$" followed by \v or \V is not seen as the
|
||||
end-of-line.
|
||||
* Lots of flickering when filling the preview window for 'omnifunc'.
|
||||
* When matchaddpos() uses a length smaller than the number of bytes
|
||||
in the (last) character the highlight continues until the end of
|
||||
the line.
|
||||
* In Windows console typing 0xCE does not work.
|
||||
* When the viminfo file can't be renamed there is no error message.
|
||||
(Vladimir Berezhnoy)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 10:54:34 UTC 2014 - idonmez@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user