summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-02-22updated for version 7.4.184v7.4.184Bram Moolenaar
Problem: match() does not work properly with a {count} argument. Solution: Compute the length once and update it. Quit the loop when at the end. (Hirohito Higashi)
2014-02-15updated for version 7.4.183v7.4.183Bram Moolenaar
Problem: MSVC Visual Studio update not supported. Solution: Add version number. (Mike William)
2014-02-15updated for version 7.4.182v7.4.182Bram Moolenaar
Problem: Building with mzscheme and racket does not work. (David Chimay) Solution: Adjust autoconf. (Sergey Khorev)
2014-02-15updated for version 7.4.181v7.4.181Bram Moolenaar
Problem: When using 'pastetoggle' the status lines are not updated. (Samuel Ferencik, Jan Christoph Ebersbach) Solution: Update the status lines. (Nobuhiro Takasaki)
2014-02-15updated for version 7.4.180v7.4.180Bram Moolenaar
Problem: Older Python versions don't support %ld. Solution: Use %d instead. (ZyX)
2014-02-12updated for version 7.4.179v7.4.179Bram Moolenaar
Problem: Warning for type-punned pointer. (Tony Mechelynck) Solution: Use intermediate variable.
2014-02-11updated for version 7.4.178v7.4.178Bram Moolenaar
Problem: The J command does not update '[ and '] marks. (William Gardner) Solution: Set the marks. (Christian Brabandt)
2014-02-11Update runtime files. Add support for systemverilog.Bram Moolenaar
2014-02-11updated for version 7.4.177v7.4.177Bram Moolenaar
Problem: Compiler warning for unused variable. (Tony Mechelynck) Solution: Add #ifdef.
2014-02-11updated for version 7.4.176v7.4.176Bram Moolenaar
Problem: Dictionary.update() thows an error when used without arguments. Python programmers don't expect that. Solution: Make Dictionary.update() without arguments do nothing. (ZyX)
2014-02-11updated for version 7.4.175v7.4.175Bram Moolenaar
Problem: When a wide library function fails, falling back to the non-wide function may do the wrong thing. Solution: Check the platform, when the wide function is supported don't fall back to the non-wide function. (Ken Takata)
2014-02-11updated for version 7.4.174v7.4.174Bram Moolenaar
Problem: Compiler warnings for Python interface. (Tony Mechelynck) Solution: Add type casts, initialize variable.
2014-02-11updated for version 7.4.173v7.4.173Bram Moolenaar
Problem: When using scrollbind the cursor can end up below the last line. (mvxxc) Solution: Reset w_botfill when scrolling up. (Christian Brabandt)
2014-02-11updated for version 7.4.172v7.4.172Bram Moolenaar
Problem: The blowfish code mentions output feedback, but the code is actually doing cipher feedback. Solution: Adjust names and comments.
2014-02-11updated for version 7.4.171v7.4.171Bram Moolenaar
Problem: Redo does not set v:count and v:count1. Solution: Use a separate buffer for redo, so that we can set the counts when performing redo.
2014-02-11updated for version 7.4.170v7.4.170Bram Moolenaar
Problem: Some help tags don't work with ":help". (Tim Chase) Solution: Add exceptions.
2014-02-05updated for version 7.4.169v7.4.169Bram Moolenaar
Problem: ":sleep" puts cursor in the wrong column. (Liang Li) Solution: Add the window offset. (Christian Brabandt)
2014-02-05updated for version 7.4.168v7.4.168Bram Moolenaar
Problem: Can't compile with Ruby 2.1.0. Solution: Add support for new GC. (Kohei Suzuki)
2014-02-05updated for version 7.4.167v7.4.167Bram Moolenaar
Problem: Fixes are not tested. Solution: Add a test for not autoloading on assignment. (Yukihiro Nakadaira)
2014-02-05updated for version 7.4.166v7.4.166Bram Moolenaar
Problem: Auto-loading a function for code that won't be executed. Solution: Do not auto-load when evaluation is off. (Yasuhiro Matsumoto)
2014-02-05updated for version 7.4.165v7.4.165Bram Moolenaar
Problem: By default, after closing a buffer changes can't be undone. Solution: In the example vimrc file set 'undofile'.
2014-02-05updated for version 7.4.164v7.4.164Bram Moolenaar
Problem: Problem with event handling on Windows 8. Solution: Ignore duplicate WINDOW_BUFFER_SIZE_EVENTs. (Nobuhiro Takasaki)
2014-02-05updated for version 7.4.163v7.4.163Bram Moolenaar
Problem: MS-Windows input doesn't work properly on Windows 7 and earlier. Solution: Add a check for Windows 8. (Yasuhiro Matsumoto)
2014-02-05updated for version 7.4.162v7.4.162Bram Moolenaar
Problem: Running tests in shadow dir doesn't work. Solution: Add testdir/sautest to the shadow target. (James McCoy)
2014-01-31updated for version 7.4.161v7.4.161Bram Moolenaar
Problem: Crash in Python exception handling. Solution: Only use exception variables if did_throw is set. (ZyX)
2014-01-24updated for version 7.4.160v7.4.160Bram Moolenaar
Problem: Win32: Crash when executing external command. Solution: Only close the handle when it was created. (Yasuhiro Matsumoto)
2014-01-23updated for version 7.4.159v7.4.159Bram Moolenaar
Problem: Completion hangs when scanning the current buffer after doing keywords. (Christian Brabandt) Solution: Set the first match position when starting to scan the current buffer.
2014-01-23updated for version 7.4.158v7.4.158Bram Moolenaar
Problem: Pattern containing \zs is not handled correctly by substitute(). Solution: Change how an empty match is skipped. (Yukihiro Nakadaira)
2014-01-23updated for version 7.4.157v7.4.157Bram Moolenaar
Problem: Error number used twice. (Yukihiro Nakadaira) Solution: Change the one not referred in the docs.
2014-01-23updated for version 7.4.156v7.4.156Bram Moolenaar
Problem: Test file missing from distribution. Solution: Add new directory to file list.
2014-01-23Updated runtime files.Bram Moolenaar
2014-01-14updated for version 7.4.155v7.4.155Bram Moolenaar
Problem: ":keeppatterns /pat" does not keep search pattern offset. Solution: Restore the offset after doing the search.
2014-01-14updated for version 7.4.154v7.4.154Bram Moolenaar
Problem: Still a problem with auto-loading. Solution: Pass no_autoload to deref_func_name(). (Yukihiro Nakadaira)
2014-01-14updated for version 7.4.153v7.4.153Bram Moolenaar
Problem: Compiler warning for pointer type. Solution: Add type cast.
2014-01-14updated for version 7.4.152v7.4.152Bram Moolenaar
Problem: Python: Cannot iterate over options. Solution: Add options iterator. (ZyX)
2014-01-14updated for version 7.4.151v7.4.151Bram Moolenaar
Problem: Python: slices with steps are not supported. Solution: Support slices in Python vim.List. (ZyX)
2014-01-14updated for version 7.4.150v7.4.150Bram Moolenaar
Problem: :keeppatterns is not respected for :s. Solution: Check the keeppatterns flag. (Yasuhiro Matsumoto)
2014-01-14updated for version 7.4.149v7.4.149Bram Moolenaar
Problem: Get E685 error when assigning a function to an autoload variable. (Yukihiro Nakadaira) Solution: Instead of having a global no_autoload variable, pass an autoload flag down to where it is used. (ZyX)
2014-01-14updated for version 7.4.148v7.4.148Bram Moolenaar
Problem: Cannot build with Cygwin and X11. Solution: Include Xwindows.h instead of windows.h. (Lech Lorens)
2014-01-14updated for version 7.4.147v7.4.147Bram Moolenaar
Problem: Cursor moves to wrong position when using "gj" after "$" and virtual editing is active. Solution: Make "gj" behave differently when virtual editing is active. (Hirohito Higashi)
2014-01-14updated for version 7.4.146v7.4.146Bram Moolenaar
Problem: When starting Vim with "-u NONE" v:oldfiles is NULL. Solution: Set v:oldfiles to an empty list. (Yasuhiro Matsumoto)
2014-01-14updated for version 7.4.145v7.4.145Bram Moolenaar
Problem: getregtype() does not return zero for unknown register. Solution: Adjust documention: return empty string for unknown register. Check the register name to be valid. (Yukihiro Nakadaira)
2014-01-14updated for version 7.4.144v7.4.144Bram Moolenaar
Problem: MingW also supports intptr_t for OPEN_OH_ARGTYPE. Solution: Adjust #ifdef. (Ken Takata)
2014-01-14updated for version 7.4.143v7.4.143Bram Moolenaar
Problem: TextChangedI is not triggered. Solution: Reverse check for "ready". (lilydjwg)
2014-01-12updated for version 7.4.142v7.4.142Bram Moolenaar
Problem: On MS-Windows 8 IME input doen't work correctly. Solution: Work around the problem. (Nobuhiro Takasaki)
2014-01-10updated for version 7.4.141v7.4.141Bram Moolenaar
Problem: 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. Solution: Fix the problems. (Ken Takata)
2014-01-10updated for version 7.4.140v7.4.140Bram Moolenaar
Problem: Crash when wiping out buffer triggers autocommand that wipes out only other buffer. Solution: Do not delete the last buffer, make it empty. (Hirohito Higashi)
2014-01-10updated for version 7.4.139v7.4.139Bram Moolenaar
Problem: Crash when using :cd in autocommand. (François Ingelrest) Solution: Set w_localdir to NULL after freeing it. (Dominique Pelle)
2014-01-10updated for version 7.4.138v7.4.138Bram Moolenaar
Problem: Directory change messages are not recognized. Solution: Fix using a character range literally. (Lech Lorens)
2014-01-10updated for version 7.4.137v7.4.137Bram Moolenaar
Problem: Cannot use IME with Windows 8 console. Solution: Change the user of ReadConsoleInput() and PeekConsoleInput(). (Yasuhiro Matsumoto)