- Update to patchlevel 646, fixes the following problems
* Segfault with specific autocommands. * Not all zero-width matches handled correctly for "gn". * Cannot select beyond 222 columns with the mouse in xterm. * "|" does not behave correctly when 'virtualedit' is set. * There is no way to make 'shiftwidth' follow 'tabstop'. * "gn" does not handle zero-width matches correctly. * Completion for a user command does not recognize backslash before a space. * Auto formatting messes up text when 'fo' contains "2". * Cannot operate on the text that a search pattern matches. * File names in :checkpath! output are garbled. * winrestview() does not always restore the view correctly. * CTRL-P completion has a problem with multi-byte characters. * inputdialog() doesn't use the cancel argument in the console. * <f-args> is not expanded properly with DBCS encoding. * Can only move to a tab by absolute number. * Crash when $HOME is not set * "ygt" tries to yank instead of giving an error. * ":vimgrep" does not obey 'wildignore'. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=107
This commit is contained in:
parent
9460462b92
commit
1eb2881c47
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2d9d635e57337fd5f5530bc04307c6317567214a61e03a83c0fa0a6077502ec
|
||||
size 518314
|
||||
oid sha256:9db752f88c1f0217d5bd0e618383cbec1e987522f2c12eb8f3b6b97c5d3295f5
|
||||
size 717425
|
||||
|
24
vim.changes
24
vim.changes
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 1 17:51:41 UTC 2012 - idonmez@suse.com
|
||||
|
||||
- Update to patchlevel 646, fixes the following problems
|
||||
* Segfault with specific autocommands.
|
||||
* Not all zero-width matches handled correctly for "gn".
|
||||
* Cannot select beyond 222 columns with the mouse in xterm.
|
||||
* "|" does not behave correctly when 'virtualedit' is set.
|
||||
* There is no way to make 'shiftwidth' follow 'tabstop'.
|
||||
* "gn" does not handle zero-width matches correctly.
|
||||
* Completion for a user command does not recognize backslash before
|
||||
a space.
|
||||
* Auto formatting messes up text when 'fo' contains "2".
|
||||
* Cannot operate on the text that a search pattern matches.
|
||||
* File names in :checkpath! output are garbled.
|
||||
* winrestview() does not always restore the view correctly.
|
||||
* CTRL-P completion has a problem with multi-byte characters.
|
||||
* inputdialog() doesn't use the cancel argument in the console.
|
||||
* <f-args> is not expanded properly with DBCS encoding.
|
||||
* Can only move to a tab by absolute number.
|
||||
* Crash when $HOME is not set
|
||||
* "ygt" tries to yank instead of giving an error.
|
||||
* ":vimgrep" does not obey 'wildignore'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 6 08:57:31 UTC 2012 - lnussel@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user