Commit Graph

  • 726a1b85b1 Accepting request 206859 from editors Stephan Kulow 2013-11-15 12:39:31 +00:00
  • b29660933a Accepting request 206859 from editors Stephan Kulow 2013-11-15 12:39:31 +00:00
  • 25cece8c4e - Updated to revision 092, fixes the following problems * 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. Ismail Dönmez 2013-11-14 09:34:41 +00:00
  • d22a7e9701 - Updated to revision 092, fixes the following problems * 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. Ismail Dönmez 2013-11-14 09:34:41 +00:00
  • 7c0b960563 Accepting request 205204 from editors Stephan Kulow 2013-10-31 09:12:22 +00:00
  • a75271c8ef Accepting request 205204 from editors Stephan Kulow 2013-10-31 09:12:22 +00:00
  • 23f214a156 Accepting request 204979 from home:Andreas_Schwab:Factory Ismail Dönmez 2013-10-30 08:52:13 +00:00
  • ec5cac5acc Accepting request 204979 from home:Andreas_Schwab:Factory Ismail Dönmez 2013-10-30 08:52:13 +00:00
  • ba468e96bd Accepting request 204114 from editors Tomáš Chvátal 2013-10-21 13:16:31 +00:00
  • 0b44d796b0 Accepting request 204114 from editors Tomáš Chvátal 2013-10-21 13:16:31 +00:00
  • bfb90cd259 - Updated to revision 052, fixes the following problems * 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. Ismail Dönmez 2013-10-21 10:55:37 +00:00
  • 3aae56ebb0 - Updated to revision 052, fixes the following problems * 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. Ismail Dönmez 2013-10-21 10:55:37 +00:00
  • 96f5f37a27 Accepting request 201431 from editors Stephan Kulow 2013-10-01 06:35:50 +00:00
  • dd8bb03db2 Accepting request 201431 from editors Stephan Kulow 2013-10-01 06:35:50 +00:00
  • d67e968d4a - Updated to revision 045, fixes the following problems * 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". Ismail Dönmez 2013-09-30 08:30:16 +00:00
  • 65f92c9433 - Updated to revision 045, fixes the following problems * 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". Ismail Dönmez 2013-09-30 08:30:16 +00:00
  • a3a79a0ad9 Accepting request 200304 from editors Stephan Kulow 2013-09-26 18:07:15 +00:00
  • edc1720208 Accepting request 200304 from editors Stephan Kulow 2013-09-26 18:07:15 +00:00
  • aeb998e162 Accepting request 200252 from home:Andreas_Schwab:Factory Ismail Dönmez 2013-09-24 08:21:04 +00:00
  • 16c64e90fa Accepting request 200252 from home:Andreas_Schwab:Factory Ismail Dönmez 2013-09-24 08:21:04 +00:00
  • a905081b44 Accepting request 200168 from editors Stephan Kulow 2013-09-23 14:06:29 +00:00
  • 309baf2350 Accepting request 200168 from editors Stephan Kulow 2013-09-23 14:06:29 +00:00
  • 36f3ee3ab3 - Updated to revision 035, fixes the following problems * 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. Ismail Dönmez 2013-09-23 10:53:33 +00:00
  • 1ed2dc8e69 - Updated to revision 035, fixes the following problems * 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. Ismail Dönmez 2013-09-23 10:53:33 +00:00
  • 736bb50872 Accepting request 197999 from editors Stephan Kulow 2013-09-09 17:52:16 +00:00
  • d7e99ba634 Accepting request 197999 from editors Stephan Kulow 2013-09-09 17:52:16 +00:00
  • 04456e45f8 -Updated to revision 027, fixes the following problems * 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) Ismail Dönmez 2013-09-09 11:03:36 +00:00
  • 36a9a9e850 -Updated to revision 027, fixes the following problems * 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) Ismail Dönmez 2013-09-09 11:03:36 +00:00
  • 2d1ea79172 Accepting request 197533 from editors Tomáš Chvátal 2013-09-07 10:32:29 +00:00
  • 00260e65be Accepting request 197533 from editors Tomáš Chvátal 2013-09-07 10:32:29 +00:00
  • 16be93204a - add libperl_requires Michael Schröder 2013-09-05 16:51:36 +00:00
  • f2baa1f513 - add libperl_requires Michael Schröder 2013-09-05 16:51:36 +00:00
  • 350ca162d5 Accepting request 196363 from editors Stephan Kulow 2013-08-30 09:51:26 +00:00
  • 4df72729d3 Accepting request 196363 from editors Stephan Kulow 2013-08-30 09:51:26 +00:00
  • ab99bada87 - Updated to revision 009, fixes the following problems * 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. Ismail Dönmez 2013-08-26 09:32:48 +00:00
  • 8629388b1f - Updated to revision 009, fixes the following problems * 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. Ismail Dönmez 2013-08-26 09:32:48 +00:00
  • e6e294fb17 Accepting request 196286 from home:cboltz:branches:editors Ismail Dönmez 2013-08-26 07:23:48 +00:00
  • 99b41dbc87 Accepting request 196286 from home:cboltz:branches:editors Ismail Dönmez 2013-08-26 07:23:48 +00:00
  • a6173a1d7b Accepting request 195480 from editors Tomáš Chvátal 2013-08-19 11:31:08 +00:00
  • e6c0fa6e5c Accepting request 195480 from editors Tomáš Chvátal 2013-08-19 11:31:08 +00:00
  • dd8ac6b4db - Ismail Dönmez 2013-08-17 08:46:27 +00:00
  • 49687666ce - Ismail Dönmez 2013-08-17 08:46:27 +00:00
  • ecccde227c * Dynamically load Python, Ruby so we can support Ismail Dönmez 2013-08-16 13:12:12 +00:00
  • 9c48de9869 * Dynamically load Python, Ruby so we can support Ismail Dönmez 2013-08-16 13:12:12 +00:00
  • c93a2d000a - Overhaul vim.spec * 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. Ismail Dönmez 2013-08-16 12:26:53 +00:00
  • 476474bfe1 - Overhaul vim.spec * 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. Ismail Dönmez 2013-08-16 12:26:53 +00:00
  • 49847984bf Accepting request 186700 from editors Tomáš Chvátal 2013-08-12 13:52:55 +00:00
  • 884c2bd0ba Accepting request 186700 from editors Tomáš Chvátal 2013-08-12 13:52:55 +00:00
  • a86d88d8cd Add back apparmor patch Ismail Dönmez 2013-08-12 07:23:55 +00:00
  • 576e97511e Add back apparmor patch Ismail Dönmez 2013-08-12 07:23:55 +00:00
  • 973c31bae0 - Update to version 7.4 * 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 Ismail Dönmez 2013-08-12 07:21:11 +00:00
  • 4eec520cd5 - Update to version 7.4 * 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 Ismail Dönmez 2013-08-12 07:21:11 +00:00
  • f955e9199c Accepting request 179322 from editors Stephan Kulow 2013-06-18 08:27:40 +00:00
  • 1a24da5a0c Accepting request 179322 from editors Stephan Kulow 2013-06-18 08:27:40 +00:00
  • 7143a35691 Accepting request 179318 from home:coolo:branches:openSUSE:Factory Ismail Dönmez 2013-06-17 13:06:32 +00:00
  • b39e4cd014 Accepting request 179318 from home:coolo:branches:openSUSE:Factory Ismail Dönmez 2013-06-17 13:06:32 +00:00
  • 5d19a7e956 Accepting request 176517 from editors Stephan Kulow 2013-05-27 08:09:15 +00:00
  • 73dc1f1e8c Accepting request 176517 from editors Stephan Kulow 2013-05-27 08:09:15 +00:00
  • 5dcbef7252 - Updated to revision 962, fixes the following problems * 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. Ismail Dönmez 2013-05-17 13:46:08 +00:00
  • 49f992f6f6 - Updated to revision 962, fixes the following problems * 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. Ismail Dönmez 2013-05-17 13:46:08 +00:00
  • 96d44ffe5a Accepting request 174644 from editors Stephan Kulow 2013-05-07 05:38:27 +00:00
  • 8fb82b11ae Accepting request 174644 from editors Stephan Kulow 2013-05-07 05:38:27 +00:00
  • 882cd4fbe9 - Updated to revision 929, fixes the following problems * 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. Ismail Dönmez 2013-05-06 14:56:10 +00:00
  • 02207d5dc3 - Updated to revision 929, fixes the following problems * 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. Ismail Dönmez 2013-05-06 14:56:10 +00:00
  • dcea50ae7d Accepting request 173343 from editors Stephan Kulow 2013-04-26 05:46:58 +00:00
  • 1c37c5c217 Accepting request 173343 from editors Stephan Kulow 2013-04-26 05:46:58 +00:00
  • 3001fd8022 - Updated to revision 918, fixes the following problems * 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) Ismail Dönmez 2013-04-25 09:41:39 +00:00
  • 234aff6cf5 - Updated to revision 918, fixes the following problems * 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) Ismail Dönmez 2013-04-25 09:41:39 +00:00
  • 7ef893dbc0 Accepting request 171102 from editors Stephan Kulow 2013-04-20 17:50:02 +00:00
  • 805e2aaf36 Accepting request 171102 from editors Stephan Kulow 2013-04-20 17:50:02 +00:00
  • cc7dd350ee - Updated to revision 905, fixes the following problems * 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) Ismail Dönmez 2013-04-16 11:54:58 +00:00
  • 2c3e0f5fb2 - Updated to revision 905, fixes the following problems * 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) Ismail Dönmez 2013-04-16 11:54:58 +00:00
  • c1e84f2cbd - Updated to revision 888, fixes the following problems * 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. Ismail Dönmez 2013-04-13 07:48:39 +00:00
  • 9dc2b0744c - Updated to revision 888, fixes the following problems * 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. Ismail Dönmez 2013-04-13 07:48:39 +00:00
  • ac782fbc9a - Updated to revision 884, fixes the following problems * 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) Ismail Dönmez 2013-04-09 09:02:57 +00:00
  • 8945c8a847 - Updated to revision 884, fixes the following problems * 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) Ismail Dönmez 2013-04-09 09:02:57 +00:00
  • 5244d541d3 Accepting request 161476 from editors Stephan Kulow 2013-03-28 12:29:42 +00:00
  • 5c35002921 Accepting request 161476 from editors Stephan Kulow 2013-03-28 12:29:42 +00:00
  • 2d211f93e2 - Updated to revision 874, fixes the following problems * 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. Ismail Dönmez 2013-03-20 16:17:29 +00:00
  • 41b79b537b - Updated to revision 874, fixes the following problems * 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. Ismail Dönmez 2013-03-20 16:17:29 +00:00
  • 12ee8c2000 - Updated to revision 865, fixes the following problems * 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. Ismail Dönmez 2013-03-18 14:05:42 +00:00
  • 8bf4734f8e - Updated to revision 865, fixes the following problems * 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. Ismail Dönmez 2013-03-18 14:05:42 +00:00
  • 6598102b20 Accepting request 159594 from editors Stephan Kulow 2013-03-17 09:08:19 +00:00
  • b9e4f55859 Accepting request 159594 from editors Stephan Kulow 2013-03-17 09:08:19 +00:00
  • b9d1bfac17 - Updated to revision 854, fixes the following problems * 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) Ismail Dönmez 2013-03-08 16:16:51 +00:00
  • 37c9f5898a - Updated to revision 854, fixes the following problems * 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) Ismail Dönmez 2013-03-08 16:16:51 +00:00
  • b0e03a954a Accepting request 156405 from editors Stephan Kulow 2013-02-26 14:26:22 +00:00
  • d25c4573c4 Accepting request 156405 from editors Stephan Kulow 2013-02-26 14:26:22 +00:00
  • 5eed7ef679 - Add Categories to the gvim.desktop file, part of bnc#804930 Ismail Dönmez 2013-02-26 10:03:46 +00:00
  • 209fb02122 - Add Categories to the gvim.desktop file, part of bnc#804930 Ismail Dönmez 2013-02-26 10:03:46 +00:00
  • a2e6be2e08 Accepting request 156090 from editors Stephan Kulow 2013-02-25 19:45:55 +00:00
  • 571941d6d2 Accepting request 156090 from editors Stephan Kulow 2013-02-25 19:45:55 +00:00
  • 880f789b59 Add Categories to gvim.desktop Ismail Dönmez 2013-02-25 16:10:48 +00:00
  • cd885ca7ba Add Categories to gvim.desktop Ismail Dönmez 2013-02-25 16:10:48 +00:00
  • 171448066c - Updated to revision 831 Ismail Dönmez 2013-02-22 11:50:58 +00:00
  • 4b9b553c81 - Updated to revision 831 Ismail Dönmez 2013-02-22 11:50:58 +00:00
  • 9d01ac775c Accepting request 155416 from home:e9925248:branches:editors Ismail Dönmez 2013-02-21 21:22:44 +00:00
  • 870ae5acd6 Accepting request 155416 from home:e9925248:branches:editors Ismail Dönmez 2013-02-21 21:22:44 +00:00
  • 1c324dc2d9 Accepting request 150136 from editors Stephan Kulow 2013-01-29 06:07:22 +00:00
  • 54db1c1f37 Accepting request 150136 from editors Stephan Kulow 2013-01-29 06:07:22 +00:00