Commit Graph

  • 5d673b5b29 Accepting request 790192 from editors Dominique Leuenberger 2020-03-31 15:33:02 +00:00
  • d9ed24658f - Disable more tests failing randomly on OBS: * test_arglist * test_command_count * test_diffmode * test_mksession * test_startup * test_window_cmd Ismail Dönmez 2020-03-31 14:30:46 +00:00
  • 6afa654f40 - Add no-common.patch to make longVersion extern in all cases, fixes build with gcc10 bsc#1160418 Ismail Dönmez 2020-03-27 08:30:24 +00:00
  • 96b864aaf0 Accepting request 785458 from editors Dominique Leuenberger 2020-03-19 18:44:52 +00:00
  • 8cba39f26c Accepting request 785392 from home:cboltz:branches:editors Martin Pluskal 2020-03-16 07:13:25 +00:00
  • 6f02ba6e06 Accepting request 781204 from editors Dominique Leuenberger 2020-03-06 20:23:52 +00:00
  • 4963255e74 - Updated to version 8.2.0348, fixes the following problems * Short name not set for terminal buffer. * Build failure on HP-UX system. * ex_getln.c code has insufficient test coverage. * MSVC: _CRT_SECURE_NO_DEPRECATE not defined on DEBUG build. * Vim9: types not sufficiently tested. * File missing in distribution, comments outdated. * No Haiku support. * Vim9: ":execute" does not work yet. * Vim9: error checks not tested. * Vim9: calling a function that is defined later is slow. * Text property not updated correctly when inserting/deleting. * Ex_getln.c code not covered by tests. * Compiler warning for using uninitialized variable. (Yegappan Lakshmanan) * Crash when opening and closing two popup terminal windows. * No redraw when leaving terminal-normal mode in a terminal popup window. * Popup filter converts 0x80 bytes. * Build error with popup window but without terminal. * Internal error when using test_void() and test_unknown(). (Dominique Pelle) * Some code in ex_getln.c not covered by tests. * Terminal in popup test is flaky. * Abort called when using test_void(). (Dominique Pelle) * No completion for :disassemble. * Vim9: insufficient test coverage for compiling. * Build fails on a few systems. * Build failure without the channel feature. * Vim9: function return type may depend on arguments. * Vim9: function and partial types not tested. * Using ":for" in Vim9 script gives an error. * Some code in ex_getln.c not covered by tests. Ondřej Súkup 2020-03-03 12:30:40 +00:00
  • baae1f3a23 Accepting request 779065 from editors Dominique Leuenberger 2020-02-26 14:14:20 +00:00
  • eb9c617960 - Updated to version 8.2.0314, fixes the following problems - refreshed vim-7.3-filetype_spec.patch * Cannot recognize a terminal in a popup window. * ModifyOtherKeys cannot be temporarily disabled. * Terminal in popup test sometimes fails. * Several lines of code are duplicated. * Some code not covered by tests. * Fileformat test fails on MS-Windows. * A few new Vim9 messages are not localized. * Fileformat test still fails on MS-Windows. * "eval" after "if 0" doesn't check for following command. * Terminal in popup test sometimes fails on Mac. * No check for a following command when calling a function fails. * Trycatch test fails. * Vim9: operator after list index does not work. (Yasuhiro Matsumoto) * Some code not covered by tests. * The "num64" feature is available everywhere and building without it causes problems. * ":helptags ALL" gives error for directories without write permission. (MatÄ›j Cepl) * Hang with combination of feedkeys(), Ex mode and :global. (Yegappan Lakshmanan) * Some Ex code not covered by tests. * Vim9: not allowing space before ")" in function call is too restrictive. (Ben Jackson) * Vim9: not all instructions covered by tests. * Channel test is flaky on Mac. * Vim9: no test for deleted :def function. * Vim9: throw in :def function not caught higher up. * Two placed signs in the same line are not combined. E.g. in the terminal Ondřej Súkup 2020-02-25 12:52:48 +00:00
  • 26e15fd0e2 Accepting request 774387 from editors Dominique Leuenberger 2020-02-19 11:40:07 +00:00
  • e0a8227987 - Updated to version 8.2.0257, fixes the following problems * Vim9 script commands not sufficiently tested. * Cannot assign to an imported variable. * When 'lazyredraw' is set the window title may not be updated. * :helptags and some other functionality not tested. * Crash when using winnr('j') in a popup window. * Error code E899 used twice. * Calling Vim9 function using default argument fails. * Crash when missing member type on list argument. * Fnamemodify() does not apply ":~" when followed by ":.". * Function a bit far away from where it's used. * Coverity complains about uninitialized field. * Test for ANSI colors fails without an "ls" command. * Missing search/substitute pattern hardly tested. * Configure does not recognize gcc 10.0 and later. * A popup window with a terminal can be made hidden. * Wrong file name shortening. (Ingo Karkat) * Several Vim9 instructions are not tested. * Terminal test fails on Mac. * Several Vim9 instructions are not tested. * Terminal test still fails on Mac. * Terminal test did pass on Mac. * No test for Vim9 += and ..=. * Vim9: optional function arguments don't work yet. * Some instructions not yet tested. * compiling :elseif not tested yet. * compiling lambda not tested yet. * Compiling for loop not tested. * Compiling a few instructions not tested. * Configure does not recognize gcc version on BSD. Ondřej Súkup 2020-02-14 15:02:44 +00:00
  • 9a0d7f2266 Accepting request 769482 from editors Dominique Leuenberger 2020-02-06 12:07:03 +00:00
  • 2c5074a250 - Refreshed disable-unreliable-tests.patch and vim-7.3-help_tags.patch - Updated to version 8.2.0200, fixes the following problems * Message test fails on some platforms. (Elimar Riesebieter) * virtcol() does not check arguments to be valid, which may lead to a crash. * filter() and map() on blob don't work. * complete_info() does not work when CompleteDone is triggered. * Compiler warnings for variable types. * :mode no longer works for any system. * Textprop test fails. * Some buffer commands work in a popup window. * Cannot list options one per line. * Python3 ranges are not tested. * Command line is not cleared when switching tabs and the command line height differs. * Script may be re-used when deleting and creating a new one. * Invalid memory access with search command. * Some map functionality not covered by tests. * Bracketed paste can still cause invalid memory access. (Dominique Pelle) * Stray ch_logfile() call. * Crash when using win_execute() from a new tab. * Memory leak when starting a job fails. * No swift filetype detection. * Possible to enter popup window with CTRL-W p. (John Devin) * Coverity warning for possible use of NULL pointer. * Some mapping code is not fully tested. * Using #error for compilation errors should be OK now. * Wrong indent when 'showbreak' and 'breakindent' are set and 'briopt' includes "sbr". * Block Visual mode operators not correct when 'linebreak' set. * Mapping related function in wrong source file. Ondřej Súkup 2020-02-03 09:20:41 +00:00
  • 9dea1cb5d0 Accepting request 764661 from editors Dominique Leuenberger 2020-01-18 11:16:19 +00:00
  • 9c88d7a120 - Updated to version 8.2.0119, fixes the following problems * Printf formats are not exactly right. * Hgignore is out of sync from gitignore. * When sign text is changed a manual redraw is needed. (Pontus Lietzler) * Corrupted text properties when expanding spaces. * prop_find() is not implemented. * VAR_SPECIAL is also used for booleans. * Illegal memory access when using 'cindent'. * "make cmdidxs" fails. * Info about sourced scripts is scattered. * Byte2line() does not work correctly with text properties. (Billie Cleek) * BufEnter autocmd not triggered on ":tab drop". (Andy Stewart) * Crash when using gettabwinvar() with invalid arguments. (Yilin Yang) * Crash when cycling to buffers involving popup window . * Message test fails on some platforms. (Elimar Riesebieter) * Wrong size argument to vim_snprintf(). (Dominique Pelle) * Diffmode completion doesn't use per-window setting. * Some corners of vim_snprintf() are not tested. * ERROR_UNKNOWN clashes on some systems. * Crash when using Python 3 with "utf32" encoding. (Dominique Pelle) * ETYPE_ is used for two different enums. * Crash when using Python 3 with "debug" encoding. (Dominique Pelle) * Initializing globals with COMMA is clumsy. * Python 3 unicode test sometimes fails. * Python 3 unicode test still sometimes fails. * settagstack() cannot truncate at current index. * Expanding <sfile> works differently the second time. * Python 3 unicode test still fails on MS-Windows. * Globals using INIT4() are not in the tags file. * When reusing a buffer listeners are not cleared. (Axel Forsman) Ondřej Súkup 2020-01-15 12:55:21 +00:00
  • 8bdcbfb1eb Accepting request 760080 from editors Dominique Leuenberger 2020-01-02 13:40:30 +00:00
  • 20747e61d9 - Updated to version 8.2.0063, fixes the following problems * #endif comments do not reflect corresponding #ifdef. * "dj" only deletes first line of closed fold. * Build file dependencies are incomplete. * Get E685 and E931 if buffer reload is interrupted. * Duplication in version info. * Test using long file name may fail. (Vladimir Lomov) * Popup menu positioned wrong with folding in two tabs. * Test72 is old style. * Test64 is old style. * Screen updating wrong when opening preview window. * Some undo functionality is not tested. * Not using a typedef for condstack. * Test69 and test95 are old style. * Not all modeline variants are tested. * Test name used twice, option not restored properly. * :join does not add white space where it should. (Zdenek Dohnal) * Cannot get number of lines of another buffer. * Mouse clicks in the command line not tested. * Click in popup window doesn't close it in the GUI. (Sergey Vlasov) * Command line editing not sufficiently tested. * Filetype Rego not recognized. * Repeated word in comment. * Still some /* */ comments. * Searchpairpos() is not tested. * "gF" does not work on output of "verbose command". * Crash when make_extmatch() runs out of memory. * Missing check for out of memory. * Saving and restoring called_emsg is clumsy. * Not enough test coverage for match functions. Ondřej Súkup 2019-12-30 21:14:10 +00:00
  • 67e0e65241 Accepting request 756787 from editors Dominique Leuenberger 2019-12-16 14:18:58 +00:00
  • fa4709c4f4 - Update to version 8.2.0000 * make depend" does not work correctly for libvterm. * Crash when calling popup_close() in win_execute() * With a long file name the hit-enter prompt appears. * bufnr('$') is wrong after recycling popup buffer. * loading menus sets v:errmsg. * popup menu flickers if an info popup is used. * Crash when evaluating expression with error. * Function argument copied unnecessarily. * syntax menu and build instructions outdated. * matchadd_conceal test fails under valgrind. * :cexpr does not handle | in expression. * Use // comments where appropriate. * 'wincolor' is not used for 'listchars'. * Opening cmdline window with feedkeys() does not work. Ondřej Súkup 2019-12-13 11:10:26 +00:00
  • b0cb8c524a Accepting request 753275 from editors Dominique Leuenberger 2019-12-07 14:15:00 +00:00
  • bc620d1439 - Updated to version 8.1.2383, fixes the following problems + refreshed patches: vim-7.3-help_tags.patch vim-7.3-name_vimrc.patch vim-8.1.0297-dump3.patch * Cannot get the Vim command line arguments. * get_short_pathname() fails depending on encoding. * "C" with 'virtualedit' set does not include multi-byte char. * Ml_get error if pattern matches beyond last line. * Mode() result after usign "r" depends on whether CURSOR_SHAPE is defined. (Christian Brabandt) * Error in docs tags goes unnoticed. * Popup window width changes when scrolling. * Match highlight does not combine with 'wincolor'. * Creating docs tags uses user preferences. (Tony Mechelynck) * 'wrapscan' is not used for "gn". * Third character of 'listchars' tab shows in wrong place when 'breakindent' is set. * Some tests are still in old style. * "make vimtags" does not work in runtime/doc. * CTRL-W dot does not work in a terminal when modifyOtherKeys is enabled. * "make vimtags" does not print any message. * CTRL-U and CTRL-D don't work in popup window. * ":term command" may not work without a shell. * Compiler warning for int size. * Using "which" to check for an executable is not reliable. * May get hit-enter prompt after entering a number. (Malcolm Rowe) * Running tests may leave XfakeHOME behind. * With modifyOtherKeys set 'noesckeys' doesn't work. (James McCoy) * Unpack assignment in function not recognized. * 'noesckeys' test fails in GUI. Ondřej Súkup 2019-12-03 14:41:48 +00:00
  • ce7f7d273d Accepting request 743826 from editors Dominique Leuenberger 2019-11-03 09:53:46 +00:00
  • f90f987446 - Updated to version 8.1.2233, fixes the following problems - dropped python38-config.patch (upstream merged) - refreshed disable-unreliable-tests.patch and vim-8.0.1568-defaults.patch * No test for right click extending Visual area. * Crash when running out of memory very early. * No test for 'ttymouse' set from xterm version response. * State test is a bit flaky. * Combining text property and syntax highlight is wrong. (Nick Jensen) * Quickfix window height wrong when there is a tabline. (Daniel Hahler) * In a terminal window 'cursorlineopt' does not work properly. * First character after Tab is not highlighted. * Libvterm source files missing from distribution. * Terminal attributes missing in Terminal-normal mode. * Some mappings are listed twice. * Cannot build with +syntax but without +terminal. * Mapping test fails. * Popup resize test is flaky. (Christian Brabandt) * Cannot build with +spell but without +syntax. * Stuck when using "j" in a popupwin with popup_filter_menu if a line wraps. * Rubyeval() not tested as a method. * Mapping test fails on MS-Windows. * Heredoc assignment not skipped in if block. * Terminal flags are never reset. * Cannot build without the +termresponse feature. * Mouse support not always available. * Spell highlight is wrong at start of the line. * Searchit() has too many arguments. * Screen not recognized as supporting "sgr" mouse codes. * Meson files are not recognized. * Syntax attributes not combined with Visual highlighting. (Arseny Nasokin) Ondřej Súkup 2019-10-29 12:35:13 +00:00
  • a921217ce0 Accepting request 742143 from editors Dominique Leuenberger 2019-10-25 16:39:38 +00:00
  • d08536ff28 Accepting request 742141 from home:mcepl:branches:editors Ismail Dönmez 2019-10-23 13:05:12 +00:00
  • 44f88f8c7d Accepting request 740984 from editors Dominique Leuenberger 2019-10-22 13:39:23 +00:00
  • 0da0e8a527 ? weir , different results on local build Ondřej Súkup 2019-10-18 06:55:27 +00:00
  • e8b34c3040 - Updated to version 8.1.2148, fixes the following problems * Using "x" before a closed fold may delete that fold. * SafeStateAgain not triggered if callback uses feedkeys(). * Compiler test for Perl may fail. * Not easy to jump to function line from profile. * "make test" for indent files doesn't cause make to fail. * The screen.c file is much too big. * Function for ex command is named inconsistently. * Fix for "x" deleting a fold has side effects. * "precedes" in 'listchars' not used properly. * The mouse code is spread out. * Some tests fail when +balloon_eval_term is missing but _balloon_eval is present. (Dominique Pelle) * No tests for state(). * No tests for SafeState and SafeStateAgain. * Test for SafeState and SafeStateAgain may fail. * Test for SafeStateAgain may still fail. * Mouse code is spread out. * When 'wincolor' is set text property changes highlighting. (Andy Stewart) * "gk" moves to start of line instead of upwards. * When editing a buffer 'colorcolumn' may not work. * Test for SafeState autocommand is a bit flaky. * Get many log messages when waiting for a typed character. * Crash when trying to put a terminal buffer in a popup window. * The ops.c file is too big. * Build error with +textprop but without +terminal. (Tony Mechelynck) * Popup window test fails without +terminal. * The terminal API is limited and can't be disabled. * The spell.c file is too big. * Some files have a weird name to fit in 8.3 characters. Ondřej Súkup 2019-10-14 10:47:54 +00:00
  • fa58f2236f Accepting request 731703 from editors Dominique Leuenberger 2019-09-24 23:22:21 +00:00
  • 361bccec8e - Updated to version 8.1.2052, fixes the following problems - refreshed patches: disable-unreliable-tests.patch vim-8.0-ttytype-test.patch * Cleared/added match highlighting not updated in other window. (Andi Massimino) * Still some match functions in evalfunc.c. * 'hlsearch' and match highlighting in the wrong place. * Build error without the conceal feature. * Compiler warning for unused argument. * ":dl" is seen as ":dlist" instead of ":delete". * Compiler warning for unused variables. (Tony Mechelynck) * :args output is not aligned. * Coverity warns for using negative index. * Depending on the terminal width :version may miss a line break. * When redrawing popups plines_win() may be called often. * Resizing hashtable is inefficient. * Use of popup window mask is inefficient. * Build failure. * Leaking memory when using a popup window mask. * Autocommand that splits window messes up window layout. * Text added with appendbufline() to another buffer isn't displayed. * Count of g$ not used correctly when text is not wrapped. * No mode char for terminal mapping from maparg(). * Extra line break for wrapping output of :args. * Filetype "vuejs" causes problems for some users. * Some filetype rules are in the wrong place. * Evalfunc.c is still too big. * ":browse oldfiles" is not tested. * get(func, dict, def) does not work properly. Ondřej Súkup 2019-09-18 10:08:30 +00:00
  • 03292fe1a2 Accepting request 726617 from editors Dominique Leuenberger 2019-09-02 11:18:46 +00:00
  • 6e16e1be32 Accepting request 726616 from home:scarabeus_iv:branches:editors Martin Pluskal 2019-08-28 02:14:27 +00:00
  • 9fff1e664c Accepting request 718297 from editors Dominique Leuenberger 2019-07-28 08:21:39 +00:00
  • 21f9214d23 Accepting request 718271 from home:alarrosa:branches:editors Martin Pluskal 2019-07-24 14:24:02 +00:00
  • 75af349bcc Accepting request 715469 from editors Dominique Leuenberger 2019-07-17 12:23:18 +00:00
  • 2651db9587 - Updated to version 8.1.1694, fixes the following problems * Cannot specify highlighting for popup window scrollbar. * Missing changes to popup window test file. * Popup window cannot overflow on the left or right. * Crash when using unknown highlighting in text property. * Popup window scroll test is flaky. * Vim may delay processing messages on a json channel. (Pontus Leitzler) * On a narrow screen ":hi" output is confusing. * Popup window scrollbar does not respond to click. * The evalfunc.c file is too big. * The user cannot easily close a popup window. * There is no way to add or load a buffer without side effects. * Bufadd() reuses existing buffer without a name. * Cannot show an existing buffer in a popup window. * Popup window test fails with Athena and Motif. * 'numberwidth' can only go up to 10. * Crash when passing buffer number to popup_create(). (Yasuhiro Matsumoto) * No test for popup window with mask and position fixed. * Amiga-like systems quickly run out of stack. * Tests are not run with GUI on Travis. * No test for popup window with border and mask. * Amiga: time.h included twice. * Wrong width if displaying a lot of lines in a popup window. * Display wrong with signs in narrow number column. * When testing in the GUI may try to run gvim in a terminal. * Script line numbers are not exactly right. * No test for closing a popup window with a modified buffer. * Header file contains mixed comment style. * Popup window functions not in list of functions. * Terminal function help is in the wrong file. Ondřej Súkup 2019-07-15 12:02:02 +00:00
  • a793eb5c74 Accepting request 712166 from editors Dominique Leuenberger 2019-06-28 14:11:52 +00:00
  • 419dc4a5b1 - Updated to version 8.1.1600, fixes the following problems * Popup_setoptions() is not implemented yet. * Popup window not always redrawn after popup_setoptions(). * Crash when using closures. * Sign column takes up space. (Adam Stankiewicz) * Error message when terminal closes while it is not in the current tab. * Localtime_r() does not respond to $TZ changes. * Cannot build with signs but without diff feature. * Icon signs not displayed properly in the number column. * textprop highlight starts too early if just after a tab. * Compiler warnings with tiny build. (Tony Mechelynck) * Textprop test fails if screenhots do not work. * Tabpage option not yet implemented for popup window. * Compiler warning for unused argument. * Command line redrawn for +arabic without Arabic characters. (Dominique Pelle) * Dict and list could be GC'ed while displaying error in a timer. (Yasuhiro Matsumoto) * Cannot make part of a popup transparent. * Shared functions for testing are disorganised. * Cannot build with +textprop but without +timers. * Set_ref_in_list() only sets ref in items. * The evalfunc.c file is getting too big. * :let-heredoc does not trim enough. * Error number used in two places. * Redraw problem when sign icons in the number column. * In :let-heredoc line continuation is recognized. * Popup window does not indicate scroll position. * Popup window test fails. * On error garbage collection may free memory in use. Ondřej Súkup 2019-06-26 18:02:55 +00:00
  • c132854fbe Accepting request 710357 from editors Dominique Leuenberger 2019-06-22 09:23:46 +00:00
  • dbb5edf5ad - Updated to version 8.1.1561, fixes the following problems - refreshed patches: disable-unreliable-tests.patch vim-7.4-highlight_fstab.patch * Cscope test fails. * The generated desktop files may be invalid. * No test for checking the cursor style response. * New Unicode character U32FF missing from double-width table. * 'background' not correctly set for 2-digit rgb termresponse. * Add_termcap_entry() is not tested. * New resolve() implementation causes problem for plugins. * 'ttybuiltin' is not tested. * Search string not displayed when 'rightleft' is set. * No statistics displayed after running tests. * Test summary fails in the tiny version. * Still an error when running tests with the tiny version. * Change included for debugging only. * Length for two-digit rgb termresponse is off by one. * No test for wincol() depending on the 'number' option. * Skipped tests are not properly listed. * Some tests are slow. * Double free when garbage_collect() is used in autocommand. * A listener change is merged even when it adds a line. (Paul Jolly) * Older msgfmt cannot generate proper .desktop file. * Summary of tests has incorrect failed count. * Sign order wrong when priority was changed. * When a single test fails the exit code is not set. (Daniel Hahler) * When skipping over code after an exception was thrown expression evaluation is aborted after a function call. (Ingo Karkat) * Redrawing with popups is slow and causes flicker. Ondřej Súkup 2019-06-17 13:41:54 +00:00
  • 5eebc312da Accepting request 708048 from editors Dominique Leuenberger 2019-06-07 10:17:24 +00:00
  • 7170204b7f - Ismail Dönmez 2019-06-06 08:06:42 +00:00
  • 87ff7f3611 - Updated to version 8.1.1467, fixes the following problems * Test 29 is old style. * Cannot flush change listeners without also redrawing. The line numbers in the list of changes may become invalid. * Text properties don't always move after changes. * When buffer is hidden "F" in 'shortmess' is not used. * Listener callback is called after inserting text. * Some eval functionality is not covered by tests. * Get empty text prop when splitting line just after text prop. * Hang when concealing the '>' shown for a wide char that doesn't fit in the last cell. * Installer needs to product name et al. * Attributes from 'cursorline' overwrite textprop. * Text properties are lost when joining lines. * Using freed memory when joining line with text property. * Text properties not adjusted for Visual block mode delete. * Coverity complains about possibly using a NULL pointer and copying a string into a fixed size buffer. * Stuck in sandbox with ":s/../\=Function/gn". * Error for Python exception does not show useful info. * Fractional scroll position not restored after closing window. * Running tests may cause the window to move. * If writing runs into a conversion error the backup file is deleted. * "W" for wrapping not shown when more than 99 matches. * Text property wrong after :substitute. * Undofile() reports wrong name. (Francisco Giordano) * Undo test fails on Mac. * Getting a list of text lines is clumsy. * Obvious mistakes are accepted as valid expressions. * Some text in heredoc assignment ends the text. (Ozaki Kiichi) Ismail Dönmez 2019-06-05 12:48:26 +00:00
  • 3954ad3320 Accepting request 702864 from editors Dominique Leuenberger 2019-05-17 21:38:27 +00:00
  • f8931248a4 - Updated to version 8.1.1330, fixes the following problems - refreshed disable-unreliable-tests.patch * Running make in src/po leaves LINGUAS file behind. (Ken Takata) * Delaying half a second after the top-bot message. * Detecting *.tmpl as htmlcheetah is outdated. * Test17 is old style. * Running tests leaves XTest_tabpage_cmdheight file behind. * Cannot build with +eval but without +mouse. * Search stats don't show for mapped command. * May not have enough space to add "W" to search stats. * .hgignore and .gitignore are either distributed or in git, not both. * Not easy to change directory and restore. * Invalid command line arguments not tested. * When vimrun.exe does not exist external command may fail. * Crash when using invalid command line argument. * Invalid argument test fails without GTK. * Invalid argument test fails without X clipboard. * "extends" from 'listchars' is used when 'list' is off. (Hiroyuki Yoshinaga) * In a terminal 'ballooneval' does not work right away. * When compiled with VIMDLL some messages are not shown. * v:beval_text is not tested in Visual mode. * Not possible to hide a balloon. * There is no easy way to manipulate environment variables. * Borland support is outdated and doesn't work. * Cannot reconnect to the X server after it restarted. * The Normal highlight is not defined when compiled with GUI. * Test for Normal highlight fails on MS-Windows GUI. * Named function arguments are never optional. * Aborting an autocmd with an exception is not tested. * Coverity warning for using uninitialized variable. Ondřej Súkup 2019-05-14 14:51:12 +00:00
  • f437932b7d Accepting request 700981 from editors Dominique Leuenberger 2019-05-07 21:11:29 +00:00
  • 1b68027d8d - refresh disable-unreliable-tests.patch Ondřej Súkup 2019-05-06 08:02:02 +00:00
  • b76c454525 - Updated to version 8.1.1282, fixes the following problems * Bracketed paste may remain active after Vim exists, because the terminal emulater restores the setting. * No test for :abclear. * Old style comments in debugger source. * Output of :command is hard to read. * Always get regexp debugging logs when building with -DDEBUG. * Some autocmd tests are old style. * Output of :command with address completion is not nice. * A BufReadPre autocommand may cause the cursor to move. * User command parsing and listing not properly tested. * Some compilers give warning messages. * Links to repository use wrong file name. * Clever compiler warns for buffer being too small. * Support for user commands is spread out. No good reason to make user commands optional. * Not all user command code is tested. * Signal PWR is not tested. * "make clean" in top dir does not cleanup indent test output. * Old style tests. * "make clean" does not remove generated src/po files. * Mouse middle click is not tested. * MS-Windows: no space reserved for font quality name. * Cannot set a directory for a tab page. * Not checking for NULL return from alloc(). * Build fails on MS-Windows. * Filtering does not work when listing marks. * Middle mouse click test fails without a clipboard. * {not in Vi} remarks get in the way of useful help text. * Duplicate entries in the generate .desktop files. (Ralf Schandl) Ondřej Súkup 2019-05-06 07:53:38 +00:00
  • dcdf0123a5 Accepting request 697093 from editors Yuchen Lin 2019-04-26 20:41:39 +00:00
  • 852ad1986f Accepting request 697092 from home:mimi_vx:branches:editors Ondřej Súkup 2019-04-23 10:14:06 +00:00
  • 50245d672a Accepting request 692271 from editors Dominique Leuenberger 2019-04-10 21:10:43 +00:00
  • 029b9a1d07 Accepting request 692234 from home:mimi_vx:branches:editors Ondřej Súkup 2019-04-08 11:17:00 +00:00
  • 2a2317b505 Accepting request 689785 from editors Dominique Leuenberger 2019-04-02 07:18:16 +00:00
  • 1a9d7a3971 Accepting request 689784 from home:mimi_vx:branches:editors Ondřej Súkup 2019-03-29 10:11:20 +00:00
  • cc88886446 Accepting request 685301 from editors Dominique Leuenberger 2019-03-18 09:34:28 +00:00
  • ec590624a9 Accepting request 685169 from home:cboltz:branches:editors Ismail Dönmez 2019-03-15 10:01:02 +00:00
  • 052d6446cb Accepting request 684249 from editors Dominique Leuenberger 2019-03-14 13:56:06 +00:00
  • 4a04d640d9 Accepting request 684247 from home:mimi_vx:branches:editors Ismail Dönmez 2019-03-12 10:49:04 +00:00
  • 8fe5a31804 Accepting request 679173 from editors Stephan Kulow 2019-03-01 19:28:34 +00:00
  • e3833da9e9 Accepting request 678838 from home:mimi_vx:branches:editors Martin Pluskal 2019-02-26 08:45:41 +00:00
  • f23b2302ad Accepting request 672564 from editors Stephan Kulow 2019-02-08 11:02:44 +00:00
  • 2cfe0f29df Accepting request 672541 from home:coolo:branches:editors Stephan Kulow 2019-02-07 19:50:05 +00:00
  • 14097e210e Accepting request 662794 from editors Dominique Leuenberger 2019-01-11 13:00:22 +00:00
  • 2d12cc9f93 Accepting request 662793 from home:mimi_vx:branches:editors Ondřej Súkup 2019-01-04 13:34:11 +00:00
  • d9eb718e22 Accepting request 655605 from editors Dominique Leuenberger 2018-12-11 14:43:50 +00:00
  • 6572c164da Accepting request 655592 from home:mimi_vx:branches:editors Ismail Dönmez 2018-12-06 12:13:40 +00:00
  • d301df6fa3 Accepting request 649207 from editors Dominique Leuenberger 2018-11-26 09:16:50 +00:00
  • e774df3955 Accepting request 649198 from home:mimi_vx:branches:editors Ondřej Súkup 2018-11-15 09:06:18 +00:00
  • 59ef38c6ee Accepting request 646073 from editors Dominique Leuenberger 2018-11-12 08:48:15 +00:00
  • 232233987f Accepting request 646060 from home:mimi_vx:branches:editors Martin Pluskal 2018-11-02 14:11:16 +00:00
  • a76f09dc65 Accepting request 642213 from editors Dominique Leuenberger 2018-10-23 18:33:00 +00:00
  • c156975c07 Accepting request 642206 from home:mimi_vx:branches:editors Ismail Dönmez 2018-10-16 08:06:49 +00:00
  • f74da3a9df Accepting request 640239 from editors Dominique Leuenberger 2018-10-11 09:47:00 +00:00
  • 0bb75c6e3e Accepting request 640129 from home:mimi_vx:branches:editors Dirk Stoecker 2018-10-06 09:10:13 +00:00
  • 14fee6864a Accepting request 638680 from editors Dominique Leuenberger 2018-10-02 17:40:25 +00:00
  • 2a5ce87bb8 Accepting request 638564 from home:mimi_vx:branches:editors Ismail Dönmez 2018-09-27 07:29:22 +00:00
  • ce1ce9d5c1 Accepting request 636164 from editors Yuchen Lin 2018-09-20 09:38:18 +00:00
  • aed0b1899b - Ismail Dönmez 2018-09-19 12:20:06 +00:00
  • bc820345b1 Add vim-changelog.sh, a vim changelog generator Ismail Dönmez 2018-09-19 12:19:32 +00:00
  • e70825c7be Accepting request 636139 from home:mimi_vx:branches:editors Martin Pluskal 2018-09-17 11:34:01 +00:00
  • 132efb6a81 Accepting request 631042 from editors Yuchen Lin 2018-09-11 15:08:35 +00:00
  • 93aca7a99b Accepting request 630978 from home:mimi_vx:branches:editors Ismail Dönmez 2018-08-23 07:45:26 +00:00
  • ec6de19b56 Accepting request 628369 from editors Dominique Leuenberger 2018-08-17 21:57:05 +00:00
  • ee3cf54a02 Accepting request 628368 from home:mimi_vx:branches:editors Ondřej Súkup 2018-08-09 10:12:53 +00:00
  • aeb36b39ff Accepting request 627251 from editors Dominique Leuenberger 2018-08-07 08:49:33 +00:00
  • a738eeb241 Accepting request 627185 from home:mimi_vx:branches:editors Martin Pluskal 2018-08-03 06:48:44 +00:00
  • 75d319b980 Accepting request 626508 from editors Dominique Leuenberger 2018-08-02 12:56:20 +00:00
  • f88071b9c7 Accepting request 626502 from home:mimi_vx:branches:editors Martin Pluskal 2018-07-30 16:09:27 +00:00
  • 9b86bec2be Accepting request 624441 from editors Dominique Leuenberger 2018-07-23 15:58:31 +00:00
  • a4e7e50878 Accepting request 624434 from home:mimi_vx:branches:editors Ismail Dönmez 2018-07-21 11:53:21 +00:00
  • 1784c0e243 Accepting request 622530 from editors Dominique Leuenberger 2018-07-17 07:39:43 +00:00
  • 9aa3d19022 Accepting request 622507 from home:mimi_vx:branches:editors Martin Pluskal 2018-07-14 05:45:00 +00:00
  • 6aeb8c7a0a Accepting request 622350 from home:mimi_vx:branches:editors Martin Pluskal 2018-07-13 06:48:02 +00:00
  • f13f12357c Accepting request 619109 from editors Dominique Leuenberger 2018-07-04 21:49:04 +00:00
  • a593c930ff Accepting request 618960 from home:mimi_vx:branches:editors Martin Pluskal 2018-06-26 07:23:59 +00:00
  • 8a4dc22682 Accepting request 616254 from editors Yuchen Lin 2018-06-15 12:36:07 +00:00
  • 1495355916 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=499 Martin Pluskal 2018-06-12 08:24:19 +00:00
  • 176cd67faf Accepting request 616158 from home:mimi_vx:branches:editors Martin Pluskal 2018-06-12 08:23:42 +00:00
  • 22f40b98f2 Accepting request 614348 from home:mimi_vx:branches:editors Martin Pluskal 2018-06-05 17:26:02 +00:00
  • 5a69689785 Accepting request 611546 from editors Dominique Leuenberger 2018-05-25 19:35:08 +00:00