* Warning for type-punned pointer. (Tony Mechelynck)
* Older Python versions don't support %ld.
* When using 'pastetoggle' the status lines are not updated. (Samuel
Ferencik, Jan Christoph Ebersbach)
* Building with mzscheme and racket does not work. (David Chimay)
* match() does not work properly with a {count} argument.
* Clang gives warnings.
* Insert in Visual mode sometimes gives incorrect results. (Dominique Pelle)
* Delete that crosses line break splits multi-byte character.
* SIZEOF_LONG clashes with similar defines in header files.
* Compiler warning for unused argument.
* Compiler warning for using %lld for off_t.
* Escaping a file name for shell commands can't be done without a function.
* Memory leak when giving E853.
- Disable test87 until python 3.4 is fixed (http://bugs.python.org/issue20763)
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=191
* Some help tags don't work with ":help". (Tim Chase)
* Redo does not set v:count and v:count1.
* The blowfish code mentions output feedback, but the code is
actually doing cipher feedback.
* When using scrollbind the cursor can end up below the last line.
(mvxxc)
* Compiler warnings for Python interface. (Tony Mechelynck)
* When a wide library function fails, falling back to the non-wide
function may do the wrong thing.
* Dictionary.update() thows an error when used without arguments.
Python programmers don't expect that.
* Compiler warning for unused variable. (Tony Mechelynck)
* The J command does not update '[ and '] marks. (William Gardner)
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=190
* Running tests in shadow dir doesn't work.
* By default, after closing a buffer changes can't be undone.
* Auto-loading a function for code that won't be executed.
* Fixes are not tested.
* Can't compile with Ruby 2.1.0.
* ":sleep" puts cursor in the wrong column. (Liang Li)
- Dropped vim-7.4-ruby21.patch, fixed upstream
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=188
* TextChangedI is not triggered.
* getregtype() does not return zero for unknown register.
* When starting Vim with "-u NONE" v:oldfiles is NULL.
* Get E685 error when assigning a function to an autoload variable.
(Yukihiro Nakadaira)
* :keeppatterns is not respected for :s.
* Python: slices with steps are not supported.
* Python: Cannot iterate over options.
* Compiler warning for pointer type.
* Still a problem with auto-loading.
* ":keeppatterns /pat" does not keep search pattern offset.
* Error number used twice. (Yukihiro Nakadaira)
* Pattern containing \zs is not handled correctly by substitute().
* Completion hangs when scanning the current buffer after doing
keywords. (Christian Brabandt)
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=184
* Clang warns for using NUL.
* Spurious space in MingW Makefile.
* Directory change messages are not recognized.
* Crash when using :cd in autocommand. (François Ingelrest)
* Crash when wiping out buffer triggers autocommand that wipes out
only other buffer.
* Problems when building with Borland: st_mode is signed short;
can't build with Python; temp files not ignored by Mercurial;
building with DEBUG doesn't define _DEBUG.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=180
* ":help s/\_" reports an internal error. (John Beckett)
* Completing a tag pattern may give an error for invalid pattern.
* Python: When vim.eval() encounters a Vim error, a try/catch in the
Python code doesn't catch it. (Yggdroot Chen)
* "zG" and "zW" leave temp files around on MS-Windows.
* ColorScheme autocommand matches with the current buffer name.
* "gUgn" cannot be repeeated. (Dimitar Dimitrov)
* Memory leak in Python OptionsAssItem. (Ken Takata)
* New GNU make outputs messages about changing directory in another
format.
* When using Zsh expanding ~abc doesn't work when the result
contains a space.
* When a mapping starts with a space, the typed space does not show
up for 'showcmd'.
* It's possible that redrawing the status lines causes
win_redr_custom() to be called recursively.
* Can't build with Perl 5.18 on Linux. (Lcd 47)
* Completion doesn't work for ":py3d" and ":py3f". (Bohr Shaw)
* Compiler warnings for "const" and incompatible types.
* getline(-1) returns zero. (mvxxc)
* Relative line numbers mix up windows when using folds.
* Syncbind causes E315 errors in some situations. (Liang Li)
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=177
* Unexpected behavior change related to 'virtualedit'. (Ingo Karkat)
* When using ":'<,'>del" errors may be given for the visual line numbers being out of range.
* Append in blockwise Visual mode with "$" is wrong.
* NFA regexp doesn't handle backreference correctly.
* Using \1 in pattern goes one line too far. (Bohr Shaw, John Little)
* Crash when interrupting "z=".
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=175
* Reading past end of the 'stl' string.
* byteidx() does not work for composing characters.
* set_last_cursor() may encounter w_buffer being NULL. (Matt Mkaniaris)
* Declaration has wrong return type for PyObject_SetAttrString().
* Crash when using invalid key in Python dictionary.
* When replacing a character in Visual block mode, entering a CR does not cause a repeated line break.
* When recording, the character typed at the hit-enter prompt is recorded twice. (Urtica Dioica)
* After inserting comment leader, CTRL-\ CTRL-O does move the cursor. (Wiktor Ruben)
* Cannot right shift lines starting with #.
* Passing limits around too often.
* Crash when using Insert mode completion.
* Setting undolevels for one buffer changes undo in another.
* When undo'ing all changes and creating a new change the undo structure is incorrect. (Christian Brabandt)
* Locally setting 'undolevels' is not tested.
* "cgn" does not wrap around the end of the file. (Dimitrov Dimitrov)
* A script cannot detect whether 'hlsearch' highlighting is actually displayed.
* Missing documentation for v:hlsearch.
* Wrong logic when ANALYZE is "yes".
* Using "gf" in a changed buffer suggests adding "!", which is not possible. (Tim Chase)
* It's hard to avoid adding a used pattern to the search history.
* Python: interrupt not being properly discarded. (Yggdroot Chen)
* When inserting text in Visual block mode and moving the cursor the wrong text gets repeated in other lines.
* Skipping over an expression when not evaluating it does not work properly for dict members.
* When spell checking is enabled Asian characters are always marked as error.
* When editing a file in a directory mounted through sshfs Vim doesn't set the security context on a renamed file.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=173
* Can't use Tcl 8.6.
* When using input() in a function invoked by a mapping it doesn't
work.
* Recent clang version complains about -fno-strength-reduce.
* In Ex mode, when line numbers are enabled the substitute prompt is
wrong.
* "gn" selects too much for the pattern "\d" when there are two
lines with a single digit. (Ryan Carney)
* Syntax highlighting a Yaml file causes a crash. (Blake Preston)
* With 'fo' set to "a2" inserting a space in the first column may
cause the cursor to jump to the previous line.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=169
* NFA engine does not capture group correctly when using \@>. (ZyX)
* Using "\ze" in a sub-pattern does not result in the end of the
match to be set. (Axel Bender)
* Using "zw" and "zg" when 'spell' is off give a confusing error
message. (Gary Johnson)
* Valgrind error on exit when a script-local variable holds a
reference to the scope of another script.
* Visual selection does not remain after being copied over. (Axel
Bender)
* When using ":setlocal" for 'spell' and 'spellang' then :spelldump
doesn't work. (Dimitar Dimitrov)
* substitute() does not work properly when the pattern starts with
"\ze".
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=167
* Equivalence classes are not working for multi-byte characters.
* An error in a pattern is reported twice.
* The -mno-cygwin argument is no longer supported by Cygwin.
* ":diffoff!" resets options even when 'diff' is not set. (Charles
Cooper)
* NFA engine does not match the NUL character. (Jonathon Merz)
* When the terminal has only 20 lines test 92 and 93 overwrite the
input file.
* Using "p" in Visual block mode only changes the first line.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=163
* Crash with invalid argument to mkdir().
* Cannot find out if "acl" and "xpm" features are supported.
multi-byte characters.
* File name buffer too small for utf-8.
* ":help !!" does not find the "!!" tag in the help file. (Ben
Fritz)
* When completing item becomes unselected. (Shougo Matsu)
* NFA engine matches too much with \@>. (John McGowan)
* NFA regexp: Using \ze in one branch which doesn't match may cause
end of another branch to be wrong. (William Fugh)
* Deadlock while exiting, because of allocating memory.
* When root edits a file the undo file is owned by root while the
edited file may be owned by another user, which is not allowed.
(cac2s)
* Reading before start of a string.
* Clang warning for int shift overflow.
* Another valgrind error when using CTRL-X CTRL-F at the start of
the line. (Dominique Pelle)
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=161
* Character classes such as [a-z] to not react to 'ignorecase'.
Breaks man page highlighting. (Mario Grgic)
* Pattern with two alternative look-behind matches does not match.
(Amadeus Demarzi)
* Memory access error in Ruby syntax highlighting. (Christopher Chow)
* When closing a window fails ":bwipe" may hang.
* Using "vaB" while 'virtualedit' is set selects the wrong area.
(Dimitar Dimitrov)
* mkdir("foo/bar/", "p") gives an error message. (David Barnett)
* Creating a preview window on startup leaves the screen layout in a
messed up state. (Marius Gedminas)
* New regexp engine can't be interrupted.
* When a file was not decrypted (yet), writing it may destroy the
contents.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=157
* Remove (g)vim-{base, enchanced} subpackages
* Dynamically load Python, Ruby, TCL so we can support
all of them without different subpackages.
* Python3 support (bnc#817774).
* LUA support.
* Disable TCL as it cannot be linked dynamically.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=152
* A new, faster regular expression engine.
* More than a thousand fixes and small improvements.
- Drop vim-7.3-grub.patch, applied upstream
- Refresh the following patches
* vim-7.4-disable_lang_no.patch
* vim-7.4-filetype_apparmor.patch
* vim-7.4-filetype_mine.patch
* vim-7.4-highlight_fstab.patch
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=149
* No completion for :xmap and :smap. (Yukihiro Nakadaira)
* Compiler warning for uninitialized variable. (Tony Mechelynck)
* E381 and E380 make the user think nothing happened.
* Init stack works differently on 64 bit systems.
* Ruby 1.8: Missing piece for static linking on 64 bit systems.
* More can be shared between Python 2 and 3.
* Python: not easy to get to window number.
* Using Py_BuildValue is inefficient sometimes.
* Python: Can't get position of window.
* Stuff in if_py_both.h is ordered badly.
* Python: SEGV in Buffer functions.
* Python: Negative indices were failing.
* External program receives the termrespone.
* Python: List of buffers is not very useful.
* Sometimes get stuck in waiting for cursor position report,
resulting in keys starting with <Esc>[ not working.
* Python: No iterator for vim.list and vim.bufferlist.
* Python: no easy access to tabpages.
* Python: Stack trace printer can't handle messages.
* Python exceptions have problems.
* Python: It's not easy to change window/buffer/tabpage.
* Python: string exceptions are deprecated.
* No check if PyObject_IsTrue fails.
* Python: Not enough tests.
* Python vim.bindeval() causes SIGABRT.
* Python does not have a "do" command like Perl or Lua.
* Python: Iteration destructor not set.
* Missing error number.
* Compiler warning for unused variable.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=145
* An empty nl.po file does not work with an old msgfmt.
* Compiler warning for size_t to int.
* Trying to create a fontset handle when 'guifontset' is not set.
* No test for what 7.3.918 fixes.
* Check for X11 header files fails on Solaris.
* Python interface can't easily access options.
* Typos in source files.
* Autocommands are triggered by setwinvar() et al. Missing BufEnter
on :tabclose. Duplicate WinEnter on :tabclose. Wrong order of
events for :tablose and :tabnew.
* Missing combining characters when putting text in a register.
* Can't build with strict C compiler.
* Compiler warning for unused variable. Not freeing unused string.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=143
* 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
* Can't build with Ruby 2.0 on a 64 bit system.
* Test 79 fails on Windows. (Michael Soyka)
* Merging viminfo history doesn't work well.
* Still merging problems for viminfo history.
* Crash when using b:, w: or t: after closing the buffer, window or
tabpage.
* Using wrong RUBY_VER causing Ruby build to break.
* Valgrind error in test 91. (Issue 128)
* Memory leaks in Lua interface.
* Configure doesn't always find the shared library.
* Memory leak reported by valgrind in test 91.
* #if indents are off.
* Not obvious that some mouse features are mutual-exclusive.
* Outdated comment, ugly condition.
* When deleting last buffer in other tab the tabline is not updated.
* Crash on exit writing viminfo. (Ron Aaron)
* Using memory freed by the garbage collector.
* Crash when writing viminfo. (Ron Aaron)
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=139
* Double free for list and dict in Lua. (Shougo Matsu)
* Can't build with multi-byte on Solaris 10.
* No tests for Visual mode operators, what 7.3.879 fixes.
* Filename completion with 'fileignorecase' does not work for
multi-byte characters.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=138
* Build problem with some combination of features.
* #if indents are off.
* Forward searching with search() is broken.
* 'fileignorecase' is missing in options window and quickref.
* When using an ex command in operator pending mode, using Esc to
abort the command still executes the operator. (David Bürgin)
* When writing viminfo, old history lines may replace lines written
more recently by another Vim instance.
* Python list does not work correctly.
* CursorHold may trigger after receiving the termresponse.
* Can't build with some combination of features.
* Compiler warning for variable shadowing another. (John Little)
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=137
* Mouse position may be wrong.
* Not serving the X selection during system() isn't nice.
* Matchparen does not update match when using auto-indenting.
(Marc Aldorasi)
* When at the hit-return prompt and using "k" while no text has
scrolled off screen, then using "j", an empty line is displayed.
* bufwinnr() matches buffers in other tabs.
* Compiler warnings when using MingW 4.5.3.
* search('^$', 'c') does not use the empty match under the cursor.
* On some systems case of file names is always ignored, on others
never.
* Comparing file names does not handle multi-byte characters
properly.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=135
* Compiler warnings.
* When calling system() multi-byte clipboard contents is garbled.
* The QuitPre autocommand event does not trigger for :qa and :wq.
* "gv" selects the wrong area after some operators.
* 'ambiwidth' must be set by the user.
* When using --remote-expr try/catch does not work. (Andrey Radev)
* ":setlocal number" clears global value of 'relativenumber'.
* Dragging the status line can be slow.
* Problem with 'ambiwidth' detection for ANSI terminal.
* Can't build without the mouse feature.
* Mouse position may be wrong.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=134
* Compiler warning.
* In the terminal the scroll wheel always scrolls the active window.
* Ruby 2.0 has a few API changes.
* "xxd -i" fails on an empty file.
* Clipboard does not work on Win32 when compiled with Cygwin.
* Empty lines in :version output when 'columns' is 320.
* Insufficient testing for mksession.
* Some files missing in the list of distributed files.
* "\@<!" in regexp does not work correctly with multi-byte
characters, especially cp932.
* When a "cond ? one : two" expression has a subscript it is not
parsed correctly. (Andy Wokula)
* Compiler warning for signed/unsigned pointer.
* Missing test file changes.
* Enum is not indented correctly with "public" etc.
* Enum indenting is not tested.
* Missing proto file, listing a non-existing proto file.
* Test 55 fails when messages are translated.
* Can't build with Ruby 2.0 when using MinGW x64 or MSVC10.
* ":g//" gives "Pattern not found error" with E486. Should not use
the error number, it's not a regular error message.
* ":vimgrep //" matches everywhere.
* Using an empty pattern with :sort silently continues when there is
no previous search pattern.
* system() breaks clipboard text. (Yukihiro Nakadaira)
* Using "ra" in multiple lines on multi-byte characters leaves a few
characters not replaced.
* After using backspace in insert mode completion, CTRL-N and CTRL-P
do not highlight the right entry. (Olivier Teuliere)
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=132
* 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
* Automatically setting 'ttymouse' doesn't work.
* Memory leaks when using location lists.
* Cannot properly test conceal mode.
* Python interface doesn't build without the multi-byte feature.
* The justify macro does not always work correctly.
* Test 61 is flaky, it fails once in a while.
* Test 49 script file doesn't fold properly.
* When there is a QuitPre autocommand using ":q" twice does not work
* Autoconf doesn't find Python 3 if it's called "python".
* A location list can get a wrong count in :lvimgrep.
* Issue 96: May access freed memory when a put command triggers
* Matchit plugin does not handle space in #ifdef.
* dv_ deletes the white space before the line.
* In Visual mode a "-p does not work. (Marcin Szamotulski)
* On some systems the tabline is not redrawn.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=120
* printf() can only align to bytes, not characters.
* Inconsistency: :set can be used in the sandbox, but :setlocal and
* Crash when calling setloclist() in BufUnload autocmd. (Marcin
* Error on exit when using Python 3.
* When changing the font size, only MS-Windows limits the window
* When re-using the current buffer the buffer-local options stay.
* Cannot run new version of cproto, it fails on missing include
* Proto files are outdated.
* Ruby interface defines local functions globally.
* Perl flags may contain "-g", which breaks "make proto".
* Various tiny problems.
* Building with Ruby and Tcl on MS-Windows 64 bit does not work.
* :aboveleft and :belowright have no effect on :copen.
* Typos and duplicate info in README.
* Can't always find Win32.mak when building GvimExt.
* Cannot compile with MzScheme interface on Ubuntu 12.10.
* Building with Ruby fails on some systems.
* Crash in PHP file when using syntastic. (Ike Devolder)
* Py3Init_vim() is exported uneccessarily.
* Compiler warnings for function arguments.
* Tests fail when including MzScheme.
* Cannot put help files in a sub-directory.
* Cannot build Ruby 1.9 with MingW or Cygwin.
* File name completion in input() escapes white space. (Frederic
* When using do_cmdline() recursively did_endif is not reset,
* Unused function argument.
* Computing number of lines may have an integer overflow.
* IOC tool complains about undefined behavior for int.
* Tiny build fails.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=115