* Crash when calling garbagecollect() after starting a job.
* When using try/catch in 'tabline' it is still considered an error
and the tabline will be disabled.
* Tabline test fails in GUI.
* Compiler errors for non-ANSI compilers.
* ANSI compiler complains about string length.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=348
* Leaking memory when opening a channel fails.
* Coverity: not using return value of set_ref_in_item().
* Leaking memory when there is a cycle involving a job and a partial.
* Tests fail without the job feature.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=347
* When using try/catch in 'statusline' it is still considered an
error and the status line will be disabled.
* For plugins in packages, plugin authors need to take care of all
dependencies.
* GTK GUI doesn't work on Wayland.
* Non-GUI specific settings in the gvimrc_example file.
* Double free when a partial is in a cycle with a list or dict.
* 'autochdir' doesn't work for the first file.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=346
* feedkeys('i', 'x') gets stuck, waits for a character to be typed.
* Building the Perl interface gives compiler warnings.
* ":syn reset" clears the effect ":syn iskeyword". (James McCoy)
* When using :stopinsert in a silent mapping the "INSERT" message
isn't cleared.
* Display problems when the 'ambiwidth' and 'emoji' options are not
set properly or the terminal doesn't behave as expected.
* :packadd does not work the same when used early or late.
* Using freed memory when parsing 'printoptions' fails.
* Using freed memory with "wincmd p". (Dominique Pelle)
* Cannot use empty dictionary key, even though it can be useful.
* New regexp engine does not work properly with EBCDIC.
* Not all output of an external command is read.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=345
* When reading JSON from a channel all readahead is used.
* channel_get_all() does multiple allocations.
* When writing buffer lines to a pipe Vim may block.
* Completion doesn't work well for a variable containing "#".
* When help exists in multiple languages, adding @ab while "ab"
is the default help language is unnecessary.
* The Dvorak support is a bit difficult to install.
* The justify plugin has to be copied or sourced to be used.
* The editexisting plugin has to be copied or sourced to be used.
* The swapmous plugin has to be copied or sourced to be used.
* The shellmenu plugin has to be copied or sourced to be used.
* A reference to the removed file_select plugin remains.
* Coverity: copying value of v_lock without initializing it.
* Coverity warns for not checking name length (false positive).
* Coverity warns for fixed size buffer length (false positive).
* Coverity: no check for NULL.
* README text is slightly outdated.
* There is no easy way to get all the information about a match.
* When running tests $HOME/.viminfo is written.
* The channel close_cb option does not work.
* MzScheme does not support partial.
* Ruby interface has inconsistent coding style.
* Can't compile with the conceal feature but without multi-byte.
* When switching to a new buffer and an autocommand applies syntax
highlighting an ml_get error may occur.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=343
* When 'F' is in 'shortmess' the prompt for the encryption key
isn't displayed.
* When binding a function to a dict the reference count is wrong.
* Invoking garbage collection may cause a double free.
* Crash when an autocommand changes a quickfix list.
* Handling emoji characters as full width has problems with
backwards compatibility.
* Terminating file name has side effects.
* Using string() on a partial that exists in the dictionary it binds
results in an error.
* When a dict contains a partial it can't be redefined as a function.
* Using Python vim.bindeval() on a partial doesn't work.
* Using freed memory after setqflist() and ":caddbuffer".
* Compiler has a problem copying a string into di_key[].
* The matchit plugin needs to be copied to be used.
* Quickfix test fails.
* Old style test for fnamemodify().
* Users who loaded matchit.vim manually have to change their startup.
* Crash when using expand('%:S') in a buffer without a name.
* remote_expr() hangs.
* Crash when using partial with a timer.
* On Unix in a terminal: channel messages are not handled right away.
* A plugin does not know when VimEnter autocommands were already triggered.
* has('patch-7.4.1') doesn't work.
* No test for special characters in channel eval command.
* No test for an invalid Ex command on a channel.
* Crash in :cgetexpr.
* Crash when calling job_start() with a NULL string.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=340
* Quickfix code using memory after being freed.
* Using channel timeout instead of request timeout.
* Timers don't work on Unix.
* Not checking for failed open().
* Memory leak when out of memory.
* When starting the GUI fails a swap file is left behind.
* Timer with an ":echo" command messes up display.
* Although emoji characters are ambiguous width, best is to treat
them as full width.
* Catching exception that won't be thrown.
* Having type() handle a Funcref that is or isn't a partial differently
causes problems for existing scripts.
* Comparing a function that exists on two dicts is not backwards compatible.
* string() doesn't handle a partial.
* Contents file is only for Amiga distro.
* Compiler warnings for non-virtual destructor.
* The versplit feature makes the code uneccessary complicated.
* Can't build with small features.
* Still can't build with small features.
* Still quickfix test in old style.
* Build fails with tiny features.
* Malformed channel request causes a hang.
* When a JSON message is split it isn't decoded.
* Starting job with output to buffer changes options in the current buffer.
* When 'fileformats' is set in the vimrc it applies to new buffers
but not the initial buffer.
* Emoji characters are not considered as a kind of word character.
* Channel test doesn't work with Python 2.6.
* Channel demo doesn't work with Python 2.6.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=337
* Crash when using function reference.
* Using ":call dict.func()" where the function is a partial
does not work.
* Get E923 when using function(dict.func, [], dict).
* Warning for unitinialized variable.
* Partial is not recognized everywhere.
* Nesting partials doesn't work.
* Compiler warnings with 64 bit compiler.
* Old style test for quickfix.
* Combining dict and args with partial doesn't always work.
* Warning for shadowed variable.
* The quickfix title is truncated.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=335
* Passing cookie to a callback is clumsy.
* Dict options with a dash are more difficult to use.
* Missing update to proto file.
* ":helptags ALL" crashes.
* An empty list in function() causes an error.
* Crash when assert_equal() runs into a NULL string.
* Crash in assert_fails().
* Using CTRL-] in help on option in parentheses doesn't work.
* Using old style tests for quickfix.
* There is no way to avoid the message when editing a file.
* No test for ":help".
* Setting 'compatible' in test influences following tests.
* Tests get stuck at the more prompt.
* ":undo 0" does not work.
* Write error of viminfo file is not handled properly.
* Cannot pass "dict.Myfunc" around as a partial.
* There is no way to invoke a function later or periodically.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=333
* Using "ever" for packages is confusing.
* Specifying buffer number for channel not implemented yet.
* MS-Windows job_start() closes wrong handle.
* Compiler warning for unitinialized variable.
* MS-Windows channel leaks file descriptor.
* Using feedkeys() with an empty string disregards 'x' option.
* Compiler warning for shadowed variable.
* The feedkeys test has a one second delay.
* Cannot re-use a channel for another job.
* Too many feature flags for pipes, jobs and channels.
* Selection with the mouse does not work in command line mode.
* Too much code in eval.c.
* Channel test is a bit flaky.
* Missing job_info().
* job_start() with a list is not tested.
* Channel log methods are not tested.
* On Win32 escaping the command does not work properly.
* GTK3: horizontal cursor movement in Visual selection not good.
* Sticky type checking is more annoying than useful.
* Getting a cterm highlight attribute that is not set results in the string "-1".
* Two tests fail.
* Cannot load packages early.
* Cannot generate help tags in all doc directories.
* ":colorscheme" does not use 'packpath'.
* ":runtime" does not use 'packpath'.
* Completion for :colorscheme does not use 'packpath'.
* List of test targets incomplete.
* "make install" changes the help tags file, causing it to differ from the repository.
* Windows cannot be identified.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=331
* Statusline highlighting is sometimes wrong.
* "J" fails if there are not enough lines.
* Channel output to file not implemented yet.
* Channel test is a bit flaky.
* Channel with disconnected in/out/err is not supported.
* Channel test: Waiting for a file to appear doesn't work.
* Cannot write channel err to a buffer.
* On a high resolution screen the toolbar icons are too small.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=329
* No error message when :packadd does not find anything.
* Garbage collection with an open channel is not tested.
* Writing last-but-one line of buffer to a channel isn't implemented yet.
* Crash when using ch_getjob().
* No test for reading last-but-one line.
* When channel log is enabled get too many "looking for messages" log entries.
* Job cannot read from a file.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=327
* When using hangulinput with utf-8 a CSI character is misintepreted.
* Function arguments marked as unused while they are not.
* Test_reltime is flaky, it depends on timing.
* ":loadplugin" doesn't take care of ftdetect files.
* No test for ":loadplugin".
* Cannot add a pack direcory without loading a plugin.
* "timeout" option not supported on ch_eval*().
* A one-time callback is not used for a raw channel.
* Channel "err-io" value "out" is not supported.
* Job input from buffer is not implemented.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=325
* Sort test doesn't test with "1" argument.
* Channel test sometimes fails, especially on OS/X.
* Coverity reports missing restore.
* Missing out-of-memory check. And Coverity warning.
* Can't build without the autocommand feature.
* Compiler warnings without the float feature.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=324
* Error when reading fails uses wrong errno. Keeping channel open
after job stops results in test failing.
* The "out-io" option for jobs is not implemented yet.
* When encoding JSON, turning NaN and Infinity into null without
giving an error is not useful.
* JSON encoding doesn't handle surrogate pair.
* Can't get buffer number of a channel.
* Using empty name instead of no name for channel buffer.
* Memory corruption when 'encoding' is not utf-8.
* Crash when using json_decode().
* Memory leak when using ch_read().
* JSON tests fail if 'encoding' is not utf-8.
* Json encoding still fails when encoding is not utf-8.
* Vim hangs when a channel has a callback but isn't referenced.
* Test 87 fails with Python 3.5.
* Opening a channel with select() is not done properly.
* When a JSON channel has a callback it may never be cleared.
* When the argument of sort() is zero or empty it fails.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=322
* When calling ch_close() the close callback is invoked,
even though the docs say it isn't.
* Using "u_char" intead of "char_u", which doesn't work everywhere.
* Tests slowed down because of the "not a terminal" warning.
* May free a channel when a callback may need to be invoked.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=319
* Compiler warnings in build with -O2.
* When there is any error Vim will use a non-zero exit code.
* When the test server fails to start Vim hangs.
* When the port isn't opened yet when ch_open() is called it may
fail instead of waiting for the specified time.
* The test script lists all functions before executing them.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=311
* Cursor changes column with up motion when the matchparen
plugin saves and restores the cursor position. (Martin Kunev)
* "\%1l^#.*" does not match on a line starting with "#".
* Channel with pipes doesn't work in GUI.
* Crash when unletting the variable that holds the channel
in a callback function.
* Can't compile with +job but without +channel.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=309
* copy() and deepcopy() fail with special variables.
* Encoding {'key':} to JSON doesn't give an error.
* assert_false(v:false) reports an error.
* When jsonencode() fails it still returns something.
* jsonencode() is not producing strict JSON.
* Crash when evaluating the pattern of ":catch" causes an error.
* The job feature isn't available on MS-Windows.
* ch_open() with a timeout doesn't work correctly.
* ch_sendexpr() does not use JS encoding.
- Temporarily disable vim-7.3-diff_check.patch
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=308
* New lines in the viminfo file are dropped.
* Old style tests for the argument list.
* Generated function prototypes still have __ARGS().
* Wrong argument to assert_exception() causes a crash.
* Illegal memory access when using :copen and :cclose.
* When running gvim in the foreground some icons are missing.
* Recognizing <sid> does not work when the language is Turkish.
* Using searchpair() with a skip expression that uses syntax
highlighting sometimes doesn't work.
* Cannot define keyword characters for a syntax file.
* Can't sort on floating point numbers.
* Default features are conservative.
* Conflict for "chartab".
* Using the local value of 'errorformat' causes more problems than it solves.
* 'langmap' applies to the first character typed in Select mode.
* Langmap test fails with normal build.
* Autocommands triggered by quickfix cannot always get the current title value.
* No support for JSON.
* Build with normal features fails.
* Coverity warns for NULL pointer and ignoring return value.
* type() does not work for v:true, v:none, etc.
* Automatically generated function prototypes use __ARGS.
* No error for jsondecode('"').
* ":argadd" without argument is supposed to add the current buffer name to the arglist.
* Missing error number in MzScheme.
* Expressions "0 + v:true" and "'' . v:true" cause an error.
* No tests for "is" and "isnot" with the new variables.
* This doesn't give the right result: eval(string(v:true)).
* No test for new behavior of v:true et al.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=305
* Repeating CTRL-A doesn't work.
* No tests for :hardcopy and related options.
* When making a change while need_wait_return is set there is a two second delay.
* With 'rightleft' and concealing the cursor may move to the wrong position.
* Vim can create a directory but not delete it.
* When using ":next" with an illegal file name no error is reported.
* Using {ns} in variable name does not work. (lilydjwg)
* delete() does not work well with symbolic links.
* delete(x, 'rf') does not delete files starting with a dot.
* No longer get "." and ".." in directory list.
* argidx() has a wrong value after ":%argdelete". (Yegappan Lakshmanan)
* delete(x, 'rf') fails if a directory is empty. (Lcd)
* Using ":argadd" when there are no arguments results in the second
argument to be the current one. (Yegappan Lakshmanan)
* There is no perleval().
* Can only get the directory of the current window.
* Python None value can't be converted to a Vim value.
* Memory leak in :vimgrep.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=304
* Wrong way to check for unletting internal variables.
* The Tcl interface can't be loaded dynamically on Unix.
* Crash when using an invalid command.
* CTRL-A does not work well in right-left mode.
* Using "." to repeat CTRL-A in Visual mode increments the wrong numbers.
* The CTRL-A and CTRL-X commands do not update the '[ and '] marks.
* Crash with an extremely long buffer name.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=301
* Segfault when unletting "count".
* Illegal memory access with weird syntax command. (Dominique Pelle)
* Typos in the :options window.
* Compiler warning for ignoring return value of fwrite().
* When a spell file has single letter compounding creating
suggestions takes an awful long time.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=300
* The fix in patch 7.3.192 is not tested.
* When a symbolic link points to a file in the root directory,
the swapfile is not correct.
* Vim overwrites the value of $PYTHONHOME.
* The local value of 'errorformat' is not used for ":lexpr" and ":cexpr".
* The column is not restored properly when the matchparen plugin
is used in Insert mode and the cursor is after the end of the line.
* When there is a backslash in an option ":set -=" doesn't work.
* An Ex range gets adjusted for folded lines even when the range
is not using line numbers.
* Using "q!" when there is a modified hidden buffer does not unload
the current buffer, resulting in the need to abandon it again.
* g-CTRL-G shows the word count, but there is no way to get the word count in a script.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=299
* Test 87 doesn't work in a shadow directory.
* Configure doesn't work with a space in a path.
* test86 and test87 are flaky in Appveyor.
* Rare crash in getvcol(). (Timo Mihaljov)
* The asin() function can't be used.
* Memory leak when there is an error in setting an option.
- Updated to revision 963, fixes the following problems
* Crash when dragging with the mouse.
* Segfault reading unitialized memory.
* X11 and GTK have moure mouse buttons than Vim supports.
* Memory leak when encountering a syntax error.
* vt52 terminal codes are not correct.
* There is no way to ignore case only for tag searches.
* test_tagcase breaks for small builds.
* Writing tests for Vim script is hard.
* New style testing is incomplete.
* Missing changes in source file.
* Test_listchars fails with MingW. (Michael Soyka)
* Can't build when the insert_expand feature is disabled.
* When using 'colorcolumn' and there is a sign with a fullwidth character the highlighting is wrong. (Andrew Stewart)
* v:errors is not initialized.
* Sorting number strings does not work as expected. (Luc Hermitte)
* 'lispwords' is tested in the old way.
* When a test script navigates to another buffer the .res file is created with the wrong name.
* When using Lua there may be a crash. (issue #468)
* Vim doesn't recognize .pl6 and .pod6 files.
* A few more file name extensions not recognized.
* Test_tagcase fails when using another language than English.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=294
* Test 94 fails on some systems.
* test_utf8 has confusing dummy command.
* Crash when using longest completion match.
- Updated to revision 930, fixes the following problems
* When a BufLeave autocommand changes folding in a way it syncs undo,
undo can be corrupted.
* Python interface can produce error "vim.message' object has no attribute 'isatty'".
* Libraries for dynamically loading interfaces can only be defined at compile time.
* Compiler complains about type punned pointer.
* t_Ce and t_Cs are documented but not supported. (Hirohito Higashi)
* Wrong indenting for C++ constructor.
* No utf-8 support for the hangul input feature.
* New compiler warning: logical-not-parentheses
* When removing from 'path' and then adding, a comma may go missing. (Malcolm Rowe)
* When running out of memory while copying a dict memory may be freed twice. (ZyX)
* Compiler warning for comparing signed and unsigned.
* A digit in an option name has problems.
* The dll options are not in the options window.
* The rubydll option is not in the options window.
* Missing proto file update. (Randall W. Morris)
* Leaking memory with ":helpt {dir-not-exists}".
* Prototypes not always generated.
* User may yank or put using the register being recorded in.
* Completing the longest match doesn't work properly with multi-byte characters.
* Ruby crashes when there is a runtime error.
* A clientserver message interrupts handling keys of a mapping.
* "gv" after paste selects one character less if 'selection' is "exclusive".
* MS-Windows: Most users appear not to like the window border.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=292
* 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
* Crash when changing the 'tags' option from a remote command. (Benjamin Fritz)
* 'smarttab' is also effective when 'paste' is enabled. (Alexander Monakov)
* May get into an invalid state when using getchar() in an expression mapping.
* Vim leaks memory, when 'wildignore' filters out all matches.
* Compiler warning for unused variable. (Tony Mechelynck)
* Not obvious how to contribute.
* ":find" sometimes fails. (Excanoe)
* Coverity error for clearing only one byte of struct.
* Can't see line numbers in nested function calls.
* Test 49 fails.
* When leaving the command line window with CTRL-C while a completion menu is displayed the menu isn't removed.
* Block-mode replace works characterwise instead of blockwise after column 147. (Issue #422)
* When doing an upwards search without wildcards the search fails if the initial directory doesn't exist.
* Using uninitialized memory for regexp with back reference. (Dominique Pelle)
* The OptionSet autocommands are not triggered from setwinvar().
* Triggering OptionSet from setwinvar() isn't tested.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=288