- Updated to revision 898, fixes the following problems
* Build failure when using dynamic python but not python3. * Indentation of array initializer is wrong. * On MS-Windows the iconv DLL may have a different name. * C indenting is wrong below a "case (foo):" * vimrun.exe is picky about the number of spaces before -s. * Custom command line completion does not work for a command containing digits. * Editing a URL, which netrw should handle, doesn't work. * Freeze and crash when there is a sleep in a remote command. (Karl Yngve Lervåg) * The 'fixendofline' option is set on with ":edit". OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=290
This commit is contained in:
parent
23fd83ff2f
commit
02b30902f4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4247eb470e965a5fc08989b26ad30998b7f3efce1d5a5001b85666ee26ee4f3
|
||||
size 12284392
|
3
v7.4.898.tar.gz
Normal file
3
v7.4.898.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae34137a48fd1ee58a596f18c9975d7d5927bf96fd0f746c2051ca29d21ea24e
|
||||
size 12284787
|
14
vim.changes
14
vim.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 17:25:26 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 898, fixes the following problems
|
||||
* Build failure when using dynamic python but not python3.
|
||||
* Indentation of array initializer is wrong.
|
||||
* On MS-Windows the iconv DLL may have a different name.
|
||||
* C indenting is wrong below a "case (foo):"
|
||||
* vimrun.exe is picky about the number of spaces before -s.
|
||||
* Custom command line completion does not work for a command containing digits.
|
||||
* Editing a URL, which netrw should handle, doesn't work.
|
||||
* Freeze and crash when there is a sleep in a remote command. (Karl Yngve Lervåg)
|
||||
* The 'fixendofline' option is set on with ":edit".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 09:10:28 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user