- Updated to revision 307, fixes the following problems
* Setting 'langmap' in the modeline can cause trouble. E.g. mapping ":" breaks many commands. (Jens-Wolfhard Schicke-Uffmann) * When 'relativenumber' is set and deleting lines or undoing that, line numbers are not always updated. (Robert Arkwright) * Error messages are inconsistant. (ZyX) * When 'spellfile' is set the screen is not redrawn. * Pattern with repeated backreference does not match with new regexp engine. (Urtica Dioica) * A non-greedy match followed by a branch is too greedy. (Ingo Karkat) * Searching for "a" does not match accented "a" with new regexp engine, does match with old engine. (David Bürgin) "ca" does not match "ca" with accented "a" with either engine. * It is not possible to ignore composing characters at a specific point in a pattern. * Memory leak from result of get_isolated_shell_name(). * Can't have a funcref start with "t:". * When running configure twice DYNAMIC_PYTHON_DLL may become empty. * Still a scrolling problem when loading a session file. * Signs placed with 'foldcolumn' set don't show up after filler lines. * When using double-width characters the text displayed on the command line is sometimes truncated. * Cannot always use Python with Vim. * Making 'ttymouse' empty after the xterm version was requested causes problems. (Elijah Griffin) * getchar(0) does not return Esc. * Can't build without the +termresponse feature. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=217
This commit is contained in:
parent
f22c5d0e36
commit
b877fcfc21
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e758ef77f2504eb2e9ba42cf1e97704f4a91012b873d5d521ecfb4c127f1ea5
|
||||
size 307779
|
||||
oid sha256:40c18f8a5f77776332cf4339cf107603ec8d55d4d6fdb6e409d9f77e0ed9e3c7
|
||||
size 329098
|
||||
|
33
vim.changes
33
vim.changes
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 08:40:24 UTC 2014 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 307, fixes the following problems
|
||||
* Setting 'langmap' in the modeline can cause trouble. E.g. mapping
|
||||
":" breaks many commands. (Jens-Wolfhard Schicke-Uffmann)
|
||||
* When 'relativenumber' is set and deleting lines or undoing that,
|
||||
line numbers are not always updated. (Robert Arkwright)
|
||||
* Error messages are inconsistant. (ZyX)
|
||||
* When 'spellfile' is set the screen is not redrawn.
|
||||
* Pattern with repeated backreference does not match with new regexp
|
||||
engine. (Urtica Dioica)
|
||||
* A non-greedy match followed by a branch is too greedy. (Ingo
|
||||
Karkat)
|
||||
* Searching for "a" does not match accented "a" with new regexp
|
||||
engine, does match with old engine. (David Bürgin)
|
||||
"ca" does not match "ca" with accented "a" with either engine.
|
||||
* It is not possible to ignore composing characters at a specific
|
||||
point in a pattern.
|
||||
* Memory leak from result of get_isolated_shell_name().
|
||||
* Can't have a funcref start with "t:".
|
||||
* When running configure twice DYNAMIC_PYTHON_DLL may become empty.
|
||||
* Still a scrolling problem when loading a session file.
|
||||
* Signs placed with 'foldcolumn' set don't show up after filler
|
||||
lines.
|
||||
* When using double-width characters the text displayed on the
|
||||
command line is sometimes truncated.
|
||||
* Cannot always use Python with Vim.
|
||||
* Making 'ttymouse' empty after the xterm version was requested
|
||||
causes problems. (Elijah Griffin)
|
||||
* getchar(0) does not return Esc.
|
||||
* Can't build without the +termresponse feature.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 13 19:40:29 UTC 2014 - sleep_walker@suse.cz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user