- Feb 11, 2014
-
-
Bram Moolenaar authored
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.
-
Bram Moolenaar authored
Problem: Some help tags don't work with ":help". (Tim Chase) Solution: Add exceptions.
-
- Feb 05, 2014
-
-
Bram Moolenaar authored
Problem: ":sleep" puts cursor in the wrong column. (Liang Li) Solution: Add the window offset. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Can't compile with Ruby 2.1.0. Solution: Add support for new GC. (Kohei Suzuki)
-
Bram Moolenaar authored
Problem: Fixes are not tested. Solution: Add a test for not autoloading on assignment. (Yukihiro Nakadaira)
-
Bram Moolenaar authored
Problem: Auto-loading a function for code that won't be executed. Solution: Do not auto-load when evaluation is off. (Yasuhiro Matsumoto)
-
Bram Moolenaar authored
Problem: By default, after closing a buffer changes can't be undone. Solution: In the example vimrc file set 'undofile'.
-
Bram Moolenaar authored
Problem: Problem with event handling on Windows 8. Solution: Ignore duplicate WINDOW_BUFFER_SIZE_EVENTs. (Nobuhiro Takasaki)
-
Bram Moolenaar authored
Problem: MS-Windows input doesn't work properly on Windows 7 and earlier. Solution: Add a check for Windows 8. (Yasuhiro Matsumoto)
-
Bram Moolenaar authored
Problem: Running tests in shadow dir doesn't work. Solution: Add testdir/sautest to the shadow target. (James McCoy)
-
- Jan 31, 2014
-
-
Bram Moolenaar authored
Problem: Crash in Python exception handling. Solution: Only use exception variables if did_throw is set. (ZyX)
-
- Jan 24, 2014
-
-
Bram Moolenaar authored
Problem: Win32: Crash when executing external command. Solution: Only close the handle when it was created. (Yasuhiro Matsumoto)
-
- Jan 23, 2014
-
-
Bram Moolenaar authored
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.
-
Bram Moolenaar authored
Problem: Pattern containing \zs is not handled correctly by substitute(). Solution: Change how an empty match is skipped. (Yukihiro Nakadaira)
-
Bram Moolenaar authored
Problem: Error number used twice. (Yukihiro Nakadaira) Solution: Change the one not referred in the docs.
-
Bram Moolenaar authored
Problem: Test file missing from distribution. Solution: Add new directory to file list.
-
Bram Moolenaar authored
-
- Jan 14, 2014
-
-
Bram Moolenaar authored
Problem: ":keeppatterns /pat" does not keep search pattern offset. Solution: Restore the offset after doing the search.
-
Bram Moolenaar authored
Problem: Still a problem with auto-loading. Solution: Pass no_autoload to deref_func_name(). (Yukihiro Nakadaira)
-
Bram Moolenaar authored
Problem: Compiler warning for pointer type. Solution: Add type cast.
-
Bram Moolenaar authored
Problem: Python: Cannot iterate over options. Solution: Add options iterator. (ZyX)
-
Bram Moolenaar authored
Problem: Python: slices with steps are not supported. Solution: Support slices in Python vim.List. (ZyX)
-
Bram Moolenaar authored
Problem: :keeppatterns is not respected for :s. Solution: Check the keeppatterns flag. (Yasuhiro Matsumoto)
-
Bram Moolenaar authored
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)
-
Bram Moolenaar authored
Problem: Cannot build with Cygwin and X11. Solution: Include Xwindows.h instead of windows.h. (Lech Lorens)
-
Bram Moolenaar authored
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)
-
Bram Moolenaar authored
Problem: When starting Vim with "-u NONE" v:oldfiles is NULL. Solution: Set v:oldfiles to an empty list. (Yasuhiro Matsumoto)
-
Bram Moolenaar authored
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)
-
Bram Moolenaar authored
Problem: MingW also supports intptr_t for OPEN_OH_ARGTYPE. Solution: Adjust #ifdef. (Ken Takata)
-
Bram Moolenaar authored
Problem: TextChangedI is not triggered. Solution: Reverse check for "ready". (lilydjwg)
-
- Jan 12, 2014
-
-
Bram Moolenaar authored
Problem: On MS-Windows 8 IME input doen't work correctly. Solution: Work around the problem. (Nobuhiro Takasaki)
-
- Jan 10, 2014
-
-
Bram Moolenaar authored
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)
-
Bram Moolenaar authored
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)
-
Bram Moolenaar authored
Problem: Crash when using :cd in autocommand. (François Ingelrest) Solution: Set w_localdir to NULL after freeing it. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Directory change messages are not recognized. Solution: Fix using a character range literally. (Lech Lorens)
-
Bram Moolenaar authored
Problem: Cannot use IME with Windows 8 console. Solution: Change the user of ReadConsoleInput() and PeekConsoleInput(). (Yasuhiro Matsumoto)
-
Bram Moolenaar authored
Problem: MS-Windows: When saving a file with a UNC path the file becomes read-only. Solution: Don't mix up Win32 attributes and Unix attributes. (Ken Takata)
-
- Jan 07, 2014
-
-
Bram Moolenaar authored
-
- Jan 06, 2014
-
-
Bram Moolenaar authored
Problem: Missing dot in MingW test Makefile. Solution: Add the dot. (Michael Soyka)
-
Bram Moolenaar authored
Problem: Spurious space in MingW Makefile. Solution: Remove the space. (Michael Soyka)
-