0c332ead23
- Use mercurial tags instead of applying patches one by one. This reduces unexpected failures. - Updated to revision 417, fixes the following problems * Can't build with Perl on Fedora 20. * Fold does not open after search when there is a CmdwinLeave autocommand. * "foo bar" sorts before "foo" with sort(). (John Little) * Cannot define a command only when it's used. * Cannot build. Warning for shadowed variable. (John Little) * Problem with breakindent/showbreak and tabs. * After splitting a window and setting 'breakindent' the default minimum with is not respected. * Screen updating is slow when using matches. * Inserting text for Visual block mode, with cursor movement, repeats the wrong text. (Aleksandar Ivanov) * Visual block insert breaks a multi-byte character. * Compiler warning for unused argument and unused variable. * Character after "fb" command not mapped if it might be a composing character. * Test 63 fails when run with GUI-only Vim. * Popup menu flickers too much. * When 'equalalways' is set a split may report "no room" even though there is plenty of room. * Title of quickfist list is not kept for setqflist(list, 'r'). * Accessing freed memory after using setqflist(list, 'r'). (Lcd) * Loading python may cause Vim to exit. * Get u_undo error when backspacing in Insert mode deletes more than one line break. (Ayberk Ozgur) * Mapping characters may not work after typing Esc in Insert mode. * Bad interaction between preview window and omnifunc.
Ismail Dönmez
2014-08-25 11:50:01 +00:00
6c20aab0f7
- Use mercurial tags instead of applying patches one by one. This reduces unexpected failures. - Updated to revision 417, fixes the following problems * Can't build with Perl on Fedora 20. * Fold does not open after search when there is a CmdwinLeave autocommand. * "foo bar" sorts before "foo" with sort(). (John Little) * Cannot define a command only when it's used. * Cannot build. Warning for shadowed variable. (John Little) * Problem with breakindent/showbreak and tabs. * After splitting a window and setting 'breakindent' the default minimum with is not respected. * Screen updating is slow when using matches. * Inserting text for Visual block mode, with cursor movement, repeats the wrong text. (Aleksandar Ivanov) * Visual block insert breaks a multi-byte character. * Compiler warning for unused argument and unused variable. * Character after "fb" command not mapped if it might be a composing character. * Test 63 fails when run with GUI-only Vim. * Popup menu flickers too much. * When 'equalalways' is set a split may report "no room" even though there is plenty of room. * Title of quickfist list is not kept for setqflist(list, 'r'). * Accessing freed memory after using setqflist(list, 'r'). (Lcd) * Loading python may cause Vim to exit. * Get u_undo error when backspacing in Insert mode deletes more than one line break. (Ayberk Ozgur) * Mapping characters may not work after typing Esc in Insert mode. * Bad interaction between preview window and omnifunc.
Ismail Dönmez
2014-08-25 11:50:01 +00:00
4b92676608
Accepting request 241860 from editors
Stephan Kulow
2014-07-27 06:25:46 +00:00
4d093538cc
Accepting request 241860 from editors
Stephan Kulow
2014-07-27 06:25:46 +00:00
d3ab86f6ad
- Updated to revision 373, fixes the following problems * Crash when using ":botright split" when there isn't much space. * Other solution for redrawing after completion. * Restoring the window sizes after closing the command line window doesn't work properly if there are nested splits. * Using freed memory when exiting while compiled with EXITFREE. * Linebreak test fails when encoding is not utf-8. (Danek Duvall) * When 'linebreak' is set control characters are not correctly displayed. (Kimmy Lindvall) * When 'winminheight' is zero there might not be one line for the current window. * Compiler warning for unused argument and unused variable.
Ismail Dönmez
2014-07-22 09:10:31 +00:00
97e00b476f
- Updated to revision 373, fixes the following problems * Crash when using ":botright split" when there isn't much space. * Other solution for redrawing after completion. * Restoring the window sizes after closing the command line window doesn't work properly if there are nested splits. * Using freed memory when exiting while compiled with EXITFREE. * Linebreak test fails when encoding is not utf-8. (Danek Duvall) * When 'linebreak' is set control characters are not correctly displayed. (Kimmy Lindvall) * When 'winminheight' is zero there might not be one line for the current window. * Compiler warning for unused argument and unused variable.
Ismail Dönmez
2014-07-22 09:10:31 +00:00
6d360cb62a
- Updated to revision 364, fixes the following problems * When 'verbose' is set to display the return value of a function, may get E724 repeatedly. * Selection of inner block is inconsistent. * When moving the cursor and then switching to another window the previous window isn't scrolled. (Yukihiro Nakadaira) * Using a regexp pattern to highlight a specific position can be slow. * Relative numbering not updated after a linewise yank. Issue 235. * GTK: When a sign icon doesn't fit exactly there can be ugly gaps. * Compiler warning for unused function. * Unitialized variables, causing some problems. * No digraph for the new rouble sign. * Setting 'history' to a big value causes out-of-memory errors. * When there is an error preparing to edit the command line, the command won't be executed. (Hirohito Higashi) * Cannot wrap lines taking indent into account. * Local function is available globally. * Error from sed about illegal bytes when installing Vim. * sort() doesn't handle numbers well. * Clang gives warnings. * matchdelete() does not always update the right lines. * Unnecessary initializations and other things related to matchaddpos(). * Indent is not updated when deleting indent. * Indent is not updated when changing 'breakindentopt'. (itchyny) * test55 fails on some systems. * When using "J1" in 'cinoptions' a line below a continuation line gets too much indent. * When there are matches to highlight the whole window is redrawn,
Ismail Dönmez
2014-07-14 09:21:34 +00:00
54d8e999ad
- Updated to revision 364, fixes the following problems * When 'verbose' is set to display the return value of a function, may get E724 repeatedly. * Selection of inner block is inconsistent. * When moving the cursor and then switching to another window the previous window isn't scrolled. (Yukihiro Nakadaira) * Using a regexp pattern to highlight a specific position can be slow. * Relative numbering not updated after a linewise yank. Issue 235. * GTK: When a sign icon doesn't fit exactly there can be ugly gaps. * Compiler warning for unused function. * Unitialized variables, causing some problems. * No digraph for the new rouble sign. * Setting 'history' to a big value causes out-of-memory errors. * When there is an error preparing to edit the command line, the command won't be executed. (Hirohito Higashi) * Cannot wrap lines taking indent into account. * Local function is available globally. * Error from sed about illegal bytes when installing Vim. * sort() doesn't handle numbers well. * Clang gives warnings. * matchdelete() does not always update the right lines. * Unnecessary initializations and other things related to matchaddpos(). * Indent is not updated when deleting indent. * Indent is not updated when changing 'breakindentopt'. (itchyny) * test55 fails on some systems. * When using "J1" in 'cinoptions' a line below a continuation line gets too much indent. * When there are matches to highlight the whole window is redrawn,
Ismail Dönmez
2014-07-14 09:21:34 +00:00
36c1d312a1
Accepting request 237517 from editors
Stephan Kulow
2014-06-19 11:08:29 +00:00
23b951878f
Accepting request 237517 from editors
Stephan Kulow
2014-06-19 11:08:29 +00:00
84cbe84263
- Updated to revision 326, fixes the following problems * When using ":diffsplit" on an empty file the cursor is displayed on the command line. * When increasing the size of the lower window, the upper window jumps back to the top. (Ron Aaron) * getpos()/setpos() don't include curswant. * Can't use winrestview to only restore part of the view. * Cannot figure out what argument list is being used for a window. * Changing the return value of getpos() causes an error. (Jie Zhu) * Completion messages can get in the way of a plugin. * Fixes for computation of topline not tested. * Warning from 64-bit compiler. * Crash when starting gvim. Issue 230. * Check for whether a highlight group has settings ignores fg and bg color settings. * Crash when putting zero bytes on the clipboard. * Possible crash when an BufLeave autocommand deletes the buffer. * Using "msgfmt" is hard coded, cannot use "gmsgfmt". * Substitute() with zero width pattern breaks multi-byte character. * In Ex mode, cyrillic characters are not handled. (Stas Malavin) * When starting the gui and changing the window size the status line may not be drawn correctly. * Can't build Tiny version. (Elimar Riesebieter)
Ismail Dönmez
2014-06-16 11:03:21 +00:00
933585d53f
- Updated to revision 326, fixes the following problems * When using ":diffsplit" on an empty file the cursor is displayed on the command line. * When increasing the size of the lower window, the upper window jumps back to the top. (Ron Aaron) * getpos()/setpos() don't include curswant. * Can't use winrestview to only restore part of the view. * Cannot figure out what argument list is being used for a window. * Changing the return value of getpos() causes an error. (Jie Zhu) * Completion messages can get in the way of a plugin. * Fixes for computation of topline not tested. * Warning from 64-bit compiler. * Crash when starting gvim. Issue 230. * Check for whether a highlight group has settings ignores fg and bg color settings. * Crash when putting zero bytes on the clipboard. * Possible crash when an BufLeave autocommand deletes the buffer. * Using "msgfmt" is hard coded, cannot use "gmsgfmt". * Substitute() with zero width pattern breaks multi-byte character. * In Ex mode, cyrillic characters are not handled. (Stas Malavin) * When starting the gui and changing the window size the status line may not be drawn correctly. * Can't build Tiny version. (Elimar Riesebieter)
Ismail Dönmez
2014-06-16 11:03:21 +00:00
aff205b59b
Accepting request 235349 from editors
Stephan Kulow
2014-05-26 17:53:13 +00:00
2515752df9
Accepting request 235349 from editors
Stephan Kulow
2014-05-26 17:53:13 +00:00
b877fcfc21
- Updated to revision 307, fixes the following problems * Setting 'langmap' in the modeline can cause trouble. E.g. mapping ":" breaks many commands. (Jens-Wolfhard Schicke-Uffmann) * When 'relativenumber' is set and deleting lines or undoing that, line numbers are not always updated. (Robert Arkwright) * Error messages are inconsistant. (ZyX) * When 'spellfile' is set the screen is not redrawn. * Pattern with repeated backreference does not match with new regexp engine. (Urtica Dioica) * A non-greedy match followed by a branch is too greedy. (Ingo Karkat) * Searching for "a" does not match accented "a" with new regexp engine, does match with old engine. (David Bürgin) "ca" does not match "ca" with accented "a" with either engine. * It is not possible to ignore composing characters at a specific point in a pattern. * Memory leak from result of get_isolated_shell_name(). * Can't have a funcref start with "t:". * When running configure twice DYNAMIC_PYTHON_DLL may become empty. * Still a scrolling problem when loading a session file. * Signs placed with 'foldcolumn' set don't show up after filler lines. * When using double-width characters the text displayed on the command line is sometimes truncated. * Cannot always use Python with Vim. * Making 'ttymouse' empty after the xterm version was requested causes problems. (Elijah Griffin) * getchar(0) does not return Esc. * Can't build without the +termresponse feature.
Ismail Dönmez
2014-05-26 08:47:58 +00:00
a778aed20e
- Updated to revision 307, fixes the following problems * Setting 'langmap' in the modeline can cause trouble. E.g. mapping ":" breaks many commands. (Jens-Wolfhard Schicke-Uffmann) * When 'relativenumber' is set and deleting lines or undoing that, line numbers are not always updated. (Robert Arkwright) * Error messages are inconsistant. (ZyX) * When 'spellfile' is set the screen is not redrawn. * Pattern with repeated backreference does not match with new regexp engine. (Urtica Dioica) * A non-greedy match followed by a branch is too greedy. (Ingo Karkat) * Searching for "a" does not match accented "a" with new regexp engine, does match with old engine. (David Bürgin) "ca" does not match "ca" with accented "a" with either engine. * It is not possible to ignore composing characters at a specific point in a pattern. * Memory leak from result of get_isolated_shell_name(). * Can't have a funcref start with "t:". * When running configure twice DYNAMIC_PYTHON_DLL may become empty. * Still a scrolling problem when loading a session file. * Signs placed with 'foldcolumn' set don't show up after filler lines. * When using double-width characters the text displayed on the command line is sometimes truncated. * Cannot always use Python with Vim. * Making 'ttymouse' empty after the xterm version was requested causes problems. (Elijah Griffin) * getchar(0) does not return Esc. * Can't build without the +termresponse feature.
Ismail Dönmez
2014-05-26 08:47:58 +00:00
fa4ee61bdd
Accepting request 233925 from editors
Stephan Kulow
2014-05-17 20:01:30 +00:00
ad068777e5
Accepting request 233925 from editors
Stephan Kulow
2014-05-17 20:01:30 +00:00
68a9be10c7
Accepting request 233593 from editors
Stephan Kulow
2014-05-13 18:45:57 +00:00
be2c59ef1d
Accepting request 233593 from editors
Stephan Kulow
2014-05-13 18:45:57 +00:00
d191ad5eb4
- Updated to revision 283, fixes the following problems * Smack support detection is incomplete. * Configure check for smack doesn't work with all shells. (David Larson) * Using systemlist() may cause a crash and does not handle NUL characters properly. * Compiler warning, possibly for mismatch in parameter name. * Configure fails if $CC contains options. * Warning for misplaced "const". * It is possible to define a function with a colon in the name. It is possible to define a function with a lower case character if a "#" appears after the name. * When updating the window involves a regexp pattern, an interactive substitute to replace a "\n" with a line break fails. (Ingo Karkat) * Duplicate code in regexec(). * GCC 4.8 compiler warning for hiding a declaration (Francois Gannaz) * Can't define a function starting with "g:". Can't assign a funcref to a buffer-local variable. * Can't call a global function with "g:" in an expression. * Test 62 fails. * The '[ mark is in the wrong position after "gq". (Ingo Karkat) * Using exists() on a funcref for a script-local function does not work. * CTRL-U in Insert mode does not work after using a cursor key. (Pine Wu) * Comparing pointers instead of the string they point to. * Using just "$" does not cause an error message. * "make autoconf" and "make reconfig" may first run configure and then remove the output.
Ismail Dönmez
2014-05-12 13:10:26 +00:00
52906b5f46
- Updated to revision 283, fixes the following problems * Smack support detection is incomplete. * Configure check for smack doesn't work with all shells. (David Larson) * Using systemlist() may cause a crash and does not handle NUL characters properly. * Compiler warning, possibly for mismatch in parameter name. * Configure fails if $CC contains options. * Warning for misplaced "const". * It is possible to define a function with a colon in the name. It is possible to define a function with a lower case character if a "#" appears after the name. * When updating the window involves a regexp pattern, an interactive substitute to replace a "\n" with a line break fails. (Ingo Karkat) * Duplicate code in regexec(). * GCC 4.8 compiler warning for hiding a declaration (Francois Gannaz) * Can't define a function starting with "g:". Can't assign a funcref to a buffer-local variable. * Can't call a global function with "g:" in an expression. * Test 62 fails. * The '[ mark is in the wrong position after "gq". (Ingo Karkat) * Using exists() on a funcref for a script-local function does not work. * CTRL-U in Insert mode does not work after using a cursor key. (Pine Wu) * Comparing pointers instead of the string they point to. * Using just "$" does not cause an error message. * "make autoconf" and "make reconfig" may first run configure and then remove the output.
Ismail Dönmez
2014-05-12 13:10:26 +00:00
88cb711949
Accepting request 229371 from editors
Stephan Kulow
2014-04-09 16:17:25 +00:00
450b4b3fa5
Accepting request 229371 from editors
Stephan Kulow
2014-04-09 16:17:25 +00:00
74132c5882
- Updated to revision 253, fixes the following problems * Crash for "vim -u NONE -N -c '&&'". * Configure message for detecting smack are out of sequence. * When passing input to system() there is no way to keep NUL and NL characters separate. * Cannot distinguish between NL and NUL in output of system(). * Some test files missing from distribution. * Crash when BufAdd autocommand wipes out the buffer. * Critical error in GTK, removing timer twice. * Crash when using cpp syntax file with pattern using external match. (Havard Garnes)
Ismail Dönmez
2014-04-07 13:49:19 +00:00
36f79ee72a
- Updated to revision 253, fixes the following problems * Crash for "vim -u NONE -N -c '&&'". * Configure message for detecting smack are out of sequence. * When passing input to system() there is no way to keep NUL and NL characters separate. * Cannot distinguish between NL and NUL in output of system(). * Some test files missing from distribution. * Crash when BufAdd autocommand wipes out the buffer. * Critical error in GTK, removing timer twice. * Crash when using cpp syntax file with pattern using external match. (Havard Garnes)
Ismail Dönmez
2014-04-07 13:49:19 +00:00
caf8e2c273
- Updated to revision 244, fixes the following problems * ":tjump" shows "\n" as "\\n". * The string returned by submatch() does not distinguish between a NL from a line break and a NL that stands for a NUL character. * getreg() does not distinguish between a NL used for a line break and a NL used for a NUL character. * Cannot use setreg() to add text that includes a NUL. * The smack feature causes stray error messages.
Ismail Dönmez
2014-04-03 12:16:51 +00:00
b415f8fccd
- Updated to revision 244, fixes the following problems * ":tjump" shows "\n" as "\\n". * The string returned by submatch() does not distinguish between a NL from a line break and a NL that stands for a NUL character. * getreg() does not distinguish between a NL used for a line break and a NL used for a NUL character. * Cannot use setreg() to add text that includes a NUL. * The smack feature causes stray error messages.
Ismail Dönmez
2014-04-03 12:16:51 +00:00
8d814e00f1
- Updated to revision 239, fixes the following problems * Compilation problems on HP_nonStop (Tandem). * Inconsistency: ":sp foo" does not reload "foo", unless "foo" is the current buffer. (Liang Li) * Compiler warnings. (Tony Mechelynck) * When src/auto/configure was updated, "make clean" would run configure pointlessly. * It's not easy to remove duplicates from a list. * When 'relativenumber' or 'cursorline' are set the window is redrawn much to often. (Patrick Hemmer, Dominique Pelle) * Test 105 does not work in a shadow dir. (James McCoy) * Quickfix doesn't resize on ":copen 20". (issue 199) * The Ruby directory is constructed from parts. * Still using an older autoconf version. * /usr/bin/grep on Solaris does not support -F. * Dynamic Ruby doesn't work on Solaris. * Cursurline highlighting not redrawn when scrolling. (John Marriott) * Can't build with Ruby 1.8. * Compiler warnings when building with Python 3.2. * Using ":let" for listing variables and the second one is a curly braces expression may fail. * Error when using ":options". * An error in ":options" is not caught by the tests. * ":%s/\n//" uses a lot of memory. (Aidan Marlin) * Escaping special characters for using "%" with a shell command is inconsistant, parenthesis are escaped but spaces are not. * Can't get the command that was used to start Vim. * It is not easy to get the full path of a command. * It's not that easy to check the Vim patch version.
Ismail Dönmez
2014-04-02 13:43:46 +00:00
0ae70c0316
- Updated to revision 239, fixes the following problems * Compilation problems on HP_nonStop (Tandem). * Inconsistency: ":sp foo" does not reload "foo", unless "foo" is the current buffer. (Liang Li) * Compiler warnings. (Tony Mechelynck) * When src/auto/configure was updated, "make clean" would run configure pointlessly. * It's not easy to remove duplicates from a list. * When 'relativenumber' or 'cursorline' are set the window is redrawn much to often. (Patrick Hemmer, Dominique Pelle) * Test 105 does not work in a shadow dir. (James McCoy) * Quickfix doesn't resize on ":copen 20". (issue 199) * The Ruby directory is constructed from parts. * Still using an older autoconf version. * /usr/bin/grep on Solaris does not support -F. * Dynamic Ruby doesn't work on Solaris. * Cursurline highlighting not redrawn when scrolling. (John Marriott) * Can't build with Ruby 1.8. * Compiler warnings when building with Python 3.2. * Using ":let" for listing variables and the second one is a curly braces expression may fail. * Error when using ":options". * An error in ":options" is not caught by the tests. * ":%s/\n//" uses a lot of memory. (Aidan Marlin) * Escaping special characters for using "%" with a shell command is inconsistant, parenthesis are escaped but spaces are not. * Can't get the command that was used to start Vim. * It is not easy to get the full path of a command. * It's not that easy to check the Vim patch version.
Ismail Dönmez
2014-04-02 13:43:46 +00:00
164caed4a6
Accepting request 227324 from editors
Stephan Kulow
2014-03-27 05:16:50 +00:00
e807904a66
Accepting request 227324 from editors
Stephan Kulow
2014-03-27 05:16:50 +00:00
2be7922523
- Updated to revision 213, fixes the following problems * The cursor report sequence is sometimes not recognized and results in entering replace mode. * Mercurial picks up some files that are not distributed. * When repeating a filter command "%" and "#" are expanded. * Visual block mode plus virtual edit doesn't work well with tabs. (Liang Li) * ":lu" is an abbreviation for ":lua", but it should be ":lunmap". (ZyX) * Now that the +visual feature is always enabled the #ifdefs for it are not useful. * It's not possible to open a new buffer without creating a swap file.
Ismail Dönmez
2014-03-24 12:06:21 +00:00
8901fb2383
- Updated to revision 213, fixes the following problems * The cursor report sequence is sometimes not recognized and results in entering replace mode. * Mercurial picks up some files that are not distributed. * When repeating a filter command "%" and "#" are expanded. * Visual block mode plus virtual edit doesn't work well with tabs. (Liang Li) * ":lu" is an abbreviation for ":lua", but it should be ":lunmap". (ZyX) * Now that the +visual feature is always enabled the #ifdefs for it are not useful. * It's not possible to open a new buffer without creating a swap file.
Ismail Dönmez
2014-03-24 12:06:21 +00:00
8aec3cd79d
Accepting request 225798 from editors
Stephan Kulow
2014-03-15 16:35:50 +00:00
fd2cedafd0
Accepting request 225798 from editors
Stephan Kulow
2014-03-15 16:35:50 +00:00
e4689c07ef
- Updated to revision 205, fixes the following problems * Typos in messages. * Python tests fail. * Can't build Vim with Perl when -Dusethreads is not specified for building Perl, and building Vim with --enable-perlinterp=dynamic. * (issue 197) ]P doesn't paste over Visual selection. * Too many #ifdefs in the code. * 'lispwords' is a global option. * Parsing 'errorformat' is not correct. * A mapping where the second byte is 0x80 doesn't work. * ":mksession" writes command to move to second argument while it does not exist. When it does exist the order might be wrong.
Ismail Dönmez
2014-03-13 11:19:59 +00:00
0e5c7b61a2
- Updated to revision 205, fixes the following problems * Typos in messages. * Python tests fail. * Can't build Vim with Perl when -Dusethreads is not specified for building Perl, and building Vim with --enable-perlinterp=dynamic. * (issue 197) ]P doesn't paste over Visual selection. * Too many #ifdefs in the code. * 'lispwords' is a global option. * Parsing 'errorformat' is not correct. * A mapping where the second byte is 0x80 doesn't work. * ":mksession" writes command to move to second argument while it does not exist. When it does exist the order might be wrong.
Ismail Dönmez
2014-03-13 11:19:59 +00:00
c78f8bdcfc
Accepting request 224926 from editors
Stephan Kulow
2014-03-09 17:35:04 +00:00
a06b452bf1
Accepting request 224926 from editors
Stephan Kulow
2014-03-09 17:35:04 +00:00
865a7f3d56
- Now that python3 is fixed, reenable test87
Ismail Dönmez
2014-03-06 22:26:07 +00:00
d82c5c8370
- Now that python3 is fixed, reenable test87
Ismail Dönmez
2014-03-06 22:26:07 +00:00
5ef5e1c24d
Accepting request 224004 from editors
Stephan Kulow
2014-03-01 13:38:35 +00:00
566073567c
Accepting request 224004 from editors
Stephan Kulow
2014-03-01 13:38:35 +00:00
cdf349dbe0
- Updated to revision 192, fixes the following problems * Warning for type-punned pointer. (Tony Mechelynck) * Older Python versions don't support %ld. * When using 'pastetoggle' the status lines are not updated. (Samuel Ferencik, Jan Christoph Ebersbach) * Building with mzscheme and racket does not work. (David Chimay) * match() does not work properly with a {count} argument. * Clang gives warnings. * Insert in Visual mode sometimes gives incorrect results. (Dominique Pelle) * Delete that crosses line break splits multi-byte character. * SIZEOF_LONG clashes with similar defines in header files. * Compiler warning for unused argument. * Compiler warning for using %lld for off_t. * Escaping a file name for shell commands can't be done without a function. * Memory leak when giving E853. - Disable test87 until python 3.4 is fixed (http://bugs.python.org/issue20763)
Ismail Dönmez
2014-02-25 09:57:42 +00:00
1a0187e2ab
- Updated to revision 192, fixes the following problems * Warning for type-punned pointer. (Tony Mechelynck) * Older Python versions don't support %ld. * When using 'pastetoggle' the status lines are not updated. (Samuel Ferencik, Jan Christoph Ebersbach) * Building with mzscheme and racket does not work. (David Chimay) * match() does not work properly with a {count} argument. * Clang gives warnings. * Insert in Visual mode sometimes gives incorrect results. (Dominique Pelle) * Delete that crosses line break splits multi-byte character. * SIZEOF_LONG clashes with similar defines in header files. * Compiler warning for unused argument. * Compiler warning for using %lld for off_t. * Escaping a file name for shell commands can't be done without a function. * Memory leak when giving E853. - Disable test87 until python 3.4 is fixed (http://bugs.python.org/issue20763)
Ismail Dönmez
2014-02-25 09:57:42 +00:00
ebdd880615
- Updated to revision 178, fixes the following problems * Some help tags don't work with ":help". (Tim Chase) * Redo does not set v:count and v:count1. * The blowfish code mentions output feedback, but the code is actually doing cipher feedback. * When using scrollbind the cursor can end up below the last line. (mvxxc) * Compiler warnings for Python interface. (Tony Mechelynck) * When a wide library function fails, falling back to the non-wide function may do the wrong thing. * Dictionary.update() thows an error when used without arguments. Python programmers don't expect that. * Compiler warning for unused variable. (Tony Mechelynck) * The J command does not update '[ and '] marks. (William Gardner)
Ismail Dönmez
2014-02-12 09:42:58 +00:00
d83a798774
- Updated to revision 178, fixes the following problems * Some help tags don't work with ":help". (Tim Chase) * Redo does not set v:count and v:count1. * The blowfish code mentions output feedback, but the code is actually doing cipher feedback. * When using scrollbind the cursor can end up below the last line. (mvxxc) * Compiler warnings for Python interface. (Tony Mechelynck) * When a wide library function fails, falling back to the non-wide function may do the wrong thing. * Dictionary.update() thows an error when used without arguments. Python programmers don't expect that. * Compiler warning for unused variable. (Tony Mechelynck) * The J command does not update '[ and '] marks. (William Gardner)
Ismail Dönmez
2014-02-12 09:42:58 +00:00
d3b8fb587f
Accepting request 221219 from editors
Tomáš Chvátal
2014-02-09 12:18:07 +00:00
cba5276edb
Accepting request 221219 from editors
Tomáš Chvátal
2014-02-09 12:18:07 +00:00
ca39a93150
- Updated to revision 169, fixes the following problems * Running tests in shadow dir doesn't work. * By default, after closing a buffer changes can't be undone. * Auto-loading a function for code that won't be executed. * Fixes are not tested. * Can't compile with Ruby 2.1.0. * ":sleep" puts cursor in the wrong column. (Liang Li) - Dropped vim-7.4-ruby21.patch, fixed upstream
Ismail Dönmez
2014-02-07 09:57:20 +00:00
58aa29d10f
- Updated to revision 169, fixes the following problems * Running tests in shadow dir doesn't work. * By default, after closing a buffer changes can't be undone. * Auto-loading a function for code that won't be executed. * Fixes are not tested. * Can't compile with Ruby 2.1.0. * ":sleep" puts cursor in the wrong column. (Liang Li) - Dropped vim-7.4-ruby21.patch, fixed upstream
Ismail Dönmez
2014-02-07 09:57:20 +00:00
76f1cab86c
Accepting request 220783 from editors
Stephan Kulow
2014-02-06 06:06:51 +00:00
e7a75eb6c8
Accepting request 220783 from editors
Stephan Kulow
2014-02-06 06:06:51 +00:00
5b1175d5c8
- Updated to revision 161, fixes the following problems * Crash in Python exception handling.
Ismail Dönmez
2014-02-04 11:24:16 +00:00
2b98d79b2e
- Updated to revision 161, fixes the following problems * Crash in Python exception handling.
Ismail Dönmez
2014-02-04 11:24:16 +00:00
cd8aa6d019
Accepting request 215355 from editors
Stephan Kulow
2014-01-28 18:30:36 +00:00
a9277d85fe
Accepting request 215355 from editors
Stephan Kulow
2014-01-28 18:30:36 +00:00
40d610c528
- Updated to revision 160, fixes the following problems * TextChangedI is not triggered. * getregtype() does not return zero for unknown register. * When starting Vim with "-u NONE" v:oldfiles is NULL. * Get E685 error when assigning a function to an autoload variable. (Yukihiro Nakadaira) * :keeppatterns is not respected for :s. * Python: slices with steps are not supported. * Python: Cannot iterate over options. * Compiler warning for pointer type. * Still a problem with auto-loading. * ":keeppatterns /pat" does not keep search pattern offset. * Error number used twice. (Yukihiro Nakadaira) * Pattern containing \zs is not handled correctly by substitute(). * Completion hangs when scanning the current buffer after doing keywords. (Christian Brabandt)
Ismail Dönmez
2014-01-28 09:26:41 +00:00
3528a3241a
- Updated to revision 160, fixes the following problems * TextChangedI is not triggered. * getregtype() does not return zero for unknown register. * When starting Vim with "-u NONE" v:oldfiles is NULL. * Get E685 error when assigning a function to an autoload variable. (Yukihiro Nakadaira) * :keeppatterns is not respected for :s. * Python: slices with steps are not supported. * Python: Cannot iterate over options. * Compiler warning for pointer type. * Still a problem with auto-loading. * ":keeppatterns /pat" does not keep search pattern offset. * Error number used twice. (Yukihiro Nakadaira) * Pattern containing \zs is not handled correctly by substitute(). * Completion hangs when scanning the current buffer after doing keywords. (Christian Brabandt)
Ismail Dönmez
2014-01-28 09:26:41 +00:00
80f1ca08a1
Accepting request 213879 from editors
Stephan Kulow
2014-01-17 10:18:29 +00:00
b93383d33e
Accepting request 213879 from editors
Stephan Kulow
2014-01-17 10:18:29 +00:00
a166516138
- Use Unix line endings in vim-7.3-filetype_ftl.patch (bnc#815840)
Ismail Dönmez
2014-01-14 14:14:08 +00:00
77c0f60726
- Use Unix line endings in vim-7.3-filetype_ftl.patch (bnc#815840)
Ismail Dönmez
2014-01-14 14:14:08 +00:00
80db8255cb
- Updated to revision 142, fixes the following problems * Clang warns for using NUL. * Spurious space in MingW Makefile. * Directory change messages are not recognized. * Crash when using :cd in autocommand. (François Ingelrest) * Crash when wiping out buffer triggers autocommand that wipes out only other buffer. * Problems when building with Borland: st_mode is signed short; can't build with Python; temp files not ignored by Mercurial; building with DEBUG doesn't define _DEBUG.
Ismail Dönmez
2014-01-13 10:30:14 +00:00
0fc2d62691
- Updated to revision 142, fixes the following problems * Clang warns for using NUL. * Spurious space in MingW Makefile. * Directory change messages are not recognized. * Crash when using :cd in autocommand. (François Ingelrest) * Crash when wiping out buffer triggers autocommand that wipes out only other buffer. * Problems when building with Borland: st_mode is signed short; can't build with Python; temp files not ignored by Mercurial; building with DEBUG doesn't define _DEBUG.
Ismail Dönmez
2014-01-13 10:30:14 +00:00
b94311abc5
Accepting request 211203 from editors
Stephan Kulow
2013-12-19 11:52:32 +00:00
1bd5c44195
Accepting request 211203 from editors
Stephan Kulow
2013-12-19 11:52:32 +00:00
dd00c31c92
- Updated to revision 131, fixes the following problems * ":help s/\_" reports an internal error. (John Beckett) * Completing a tag pattern may give an error for invalid pattern. * Python: When vim.eval() encounters a Vim error, a try/catch in the Python code doesn't catch it. (Yggdroot Chen) * "zG" and "zW" leave temp files around on MS-Windows. * ColorScheme autocommand matches with the current buffer name. * "gUgn" cannot be repeeated. (Dimitar Dimitrov) * Memory leak in Python OptionsAssItem. (Ken Takata) * New GNU make outputs messages about changing directory in another format. * When using Zsh expanding ~abc doesn't work when the result contains a space. * When a mapping starts with a space, the typed space does not show up for 'showcmd'. * It's possible that redrawing the status lines causes win_redr_custom() to be called recursively. * Can't build with Perl 5.18 on Linux. (Lcd 47) * Completion doesn't work for ":py3d" and ":py3f". (Bohr Shaw) * Compiler warnings for "const" and incompatible types. * getline(-1) returns zero. (mvxxc) * Relative line numbers mix up windows when using folds. * Syncbind causes E315 errors in some situations. (Liang Li)
Ismail Dönmez
2013-12-17 12:17:05 +00:00
f9009b193b
- Updated to revision 131, fixes the following problems * ":help s/\_" reports an internal error. (John Beckett) * Completing a tag pattern may give an error for invalid pattern. * Python: When vim.eval() encounters a Vim error, a try/catch in the Python code doesn't catch it. (Yggdroot Chen) * "zG" and "zW" leave temp files around on MS-Windows. * ColorScheme autocommand matches with the current buffer name. * "gUgn" cannot be repeeated. (Dimitar Dimitrov) * Memory leak in Python OptionsAssItem. (Ken Takata) * New GNU make outputs messages about changing directory in another format. * When using Zsh expanding ~abc doesn't work when the result contains a space. * When a mapping starts with a space, the typed space does not show up for 'showcmd'. * It's possible that redrawing the status lines causes win_redr_custom() to be called recursively. * Can't build with Perl 5.18 on Linux. (Lcd 47) * Completion doesn't work for ":py3d" and ":py3f". (Bohr Shaw) * Compiler warnings for "const" and incompatible types. * getline(-1) returns zero. (mvxxc) * Relative line numbers mix up windows when using folds. * Syncbind causes E315 errors in some situations. (Liang Li)
Ismail Dönmez
2013-12-17 12:17:05 +00:00
609a780421
Accepting request 207933 from editors
Stephan Kulow
2013-11-23 07:18:46 +00:00
67f3a22432
Accepting request 207933 from editors
Stephan Kulow
2013-11-23 07:18:46 +00:00
38dfb30f8d
- Updated to revision 103, fixes the following problems * Unexpected behavior change related to 'virtualedit'. (Ingo Karkat) * When using ":'<,'>del" errors may be given for the visual line numbers being out of range. * Append in blockwise Visual mode with "$" is wrong. * NFA regexp doesn't handle backreference correctly. * Using \1 in pattern goes one line too far. (Bohr Shaw, John Little) * Crash when interrupting "z=".
Ismail Dönmez
2013-11-22 10:55:02 +00:00
d4b4389186
- Updated to revision 103, fixes the following problems * Unexpected behavior change related to 'virtualedit'. (Ingo Karkat) * When using ":'<,'>del" errors may be given for the visual line numbers being out of range. * Append in blockwise Visual mode with "$" is wrong. * NFA regexp doesn't handle backreference correctly. * Using \1 in pattern goes one line too far. (Bohr Shaw, John Little) * Crash when interrupting "z=".
Ismail Dönmez
2013-11-22 10:55:02 +00:00