SHA256
1
0
forked from pool/vim

- Updated to revision 785, fixes the following problems

* Jumping to a mark does not open a fold if it is in the same line.
  * Not all message translation files are installed.
  * Segfault when doing "cclose" on BufUnload in a python function.
  * ":help cpo-*" jumps to the wrong place.
  * settabvar() and setwinvar() may move the cursor.
  * 'matchpairs' does not work with multi-byte characters.
  * Vim.h indentation is inconsistent.
  * Uninitialized variable. (Yasuhiro Matsumoto)
  * Cursor is at the wrong location and below the end of the file
  * Crash when OriginalFirstThunk is zero.
  * Tiny GUI version misses console dialog feature.
  * ml_get error when searching, caused by curwin not matching curbuf.
  * When building with Gnome locale gets reset.
  * Compiler error for adding up two pointers. (Titov Anatoly)
  * Backwards search lands in wrong place when started on a multibyte
  * char2nr() and nr2char() always use 'encoding'.
  * Drawing with 'guifontwide' can be slow.
  * Crash when mark is not set. (Dominique Pelle)
  * Error when 'guifontwide' has a comma.
  * Crash with specific use of search pattern.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=124
This commit is contained in:
Ismail Dönmez
2013-01-28 11:24:49 +00:00
committed by Git OBS Bridge
parent 756b5bff53
commit 245a492193
3 changed files with 28 additions and 3 deletions

View File

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