summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.510v7.3.510Bram Moolenaar2012-04-302-1/+5
| | | | | Problem: Test 77 fails on Solaris 7. (Michael Soyka) Solution: Replace any tabs with spaces.
* Updated runtime files, include fixes for line continuation.Bram Moolenaar2012-04-266-10/+14
|
* Updated runtime files.Bram Moolenaar2012-04-2518-122/+180
|
* updated for version 7.3.509v7.3.509Bram Moolenaar2012-04-252-27/+74
| | | | | Problem: ":vimgrep" fails when 'autochdir' is set. Solution: A more generic solution for changing directory. (Ben Fritz)
* updated for version 7.3.508v7.3.508Bram Moolenaar2012-04-253-1/+16
| | | | | | Problem: Default for v:register is not set. Solution: Init v:register in eval_init(). Correct for 'clipboard' before the main loop. (Ingo Karkat)
* updated for version 7.3.507v7.3.507Bram Moolenaar2012-04-254-4/+15
| | | | | | | 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)
* updated for version 7.3.506v7.3.506Bram Moolenaar2012-04-252-0/+26
| | | | | Problem: GTK gives an error when selecting a non-existent file. Solution: Add a handler to avoid the error. (Christian Brabandt)
* updated for version 7.3.505v7.3.505Bram Moolenaar2012-04-255-6/+14
| | | | | | | 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)
* updated for version 7.3.504v7.3.504Bram Moolenaar2012-04-252-1/+26
| | | | | | Problem: Commands in help files are not highlighted. Solution: Allow for commands in backticks. Adjust CTRL-] to remove the backticks.
* updated for version 7.3.503v7.3.503Bram Moolenaar2012-04-252-1/+3
| | | | | Problem: Warning for unused argument. Solution: Add UNUSED.
* updated for version 7.3.502v7.3.502Bram Moolenaar2012-04-202-3/+6
| | | | | Problem: Netbeans insert halfway a line actually appends to the line. Solution: Insert halfway the line. (Brian Victor)
* updated for version 7.3.501v7.3.501Bram Moolenaar2012-04-202-0/+8
| | | | | Problem: Error for "flush" not being defined when using Ruby command. Solution: Defined "flush" as a no-op method. (Kent Sibilev)
* updated for version 7.3.500v7.3.500Bram Moolenaar2012-04-202-0/+4
| | | | | Problem: Ming makefile unconditionally sets WINVER. Solution: Only defined when not already defined. (Yasuhiro Matsumoto)
* updated for version 7.3.499v7.3.499Bram Moolenaar2012-04-202-10/+9
| | | | | | | 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)
* updated for version 7.3.498v7.3.498Bram Moolenaar2012-04-202-3/+10
| | | | | | | 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)
* updated for version 7.3.497v7.3.497Bram Moolenaar2012-04-202-0/+7
| | | | | | | 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)
* Updated runtime files.Bram Moolenaar2012-04-1316-50/+74
|
* updated for version 7.3.496v7.3.496Bram Moolenaar2012-04-133-1/+6
| | | | | | 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)
* updated for version 7.3.495v7.3.495Bram Moolenaar2012-04-092-6/+8
| | | | | Problem: Compiler warnings. Solution: Add function declaration. Remove "offset" argument.
* updated for version 7.3.494v7.3.494Bram Moolenaar2012-04-062-5/+14
| | | | | Problem: Can't compile with Lua 9.1 or dynamic Lua. Solution: Fix dll_ methods. Fix luado(). (Muraoka Taro, Luis Carvalho)
* updated for version 7.3.493v7.3.493Bram Moolenaar2012-04-062-2/+2
| | | | | Problem: Two unused variables. Solution: Remove them. (Hong Xu)
* Updated runtime files.Bram Moolenaar2012-04-0510-1234/+699
|
* updated for version 7.3.492v7.3.492Bram Moolenaar2012-04-055-6/+513
| | | | | Problem: Can't indent conditions separately from function arguments. Solution: Add the 'k' flag in 'cino. (Lech Lorens)
* updated for version 7.3.491v7.3.491Bram Moolenaar2012-04-0510-4/+64
| | | | | Problem: No tests for Lua. Solution: Add some simple tests for Lua. (Luis Carvalho)
* updated for version 7.3.490v7.3.490Bram Moolenaar2012-04-055-278/+1024
| | | | | Problem: Member confusion in Lua interface. Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho)
* updated for version 7.3.489v7.3.489Bram Moolenaar2012-04-053-4/+10
| | | | | | Problem: CTRL-] in Insert mode does not expand abbreviation when used in a mapping. (Yichao Zhou) Solution: Special case using CTRL-]. (Christian Brabandt)
* updated for version 7.3.488v7.3.488Bram Moolenaar2012-04-052-1/+3
| | | | | Problem: ":help!" in a help file does not work as document. Solution: When in a help file don't give an error message. (thinca)
* Updated runtime files.Bram Moolenaar2012-03-2818-197/+314
|
* updated for version 7.3.487v7.3.487Bram Moolenaar2012-03-2810-61/+84
| | | | | | | 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.
* updated for version 7.3.486v7.3.486Bram Moolenaar2012-03-282-5/+5
| | | | | Problem: Build error with mingw64 on Windows 7. Solution: Avoid the step of going through vimres.res. (Guopeng Wen)
* updated for version 7.3.485v7.3.485Bram Moolenaar2012-03-282-1/+3
| | | | | Problem: When building Vim LDFLAGS isn't passed on to building xxd. Solution: Pass the LDFLAGS value. (James McCoy)
* updated for version 7.3.484v7.3.484Bram Moolenaar2012-03-282-0/+4
| | | | | | Problem: The -E and --echo-wid command line arguments are not mentioned in "vim --help". Solution: Add the help lines. (Dominique Pelle)
* updated for version 7.3.483v7.3.483Bram Moolenaar2012-03-284-3/+17
| | | | | | 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)
* updated for version 7.3.482v7.3.482Bram Moolenaar2012-03-282-0/+6
| | | | | | Problem: With 'cursorbind' set moving up/down does not always keep the same column. Solution: Set curswant appropriately. (Gary Johnson)
* updated for version 7.3.481v7.3.481Bram Moolenaar2012-03-282-0/+10
| | | | | | | 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.
* updated for version 7.3.480v7.3.480Bram Moolenaar2012-03-232-21/+80
| | | | | | 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)
* updated for version 7.3.479v7.3.479Bram Moolenaar2012-03-235-5/+14
| | | | | | Problem: When 'cursorline' is set the line number highlighting can't be set separately. Solution: Add "CursorLineNr". (Howard Buchholz)
* updated for version 7.3.478v7.3.478Bram Moolenaar2012-03-232-0/+3
| | | | | | 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)
* updated for version 7.3.477v7.3.477Bram Moolenaar2012-03-232-0/+7
| | | | | | | 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)
* updated for version 7.3.476v7.3.476Bram Moolenaar2012-03-232-1/+4
| | | | | | | 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)
* updated for version 7.3.475v7.3.475Bram Moolenaar2012-03-162-10/+14
| | | | | | 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)
* updated for version 7.3.474v7.3.474Bram Moolenaar2012-03-162-18/+2
| | | | | Problem: Perl build with gcc 4 fails. Solution: Remove XS() statements. (Yasuhiro Matsumoto)
* updated for version 7.3.473v7.3.473Bram Moolenaar2012-03-162-1/+9
| | | | | | Problem: 'cursorbind' does not work correctly in combination with 'virtualedit' set to "all". Solution: Copy coladd. (Gary Johnson)
* updated for version 7.3.472v7.3.472Bram Moolenaar2012-03-163-7/+16
| | | | | | | | 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)
* updated for version 7.3.471v7.3.471Bram Moolenaar2012-03-163-3/+5
| | | | | Problem: Can't abort listing placed signs. Solution: Check "got_int". (Christian Brabandt)
* Updated runtime files. Add Dutch translations.Bram Moolenaar2012-03-1148-77/+8331
|
* updated for version 7.3.470v7.3.470Bram Moolenaar2012-03-072-1/+9
| | | | | Problem: Test 62 fails when compiled without GUI and X11. Solution: Don't test :drop when it is not supported.
* updated for version 7.3.469v7.3.469Bram Moolenaar2012-03-072-1/+3
| | | | | Problem: Compiler warning for unused argument without some features. Solution: Add UNUSED.
* updated for version 7.3.468v7.3.468Bram Moolenaar2012-03-073-2/+36
| | | | | Problem: For some compilers the error file is not easily readable. Solution: Use QuickFixCmdPre for more commands. (Marcin Szamotulski)
* updated for version 7.3.467v7.3.467Bram Moolenaar2012-03-072-1/+4
| | | | | | Problem: Cursor positioned wrong at the command line when regaining focus and using some input method. Solution: Do not position the cursor in command line mode.