Commit Graph

  • d418a10447 - Ismail Dönmez 2018-01-24 11:53:17 +00:00
  • 6ef2c2fa10 - Ismail Dönmez 2018-01-24 11:53:17 +00:00
  • 367ec305e4 - Make vim require vim-data bsc#1077352 bsc#1075541 bsc#1074790 Ismail Dönmez 2018-01-24 11:52:23 +00:00
  • 49c5996f26 - Make vim require vim-data bsc#1077352 bsc#1075541 bsc#1074790 Ismail Dönmez 2018-01-24 11:52:23 +00:00
  • 85b7503d98 Accepting request 566596 from home:dmarcoux:branches:editors Dirk Stoecker 2018-01-22 21:34:27 +00:00
  • 91fc86d0da Accepting request 566596 from home:dmarcoux:branches:editors Dirk Stoecker 2018-01-22 21:34:27 +00:00
  • b38d28de4d Accepting request 566638 from editors Dominique Leuenberger 2018-01-19 10:49:47 +00:00
  • ed8e186128 Accepting request 566638 from editors Dominique Leuenberger 2018-01-19 10:49:47 +00:00
  • 280e3b9e14 Accepting request 566609 from home:scarabeus_iv:branches:editors Ismail Dönmez 2018-01-17 14:32:22 +00:00
  • 4a4a20b4f1 Accepting request 566609 from home:scarabeus_iv:branches:editors Ismail Dönmez 2018-01-17 14:32:22 +00:00
  • 97aa0c367f Accepting request 562876 from editors Dominique Leuenberger 2018-01-16 08:32:21 +00:00
  • 77a468c1a2 Accepting request 562876 from editors Dominique Leuenberger 2018-01-16 08:32:21 +00:00
  • 78df4ea2f4 Accepting request 562500 from home:michel_mno:branches:editors Ismail Dönmez 2018-01-09 12:49:32 +00:00
  • 3fef2ab825 Accepting request 562500 from home:michel_mno:branches:editors Ismail Dönmez 2018-01-09 12:49:32 +00:00
  • 892d7729e2 - Updated to revision 1428, fixes the following problems * No test for expanding backticks. * Cursor column is not updated after ]s. (Gary Johnson) * Accessing freed memory in vimgrep. * Accessing invalid memory with overlong byte sequence. * No fallback to underline when undercurl is not set. (Ben Jackson) * Error in return not caught by try/catch. * The timer_pause test is flaky on Travis. * execute() does not work in completion of user command. (thinca) * "gf" and <cfile> don't accept ? and & in URL. (Dmitrii Tcyganok) * The :leftabove modifier doesn't work for :copen. * Compiler warning on 64 bit MS-Windows system. Ismail Dönmez 2018-01-08 11:38:51 +00:00
  • 646536aae8 - Updated to revision 1428, fixes the following problems * No test for expanding backticks. * Cursor column is not updated after ]s. (Gary Johnson) * Accessing freed memory in vimgrep. * Accessing invalid memory with overlong byte sequence. * No fallback to underline when undercurl is not set. (Ben Jackson) * Error in return not caught by try/catch. * The timer_pause test is flaky on Travis. * execute() does not work in completion of user command. (thinca) * "gf" and <cfile> don't accept ? and & in URL. (Dmitrii Tcyganok) * The :leftabove modifier doesn't work for :copen. * Compiler warning on 64 bit MS-Windows system. Ismail Dönmez 2018-01-08 11:38:51 +00:00
  • 66398402d7 Accepting request 562328 from home:cboltz:branches:editors Martin Pluskal 2018-01-08 08:08:55 +00:00
  • a350e40bf2 Accepting request 562328 from home:cboltz:branches:editors Martin Pluskal 2018-01-08 08:08:55 +00:00
  • df3dca87e2 Accepting request 558787 from editors Dominique Leuenberger 2017-12-29 17:46:41 +00:00
  • 838d261dd7 Accepting request 558787 from editors Dominique Leuenberger 2017-12-29 17:46:41 +00:00
  • 6f69b228db - Updated to revision 1417, fixes the following problems * Encoding empty string to JSON sometimes gives "null". * Build fails with --with-features=huge --disable-channel. * Too much highlighting with 'hlsearch' and 'incsearch' set. * Cannot intercept a yank command. * It is not easy to see if a colorscheme is well written. * Memory leak when CTRL-G in search command line fails. * Pattern with \& following nothing gives an error. * :packadd does not load packages from the "start" directory. * Warnings and errors when building tiny version. (Tony Mechelynck) * Color scheme check script shows up as color scheme. * Cannot build with GTK but without XIM. (Guido) * Crash with nasty autocommand. (gy741, Dominique Pelle) * Using freed buffer in grep command. (gy741, Dominique Pelle) * Invalid memory access on exit when autocommands wipe out a buffer. * Duplicated code for getting a typed character. CursorHold is called too often in the GUI. (lilydjwg) * Difficult to track changes to a quickfix list. * GUI: CursorHold may trigger before 'updatetime' when using timers. * Crash in setqflist(). * Buffer overflow in :tags command. * Hang when using count() with an empty string. * Reading invalid memory with CTRL-W :. * Using free memory using setloclist(). (Dominique Pelle) * Accessing freed memory in :cbuffer. * Accessing freed memory in :lfile. * Warning for unused function without timers feature. * Crash when searching for a sentence. * Test doesn't search for a sentence. Still fails when searching for start of sentence. (Dominique Pelle) Ismail Dönmez 2017-12-20 10:57:02 +00:00
  • 4d79973e98 - Updated to revision 1417, fixes the following problems * Encoding empty string to JSON sometimes gives "null". * Build fails with --with-features=huge --disable-channel. * Too much highlighting with 'hlsearch' and 'incsearch' set. * Cannot intercept a yank command. * It is not easy to see if a colorscheme is well written. * Memory leak when CTRL-G in search command line fails. * Pattern with \& following nothing gives an error. * :packadd does not load packages from the "start" directory. * Warnings and errors when building tiny version. (Tony Mechelynck) * Color scheme check script shows up as color scheme. * Cannot build with GTK but without XIM. (Guido) * Crash with nasty autocommand. (gy741, Dominique Pelle) * Using freed buffer in grep command. (gy741, Dominique Pelle) * Invalid memory access on exit when autocommands wipe out a buffer. * Duplicated code for getting a typed character. CursorHold is called too often in the GUI. (lilydjwg) * Difficult to track changes to a quickfix list. * GUI: CursorHold may trigger before 'updatetime' when using timers. * Crash in setqflist(). * Buffer overflow in :tags command. * Hang when using count() with an empty string. * Reading invalid memory with CTRL-W :. * Using free memory using setloclist(). (Dominique Pelle) * Accessing freed memory in :cbuffer. * Accessing freed memory in :lfile. * Warning for unused function without timers feature. * Crash when searching for a sentence. * Test doesn't search for a sentence. Still fails when searching for start of sentence. (Dominique Pelle) Ismail Dönmez 2017-12-20 10:57:02 +00:00
  • a7eb9aacae Accepting request 557360 from editors Dominique Leuenberger 2017-12-19 09:48:12 +00:00
  • d975f7dced Accepting request 557360 from editors Dominique Leuenberger 2017-12-19 09:48:12 +00:00
  • 495ec5ce58 - Updated to revision 1390, fixes the following problems * Balloon shows when cursor is in WinBar. * terminal test hangs, executing abcde. (Stucki) * Cannot drag status line or vertical separator of new terminal window. (UncleBill) * MS-Windows: drawing underline, curl and strike-throw is slow, mFallbackDC not properly updated. * Channel test for callback is flaky. * Shift-Insert doesn't always work in MS-Windows console. * Profile log may be truncated halfway a character. * No error when settting 'renderoptions' to an invalid value before starting the GUI. * CTRL-A does not work with an empty line. (Alex) * Window size wrong after maximizing with WinBar. (Lifepillar) * Cursor in terminal not always updated. * Cannot call a dict function in autoloaded dict. * Autoload script sources itself when defining function. * Configure check for selinux does not check for header file. * When recovering a file with "vim -r swapfile" the hit-enter prompt is at the top of the window. * ch_readraw() waits for NL if channel mode is NL. * Get "no write since last change" message if a terminal is open. * Local additions in help skips some files. (joshklod) * Not enough quickfix help; confusing winid. * Python 3.5 is getting old. * Cannot select modified buffers with getbufinfo(). * Wordcount test is old style. * Char not overwritten with ambiguous width char, if the ambiguous char is single width but we reserve double-width space. * getqflist() items are missing if not set, that makes it more difficult Ismail Dönmez 2017-12-15 13:24:10 +00:00
  • 207650018e - Updated to revision 1390, fixes the following problems * Balloon shows when cursor is in WinBar. * terminal test hangs, executing abcde. (Stucki) * Cannot drag status line or vertical separator of new terminal window. (UncleBill) * MS-Windows: drawing underline, curl and strike-throw is slow, mFallbackDC not properly updated. * Channel test for callback is flaky. * Shift-Insert doesn't always work in MS-Windows console. * Profile log may be truncated halfway a character. * No error when settting 'renderoptions' to an invalid value before starting the GUI. * CTRL-A does not work with an empty line. (Alex) * Window size wrong after maximizing with WinBar. (Lifepillar) * Cursor in terminal not always updated. * Cannot call a dict function in autoloaded dict. * Autoload script sources itself when defining function. * Configure check for selinux does not check for header file. * When recovering a file with "vim -r swapfile" the hit-enter prompt is at the top of the window. * ch_readraw() waits for NL if channel mode is NL. * Get "no write since last change" message if a terminal is open. * Local additions in help skips some files. (joshklod) * Not enough quickfix help; confusing winid. * Python 3.5 is getting old. * Cannot select modified buffers with getbufinfo(). * Wordcount test is old style. * Char not overwritten with ambiguous width char, if the ambiguous char is single width but we reserve double-width space. * getqflist() items are missing if not set, that makes it more difficult Ismail Dönmez 2017-12-15 13:24:10 +00:00
  • 64e6486102 Accepting request 548041 from editors Dominique Leuenberger 2017-12-08 20:46:49 +00:00
  • 5716cc4efb Accepting request 548041 from editors Dominique Leuenberger 2017-12-08 20:46:49 +00:00
  • e22a946a3c - Updated to revision 1365, fixes the following problems * Libvterm ANSI colors can not always be recognized from the RGB values. The default color is wrong when t_RB is empty. * The Terminal highlighting doesn't work in a terminal. * Some users don't want to diff with hidden buffers. * Terminal window colors wrong when using Terminal highlighting. * Recovering does not work when swap file ends in .stz. * There is no easy way to get the window position. * When one channel test fails others fail as well. Ismail Dönmez 2017-12-04 10:29:09 +00:00
  • f12def14b2 - Updated to revision 1365, fixes the following problems * Libvterm ANSI colors can not always be recognized from the RGB values. The default color is wrong when t_RB is empty. * The Terminal highlighting doesn't work in a terminal. * Some users don't want to diff with hidden buffers. * Terminal window colors wrong when using Terminal highlighting. * Recovering does not work when swap file ends in .stz. * There is no easy way to get the window position. * When one channel test fails others fail as well. Ismail Dönmez 2017-12-04 10:29:09 +00:00
  • de75fbeca3 Accepting request 546472 from editors Dominique Leuenberger 2017-12-03 09:10:45 +00:00
  • 742d7f0a19 Accepting request 546472 from editors Dominique Leuenberger 2017-12-03 09:10:45 +00:00
  • ff60c361c6 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=460 Ismail Dönmez 2017-11-29 14:56:28 +00:00
  • f5f3f6fc15 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=460 Ismail Dönmez 2017-11-29 14:56:28 +00:00
  • 7011815808 - Ismail Dönmez 2017-11-29 14:18:03 +00:00
  • b8168ed16a - Ismail Dönmez 2017-11-29 14:18:03 +00:00
  • 972478a4bf - Ismail Dönmez 2017-11-29 14:11:38 +00:00
  • 5e498cf917 - Ismail Dönmez 2017-11-29 14:11:38 +00:00
  • af1453510c - Ismail Dönmez 2017-11-29 13:28:09 +00:00
  • 6e08360671 - Ismail Dönmez 2017-11-29 13:28:09 +00:00
  • d2743eddbe - Update to revision 1358 * Too many changes to list - Fixes CVE-2017-1000382 bsc#1065958 - Refresh patches: * disable-unreliable-tests.patch * vim-7.3-filetype_spec.patch * vim-7.4-disable_lang_no.patch * vim-7.4-highlight_fstab.patch * vim-8.0-ttytype-test.patch Ismail Dönmez 2017-11-29 11:53:57 +00:00
  • fe5722e92f - Update to revision 1358 * Too many changes to list - Fixes CVE-2017-1000382 bsc#1065958 - Refresh patches: * disable-unreliable-tests.patch * vim-7.3-filetype_spec.patch * vim-7.4-disable_lang_no.patch * vim-7.4-highlight_fstab.patch * vim-8.0-ttytype-test.patch Ismail Dönmez 2017-11-29 11:53:57 +00:00
  • 58010b1c18 Accepting request 542599 from editors Dominique Leuenberger 2017-11-21 14:18:00 +00:00
  • 967d33b78f Accepting request 542599 from editors Dominique Leuenberger 2017-11-21 14:18:00 +00:00
  • 0f7156e66e Accepting request 541804 from home:pluskalm:branches:editors Ismail Dönmez 2017-11-17 10:13:21 +00:00
  • 3ce55ec5f7 Accepting request 541804 from home:pluskalm:branches:editors Ismail Dönmez 2017-11-17 10:13:21 +00:00
  • 588f5dfc7d Accepting request 533609 from editors Dominique Leuenberger 2017-10-18 10:49:57 +00:00
  • 00f38c1947 Accepting request 533609 from editors Dominique Leuenberger 2017-10-18 10:49:57 +00:00
  • 274c16d352 - Ismail Dönmez 2017-10-12 08:50:44 +00:00
  • e0682ba42f - Ismail Dönmez 2017-10-12 08:50:44 +00:00
  • 4132eca7a7 - Ismail Dönmez 2017-10-12 08:43:41 +00:00
  • 99ba384c2c - Ismail Dönmez 2017-10-12 08:43:41 +00:00
  • e373d4afd7 - Ismail Dönmez 2017-10-12 08:36:35 +00:00
  • d0887be5e4 - Ismail Dönmez 2017-10-12 08:36:35 +00:00
  • 6d501ed6ec - Ismail Dönmez 2017-10-12 08:29:19 +00:00
  • 47e966d9c3 - Ismail Dönmez 2017-10-12 08:29:19 +00:00
  • 9c298bb75e - Ismail Dönmez 2017-10-12 08:18:37 +00:00
  • d45106d3dd - Ismail Dönmez 2017-10-12 08:18:37 +00:00
  • 7283164ff3 - Ismail Dönmez 2017-10-12 08:04:08 +00:00
  • 23994cde51 - Ismail Dönmez 2017-10-12 08:04:08 +00:00
  • a98ce40d90 - Ismail Dönmez 2017-10-12 07:56:49 +00:00
  • d21659542e - Ismail Dönmez 2017-10-12 07:56:49 +00:00
  • 6679f0ddf1 Accepting request 504632 from editors Dominique Leuenberger 2017-06-21 11:51:42 +00:00
  • 73ec75c712 Accepting request 504632 from editors Dominique Leuenberger 2017-06-21 11:51:42 +00:00
  • 5596a0eb48 - Bump priorities so we can upgrade from 12.3 Ismail Dönmez 2017-06-19 10:58:08 +00:00
  • e4c392e7e5 - Bump priorities so we can upgrade from 12.3 Ismail Dönmez 2017-06-19 10:58:08 +00:00
  • fb30f470bc Accepting request 501354 from editors Dominique Leuenberger 2017-06-17 08:19:30 +00:00
  • 8d9c995cf9 Accepting request 501354 from editors Dominique Leuenberger 2017-06-17 08:19:30 +00:00
  • 00ed5ea980 - Updated to revision 627, fixes the following problems * Call for requesting color and ambiwidth is too early. (Hirohito Higashi) * "1gd" may hang. * Bracketed paste is still enabled when executing a shell command. (Michael Smith) * Can't run make with several jobs, creating directories has a race condition. * The cursor line number becomes negative when using :z^ in an empty buffer. (neovim #6557) * Building the command table requires Perl. * Running parallel make after distclean fails. (Manuel Ortega) * Get only one quickfix list after :caddbuf. * Using freed memory when resetting 'indentexpr' while evaluating it. (Dominique Pelle) * Can't build when configure choses "install-sh". (Daniel Hahler) * Warning for uninitialized variable. (John Marriott) * :simalt on MS-Windows does not work properly. * Duplicate test case for quickfix. * Cannot set the valid flag with setqflist(). * Moving folded text is sometimes not correct. * Illegal memory access with z= command. (Dominique Pelle) * Fold test hangs on MS-Windows. * Memory leak when executing quickfix tests. * Test_options fails when run in the GUI. * No test for mapping timing out. * Configure check for return value of tgetent is skipped. * job_stop() often assumes the channel will be closed, while the job may not actually be stopped. (Martin Gammelsæter) * :simalt still does not work. * Cannot add a context to locations. Ismail Dönmez 2017-06-06 10:28:21 +00:00
  • 09993bf1a0 - Updated to revision 627, fixes the following problems * Call for requesting color and ambiwidth is too early. (Hirohito Higashi) * "1gd" may hang. * Bracketed paste is still enabled when executing a shell command. (Michael Smith) * Can't run make with several jobs, creating directories has a race condition. * The cursor line number becomes negative when using :z^ in an empty buffer. (neovim #6557) * Building the command table requires Perl. * Running parallel make after distclean fails. (Manuel Ortega) * Get only one quickfix list after :caddbuf. * Using freed memory when resetting 'indentexpr' while evaluating it. (Dominique Pelle) * Can't build when configure choses "install-sh". (Daniel Hahler) * Warning for uninitialized variable. (John Marriott) * :simalt on MS-Windows does not work properly. * Duplicate test case for quickfix. * Cannot set the valid flag with setqflist(). * Moving folded text is sometimes not correct. * Illegal memory access with z= command. (Dominique Pelle) * Fold test hangs on MS-Windows. * Memory leak when executing quickfix tests. * Test_options fails when run in the GUI. * No test for mapping timing out. * Configure check for return value of tgetent is skipped. * job_stop() often assumes the channel will be closed, while the job may not actually be stopped. (Martin Gammelsæter) * :simalt still does not work. * Cannot add a context to locations. Ismail Dönmez 2017-06-06 10:28:21 +00:00
  • 57728c2d8e Accepting request 491803 from editors Dominique Leuenberger 2017-05-04 06:52:56 +00:00
  • a1a09072fb Accepting request 491803 from editors Dominique Leuenberger 2017-05-04 06:52:56 +00:00
  • 63b27f8dfc . Dr. Werner Fink 2017-04-28 11:00:17 +00:00
  • cb3d9bc203 . Dr. Werner Fink 2017-04-28 11:00:17 +00:00
  • a46a9550df - Ismail Dönmez 2017-04-27 13:01:46 +00:00
  • c94d9a579b - Ismail Dönmez 2017-04-27 13:01:46 +00:00
  • 8c86d36187 - Conflict with old vim versions to fix the upgrade from 12.3 Ismail Dönmez 2017-04-27 13:00:31 +00:00
  • dccb5f028d - Conflict with old vim versions to fix the upgrade from 12.3 Ismail Dönmez 2017-04-27 13:00:31 +00:00
  • 6b417c4b41 Accepting request 489069 from editors Dominique Leuenberger 2017-04-25 06:57:46 +00:00
  • bc60fd98aa Accepting request 489069 from editors Dominique Leuenberger 2017-04-25 06:57:46 +00:00
  • 71539ec39c - Ismail Dönmez 2017-04-18 10:49:54 +00:00
  • 58d7b71ef2 - Ismail Dönmez 2017-04-18 10:49:54 +00:00
  • 75a476fe66 - Updated to revision 566, fixes the following problems * :windo allows for ! but it's not supported. * Undefined behavior when using backslash after empty line. * Not enough test coverage for syntax commands. * Crash when getting the window position in tmux. * Cannot detect Bazel BUILD files on some systems. * Using freed memory in :caddbuf after clearing quickfix list. * Setting nocompatible for the tiny version moves the cursor. Ismail Dönmez 2017-04-18 10:49:27 +00:00
  • aee9607365 - Updated to revision 566, fixes the following problems * :windo allows for ! but it's not supported. * Undefined behavior when using backslash after empty line. * Not enough test coverage for syntax commands. * Crash when getting the window position in tmux. * Cannot detect Bazel BUILD files on some systems. * Using freed memory in :caddbuf after clearing quickfix list. * Setting nocompatible for the tiny version moves the cursor. Ismail Dönmez 2017-04-18 10:49:27 +00:00
  • acb400f3da - Ismail Dönmez 2017-04-10 12:25:57 +00:00
  • 7923dcdd73 - Ismail Dönmez 2017-04-10 12:25:57 +00:00
  • 860d6357ea not working well for a function call inside another function call. is empty. (Bjorn Linse) contains "keepascii". (Bjorn Linse) built in. * Setting ttytype to xxx does not always fail as expected. - Remove vim-8.0-ttytype-test.patch, fixed upstream. Ismail Dönmez 2017-04-10 12:25:46 +00:00
  • 3e71a7f3df not working well for a function call inside another function call. is empty. (Bjorn Linse) contains "keepascii". (Bjorn Linse) built in. * Setting ttytype to xxx does not always fail as expected. - Remove vim-8.0-ttytype-test.patch, fixed upstream. Ismail Dönmez 2017-04-10 12:25:46 +00:00
  • 6c43c72238 - Updated to revision 559, fixes the following problems * Test_edit causes older xfce4-terminal to close. (Dominique Pelle) * Cppcheck warnings. * Edit test may fail on some systems. * Swap file exists briefly when opening the command window. * Extra line break in verbosefile when using ":echomsg". (Ingo Karkat) * Saving the redo buffer only works one time, resulting in the "." command not working well for a function call inside another function call. (Ingo Karkat) * No test for the 8g8 command. * Some etags format tags file use 0x01, breaking the parsing. * The typeahead buffer is reallocated too often. * Toupper and tolower don't work properly for Turkish when 'casemap' is empty. (Bjorn Linse) * Toupper/tolower test with Turkish locale fails on Mac. * Toupper and tolower don't work properly for Turkish when 'casemap' contains "keepascii". (Bjorn Linse) * Toupper/tolower test fails on OSX without Darwin. * Getting the window position fails if both the GUI and term code is built in. * GTK: using static gravities is not useful. * The :ownsyntax command is not tested. * Setting ttytype to xxx does not always fail as expected. (Marvin Schmidt) Ismail Dönmez 2017-04-10 12:24:42 +00:00
  • 8accd150b1 - Updated to revision 559, fixes the following problems * Test_edit causes older xfce4-terminal to close. (Dominique Pelle) * Cppcheck warnings. * Edit test may fail on some systems. * Swap file exists briefly when opening the command window. * Extra line break in verbosefile when using ":echomsg". (Ingo Karkat) * Saving the redo buffer only works one time, resulting in the "." command not working well for a function call inside another function call. (Ingo Karkat) * No test for the 8g8 command. * Some etags format tags file use 0x01, breaking the parsing. * The typeahead buffer is reallocated too often. * Toupper and tolower don't work properly for Turkish when 'casemap' is empty. (Bjorn Linse) * Toupper/tolower test with Turkish locale fails on Mac. * Toupper and tolower don't work properly for Turkish when 'casemap' contains "keepascii". (Bjorn Linse) * Toupper/tolower test fails on OSX without Darwin. * Getting the window position fails if both the GUI and term code is built in. * GTK: using static gravities is not useful. * The :ownsyntax command is not tested. * Setting ttytype to xxx does not always fail as expected. (Marvin Schmidt) Ismail Dönmez 2017-04-10 12:24:42 +00:00
  • 8b6db25aff Accepting request 487033 from home:scarabeus_iv:branches:editors Ismail Dönmez 2017-04-10 11:46:50 +00:00
  • 68a1ee1241 Accepting request 487033 from home:scarabeus_iv:branches:editors Ismail Dönmez 2017-04-10 11:46:50 +00:00
  • 8cdf18f2e2 - Updated to revision 542, fixes the following problems * ml_get errors in silent Ex mode. (Dominique Pelle) * A large count on a normal command causes trouble. (Dominique Pelle) * There is no way to remove quickfix lists (for testing). * Storing a zero byte from a multi-byte character causes fold text to show up wrong. * Character classes are not well tested. They can differ between platforms. * Using a function pointer instead of the actual function, which we know. * GtkForm handling is outdated. * MS-Windows: when 'clipboard' is "unnamed" yyp does not work in a :global command. * dv} deletes part of a multi-byte character. (Urtica Dioica) * Folds are messed up when 'encodin' is "utf-8". * Coverity complains about possible negative value. * RISC OS support was removed long ago, but one file is still included. * When 'wildmenu' is set and 'wildmode' has "longest" then the first file name is highlighted, even though the text shows the longest match. * Line in test commented out. * Buffer overflow when 'columns' is very big. (Nikolai Pavlov) * Test with long directory name fails on non-unix systems. * Test with long directory name fails on Mac. * Abbreviation doesn't work after backspacing newline. (Hkonrk) * Defaults.vim does not work well with tiny features. (crd477) * Memory leak when exiting from within a user function. * Quickfix window not updated when freeing quickfix stack. * Illegal memory access with :z and large count. * No test for falling back to default term value. * Startup test fails on Mac. * Building unit tests fails. * Compiler warning on MS-Windows. Ismail Dönmez 2017-04-05 09:24:06 +00:00
  • fb9ca9440a - Updated to revision 542, fixes the following problems * ml_get errors in silent Ex mode. (Dominique Pelle) * A large count on a normal command causes trouble. (Dominique Pelle) * There is no way to remove quickfix lists (for testing). * Storing a zero byte from a multi-byte character causes fold text to show up wrong. * Character classes are not well tested. They can differ between platforms. * Using a function pointer instead of the actual function, which we know. * GtkForm handling is outdated. * MS-Windows: when 'clipboard' is "unnamed" yyp does not work in a :global command. * dv} deletes part of a multi-byte character. (Urtica Dioica) * Folds are messed up when 'encodin' is "utf-8". * Coverity complains about possible negative value. * RISC OS support was removed long ago, but one file is still included. * When 'wildmenu' is set and 'wildmode' has "longest" then the first file name is highlighted, even though the text shows the longest match. * Line in test commented out. * Buffer overflow when 'columns' is very big. (Nikolai Pavlov) * Test with long directory name fails on non-unix systems. * Test with long directory name fails on Mac. * Abbreviation doesn't work after backspacing newline. (Hkonrk) * Defaults.vim does not work well with tiny features. (crd477) * Memory leak when exiting from within a user function. * Quickfix window not updated when freeing quickfix stack. * Illegal memory access with :z and large count. * No test for falling back to default term value. * Startup test fails on Mac. * Building unit tests fails. * Compiler warning on MS-Windows. Ismail Dönmez 2017-04-05 09:24:06 +00:00
  • 3ba21ec500 - Update spec.skeleton with spec-cleaner Ismail Dönmez 2017-03-31 09:20:25 +00:00
  • e6fcfa8658 - Update spec.skeleton with spec-cleaner Ismail Dönmez 2017-03-31 09:20:25 +00:00
  • 371ea81107 - Updated to revision 514, fixes the following problems * Insufficient testing for statusline. * 'makeencoding' missing from the options window. * Git and hg see new files after running tests. (Manuel Ortega) * Options test does not always test everything. * Options test fails or hangs on MS-Windows. * 'cinoptions' cannot set indent for extern block. * "make shadow" creates an invalid link. * Quite a few beeps when running tests. * Clang version not correctly detected. * Some functions are not tested. * Running the options test sometimes resizes the terminal. * The packadd test does not create the symlink correctly and does not test the right thing. * The fnamemodify test changes 'shell' in a way later tests may not be able to use system(). * Using ":%argdel" while the argument list is already empty gives an error. (Pavol Juhas) * Not enough test coverage in Insert mode. * Dead code in #ifdef. * Patch shell command uses double quotes around the argument, which allows for $HOME to be expanded. (Etienne) * Terminal width is set to 80 in test3. * Diffpatch fails when the file name has a quote. * Getpgid is not supported on all systems. * The ";" command does not work after characters with a lower byte that is NUL. * Getting font name does not work on X11. * Some macros are in lower case, which can be confusing. * Part of fold patch accidentally included. Ismail Dönmez 2017-03-27 10:19:43 +00:00
  • 4b79965adb - Updated to revision 514, fixes the following problems * Insufficient testing for statusline. * 'makeencoding' missing from the options window. * Git and hg see new files after running tests. (Manuel Ortega) * Options test does not always test everything. * Options test fails or hangs on MS-Windows. * 'cinoptions' cannot set indent for extern block. * "make shadow" creates an invalid link. * Quite a few beeps when running tests. * Clang version not correctly detected. * Some functions are not tested. * Running the options test sometimes resizes the terminal. * The packadd test does not create the symlink correctly and does not test the right thing. * The fnamemodify test changes 'shell' in a way later tests may not be able to use system(). * Using ":%argdel" while the argument list is already empty gives an error. (Pavol Juhas) * Not enough test coverage in Insert mode. * Dead code in #ifdef. * Patch shell command uses double quotes around the argument, which allows for $HOME to be expanded. (Etienne) * Terminal width is set to 80 in test3. * Diffpatch fails when the file name has a quote. * Getpgid is not supported on all systems. * The ";" command does not work after characters with a lower byte that is NUL. * Getting font name does not work on X11. * Some macros are in lower case, which can be confusing. * Part of fold patch accidentally included. Ismail Dönmez 2017-03-27 10:19:43 +00:00
  • 65f4ad9651 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=427 Martin Pluskal 2017-03-21 08:18:32 +00:00
  • ba6d9d1f96 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=427 Martin Pluskal 2017-03-21 08:18:32 +00:00