summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-05-18updated for version 7.3.517Bram Moolenaar
Problem: Crash when using "vipvv". (Alexandre Provencio) Solution: Don't let the text length become negative.
2012-05-18updated for version 7.3.516Bram Moolenaar
Problem: extend(o, o) may crash Vim. Solution: Fix crash and add test. (Thinca and Hirohito Higashi)
2012-04-30updated for version 7.3.515Bram Moolenaar
Problem: 'wildignorecase' only applies to the last part of the path. Solution: Also ignore case for letters earlier in the path.
2012-04-30updated for version 7.3.514Bram Moolenaar
Problem: No completion for :history command. Solution: Add the completion and update the docs. Also fix ":behave" completion. (Dominique Pelle)
2012-04-30updated for version 7.3.513Bram Moolenaar
Problem: Cannot use CTRL-E and CTRL-Y with "r". Solution: Make CTRL-E and CTRL-Y work like in Insert mode. (Christian Brabandt)
2012-04-30updated for version 7.3.512Bram Moolenaar
Problem: undofile() returns a useless name when passed an empty string. Solution: Return an empty string. (Christian Brabandt)
2012-04-30updated for version 7.3.511Bram Moolenaar
Problem: Using a FileReadCmd autocommand that does ":e! {file}" may cause a crash. (Christian Brabandt) Solution: Properly restore curwin->w_s.
2012-04-30updated for version 7.3.510Bram Moolenaar
Problem: Test 77 fails on Solaris 7. (Michael Soyka) Solution: Replace any tabs with spaces.
2012-04-25Updated runtime files.Bram Moolenaar
2012-04-25updated for version 7.3.509Bram Moolenaar
Problem: ":vimgrep" fails when 'autochdir' is set. Solution: A more generic solution for changing directory. (Ben Fritz)
2012-04-25updated for version 7.3.508Bram Moolenaar
Problem: Default for v:register is not set. Solution: Init v:register in eval_init(). Correct for 'clipboard' before the main loop. (Ingo Karkat)
2012-04-25updated for version 7.3.507Bram Moolenaar
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)
2012-04-25updated for version 7.3.506Bram Moolenaar
Problem: GTK gives an error when selecting a non-existent file. Solution: Add a handler to avoid the error. (Christian Brabandt)
2012-04-25updated for version 7.3.505Bram Moolenaar
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)
2012-04-25updated for version 7.3.504Bram Moolenaar
Problem: Commands in help files are not highlighted. Solution: Allow for commands in backticks. Adjust CTRL-] to remove the backticks.
2012-04-25updated for version 7.3.503Bram Moolenaar
Problem: Warning for unused argument. Solution: Add UNUSED.
2012-04-20updated for version 7.3.502Bram Moolenaar
Problem: Netbeans insert halfway a line actually appends to the line. Solution: Insert halfway the line. (Brian Victor)
2012-04-20updated for version 7.3.501Bram Moolenaar
Problem: Error for "flush" not being defined when using Ruby command. Solution: Defined "flush" as a no-op method. (Kent Sibilev)
2012-04-20updated for version 7.3.500Bram Moolenaar
Problem: Ming makefile unconditionally sets WINVER. Solution: Only defined when not already defined. (Yasuhiro Matsumoto)
2012-04-20updated for version 7.3.499Bram Moolenaar
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)
2012-04-20updated for version 7.3.498Bram Moolenaar
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)
2012-04-20updated for version 7.3.497Bram Moolenaar
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)
2012-04-13updated for version 7.3.496Bram Moolenaar
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)
2012-04-09updated for version 7.3.495Bram Moolenaar
Problem: Compiler warnings. Solution: Add function declaration. Remove "offset" argument.
2012-04-06updated for version 7.3.494Bram Moolenaar
Problem: Can't compile with Lua 9.1 or dynamic Lua. Solution: Fix dll_ methods. Fix luado(). (Muraoka Taro, Luis Carvalho)
2012-04-06updated for version 7.3.493Bram Moolenaar
Problem: Two unused variables. Solution: Remove them. (Hong Xu)
2012-04-05updated for version 7.3.492Bram Moolenaar
Problem: Can't indent conditions separately from function arguments. Solution: Add the 'k' flag in 'cino. (Lech Lorens)
2012-04-05updated for version 7.3.491Bram Moolenaar
Problem: No tests for Lua. Solution: Add some simple tests for Lua. (Luis Carvalho)
2012-04-05updated for version 7.3.490Bram Moolenaar
Problem: Member confusion in Lua interface. Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho)
2012-04-05updated for version 7.3.489Bram Moolenaar
Problem: CTRL-] in Insert mode does not expand abbreviation when used in a mapping. (Yichao Zhou) Solution: Special case using CTRL-]. (Christian Brabandt)
2012-04-05updated for version 7.3.488Bram Moolenaar
Problem: ":help!" in a help file does not work as document. Solution: When in a help file don't give an error message. (thinca)
2012-03-28Updated runtime files.Bram Moolenaar
2012-03-28updated for version 7.3.487Bram Moolenaar
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.
2012-03-28updated for version 7.3.486Bram Moolenaar
Problem: Build error with mingw64 on Windows 7. Solution: Avoid the step of going through vimres.res. (Guopeng Wen)
2012-03-28updated for version 7.3.485Bram Moolenaar
Problem: When building Vim LDFLAGS isn't passed on to building xxd. Solution: Pass the LDFLAGS value. (James McCoy)
2012-03-28updated for version 7.3.484Bram Moolenaar
Problem: The -E and --echo-wid command line arguments are not mentioned in "vim --help". Solution: Add the help lines. (Dominique Pelle)
2012-03-28updated for version 7.3.483Bram Moolenaar
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)
2012-03-28updated for version 7.3.482Bram Moolenaar
Problem: With 'cursorbind' set moving up/down does not always keep the same column. Solution: Set curswant appropriately. (Gary Johnson)
2012-03-28updated for version 7.3.481Bram Moolenaar
Problem: Changing 'virtualedit' in an operator function to "all" does not have the desired effect. (Aaron Bohannon) Solution: Save, reset and restore virtual_op when executing an operator function.
2012-03-23updated for version 7.3.480Bram Moolenaar
Problem: When using ":qa" and there is a changed buffer picking the buffer to jump to is not very good. Solution: Consider current and other tab pages. (Hirohito Higashi)
2012-03-23updated for version 7.3.479Bram Moolenaar
Problem: When 'cursorline' is set the line number highlighting can't be set separately. Solution: Add "CursorLineNr". (Howard Buchholz)
2012-03-23updated for version 7.3.478Bram Moolenaar
Problem: Memory leak using the ':rv!' command when reading dictionary or list global variables i.e. with 'viminfo' containing !. Solution: Free the typeval. (Dominique Pelle)
2012-03-23updated for version 7.3.477Bram Moolenaar
Problem: Using ":echo" to output enough lines to scroll, then using "j" and "k" at the more prompt, displays the command on top of the output. (Marcin Szamotulski) Solution: Put the output below the command. (Christian Brabandt)
2012-03-23updated for version 7.3.476Bram Moolenaar
Problem: When selecting a block, using "$" to include the end of each line and using "A" and typing a backspace strange things happen. (Yuangchen Xie) Solution: Avoid using a negative length. (Christian Brabandt)
2012-03-16updated for version 7.3.475Bram Moolenaar
Problem: In a terminal with few colors the omnicomplete menu may be hard to see when using the default colors. Solution: Use more explicit colors. (suggested by Alex Henrie)
2012-03-16updated for version 7.3.474Bram Moolenaar
Problem: Perl build with gcc 4 fails. Solution: Remove XS() statements. (Yasuhiro Matsumoto)
2012-03-16updated for version 7.3.473Bram Moolenaar
Problem: 'cursorbind' does not work correctly in combination with 'virtualedit' set to "all". Solution: Copy coladd. (Gary Johnson)
2012-03-16updated for version 7.3.472Bram Moolenaar
Problem: Crash when using ":redraw" in a BufEnter autocommand and switching to another tab. (驼峰) Solution: Move triggering the the autocommands to after correcting the option values. Also check the row value to be out of bounds. (Christian Brabandt, Sergey Khorev)
2012-03-16updated for version 7.3.471Bram Moolenaar
Problem: Can't abort listing placed signs. Solution: Check "got_int". (Christian Brabandt)
2012-03-11Updated runtime files. Add Dutch translations.Bram Moolenaar