SHA256
1
0
forked from pool/vim

- Updated to revision 918, fixes the following problems

* The "sleep .2" for running tests does not work on Solaris.
  * Python uses IndexError when a dict key is not found.
  * Possible crash when using a list in Python.
  * Duplicate Python code.
  * Python code in #ifdef branches with only minor differences.
  * Python: Access to Vim variables is not so easy.
  * Typing a ":" command at the hit-enter dialog does not work if the
    "file changed" dialog happens next.
  * Still a crash when writing viminfo.
  * ~/.viminfo is messed up when running tests.
  * When reading a file with encoding conversion fails at the end the
    next encoding in 'fencs' is not used.
  * Using freed memory when pasting with the mouse (Issue 130).
  * When a path ends in a backslash appending a comma has the wrong
    effect.
  * Repeating an Ex command after using a Visual motion does not work.
  * Crash when writing viminfo. (Ron Aaron)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=141
This commit is contained in:
Ismail Dönmez
2013-04-25 09:41:39 +00:00
committed by Git OBS Bridge
parent cc7dd350ee
commit 3001fd8022
3 changed files with 25 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
%define pkg_version 7.3
%define official_ptchlvl 905
%define official_ptchlvl 918
%define VIM_SUBDIR vim73
%define site_runtimepath /usr/share/vim/site