- May 01, 2012
-
-
Bram Moolenaar authored
-
- Apr 30, 2012
-
-
Bram Moolenaar authored
Problem: 'wildignorecase' only applies to the last part of the path. Solution: Also ignore case for letters earlier in the path.
-
Bram Moolenaar authored
Problem: No completion for :history command. Solution: Add the completion and update the docs. Also fix ":behave" completion. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Cannot use CTRL-E and CTRL-Y with "r". Solution: Make CTRL-E and CTRL-Y work like in Insert mode. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: undofile() returns a useless name when passed an empty string. Solution: Return an empty string. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Using a FileReadCmd autocommand that does ":e! {file}" may cause a crash. (Christian Brabandt) Solution: Properly restore curwin->w_s.
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Test 77 fails on Solaris 7. (Michael Soyka) Solution: Replace any tabs with spaces.
-
- Apr 26, 2012
-
-
Bram Moolenaar authored
-
- Apr 25, 2012
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: ":vimgrep" fails when 'autochdir' is set. Solution: A more generic solution for changing directory. (Ben Fritz)
-
Bram Moolenaar authored
Problem: Default for v:register is not set. Solution: Init v:register in eval_init(). Correct for 'clipboard' before the main loop. (Ingo Karkat)
-
Bram Moolenaar authored
Problem: When exiting with unsaved changes, selecting an existing file in the file dialog, there is no dialog to ask whether the existing file should be overwritten. (Felipe G. Nievinski) Solution: Call check_overwrite() before writing. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: GTK gives an error when selecting a non-existent file. Solution: Add a handler to avoid the error. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Test 11 fails on MS-Windows in some versions. Solution: Fix #ifdefs for whether filtering through a pipe is possible. Move setting b_no_eol_lnum back to where it was before patch 7.3.124. (David Pope)
-
Bram Moolenaar authored
Problem: Commands in help files are not highlighted. Solution: Allow for commands in backticks. Adjust CTRL-] to remove the backticks.
-
Bram Moolenaar authored
Problem: Warning for unused argument. Solution: Add UNUSED.
-
- Apr 20, 2012
-
-
Bram Moolenaar authored
Problem: Netbeans insert halfway a line actually appends to the line. Solution: Insert halfway the line. (Brian Victor)
-
Bram Moolenaar authored
Problem: Error for "flush" not being defined when using Ruby command. Solution: Defined "flush" as a no-op method. (Kent Sibilev)
-
Bram Moolenaar authored
Problem: Ming makefile unconditionally sets WINVER. Solution: Only defined when not already defined. (Yasuhiro Matsumoto)
-
Bram Moolenaar authored
Problem: When using any interface language when Vim is waiting for a child process it gets confused by a child process started through the interface. Solution: Always used waitpid() instead of wait(). (Yasuhiro Matsumoto)
-
Bram Moolenaar authored
Problem: The behavior of the "- register changes depending on value of the 'clipboard' option. (Szamotulski) Solution: Also set the "- register when the register is "*" or "+". (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Crash when doing ":python print" and compiled with gcc and the optimizer enabled. Solution: Avoid the crash, doesn't really fix the problem. (Christian Brabandt)
-
- Apr 13, 2012
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: MS-DOS: When "diff" trips over difference in line separators some tests fail. Solution: Make some .ok files use unix line separators. (David Pope)
-
- Apr 09, 2012
-
-
Bram Moolenaar authored
Problem: Compiler warnings. Solution: Add function declaration. Remove "offset" argument.
-
- Apr 06, 2012
-
-
Bram Moolenaar authored
Problem: Can't compile with Lua 9.1 or dynamic Lua. Solution: Fix dll_ methods. Fix luado(). (Muraoka Taro, Luis Carvalho)
-
Bram Moolenaar authored
Problem: Two unused variables. Solution: Remove them. (Hong Xu)
-
- Apr 05, 2012
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Can't indent conditions separately from function arguments. Solution: Add the 'k' flag in 'cino. (Lech Lorens)
-
Bram Moolenaar authored
Problem: No tests for Lua. Solution: Add some simple tests for Lua. (Luis Carvalho)
-
Bram Moolenaar authored
Problem: Member confusion in Lua interface. Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho)
-
Bram Moolenaar authored
Problem: CTRL-] in Insert mode does not expand abbreviation when used in a mapping. (Yichao Zhou) Solution: Special case using CTRL-]. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: ":help!" in a help file does not work as document. Solution: When in a help file don't give an error message. (thinca)
-
- Mar 28, 2012
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: When setting 'timeoutlen' or 'ttimeoutlen' the column for vertical movement is reset unnecessarily. Solution: Do not set w_set_curswant for every option. Add a test for this. (Kana Natsuno) Add the P_CURSWANT flag for options.
-
Bram Moolenaar authored
Problem: Build error with mingw64 on Windows 7. Solution: Avoid the step of going through vimres.res. (Guopeng Wen)
-
Bram Moolenaar authored
Problem: When building Vim LDFLAGS isn't passed on to building xxd. Solution: Pass the LDFLAGS value. (James McCoy)
-
Bram Moolenaar authored
Problem: The -E and --echo-wid command line arguments are not mentioned in "vim --help". Solution: Add the help lines. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: More prompt shows up too often. Solution: Instead of adding a line break, only start a new line in the message history. (Christian Brabandt)
-