]> granicus.if.org Git - vim/log
vim
12 years agoupdated for version 7.3.553 v7.3.553
Bram Moolenaar [Wed, 13 Jun 2012 16:06:36 +0000 (18:06 +0200)]
updated for version 7.3.553
Problem:    With double-width characters and 'listchars' containing "precedes"
            the text is displayed one cell off.
Solution:   Check for double-width character being overwritten by the
            "precedes" character. (Yasuhiro Matsumoto)

12 years agoupdated for version 7.3.552 v7.3.552
Bram Moolenaar [Wed, 13 Jun 2012 15:28:55 +0000 (17:28 +0200)]
updated for version 7.3.552
Problem:    Formatting inside comments does not use the "2" flag in
            'formatoptions'.
Solution:   Support the "2" flag.  (Tor Perkins)

12 years agoupdated for version 7.3.551 v7.3.551
Bram Moolenaar [Wed, 13 Jun 2012 12:28:20 +0000 (14:28 +0200)]
updated for version 7.3.551
Problem:    When using :tablose a TabEnter autocommand is triggered too early.
            (Karthick)
Solution:   Don't trigger *Enter autocommands before closing the tab.
            (Christian Brabandt)

12 years agoupdated for version 7.3.550 v7.3.550
Bram Moolenaar [Wed, 13 Jun 2012 12:01:41 +0000 (14:01 +0200)]
updated for version 7.3.550
Problem:    With "j" in 'formatoptions' a list leader is not removed. (Gary
            Johnson)
Solution:   Don't ignore the start of a three part comment. (Lech Lorens)

12 years agoupdated for version 7.3.549 v7.3.549
Bram Moolenaar [Wed, 13 Jun 2012 11:40:48 +0000 (13:40 +0200)]
updated for version 7.3.549
Problem:    In 'cinoptions' "0s" is interpreted as one shiftwidth. (David
            Pineau)
Solution:   Use the zero as zero. (Lech Lorens)

12 years agoupdated for version 7.3.548 v7.3.548
Bram Moolenaar [Thu, 7 Jun 2012 19:09:39 +0000 (21:09 +0200)]
updated for version 7.3.548
Problem:    Compiler warning on 64 bit Windows.
Solution:   Add type cast. (Mike Williams)

12 years agoupdated for version 7.3.547 v7.3.547
Bram Moolenaar [Wed, 6 Jun 2012 21:08:38 +0000 (23:08 +0200)]
updated for version 7.3.547
Problem:    Compiler warning for uninitialized variable.
Solution:   Initialize it.

12 years agoupdated for version 7.3.546 v7.3.546
Bram Moolenaar [Wed, 6 Jun 2012 17:05:50 +0000 (19:05 +0200)]
updated for version 7.3.546
Problem:    Bogus line break.
Solution:   Remove the line break.

12 years agoupdated for version 7.3.545 v7.3.545
Bram Moolenaar [Wed, 6 Jun 2012 17:02:45 +0000 (19:02 +0200)]
updated for version 7.3.545
Problem:    When closing a window or buffer autocommands may close it too,
            causing problems for where the autocommand was invoked from.
Solution:   Add the w_closing and b_closing flags.  When set disallow ":q" and
            ":close" to prevent recursive closing.

12 years agoupdated for version 7.3.544 v7.3.544
Bram Moolenaar [Wed, 6 Jun 2012 16:03:07 +0000 (18:03 +0200)]
updated for version 7.3.544
Problem:    There is no good way to close a quickfix window when closing the
            last ordinary window.
Solution:   Add the QuitPre autocommand.

12 years agoupdated for version 7.3.543 v7.3.543
Bram Moolenaar [Wed, 6 Jun 2012 14:29:10 +0000 (16:29 +0200)]
updated for version 7.3.543
Problem:    The cursor is in the wrong line after using ":copen". (John
            Beckett)
Solution:   Invoke more drastic redraw method.

12 years agoupdated for version 7.3.542 v7.3.542
Bram Moolenaar [Wed, 6 Jun 2012 14:14:40 +0000 (16:14 +0200)]
updated for version 7.3.542
Problem:    Function is sometimes unused.
Solution:   Add #ifdef.

12 years agoupdated for version 7.3.541 v7.3.541
Bram Moolenaar [Wed, 6 Jun 2012 14:12:59 +0000 (16:12 +0200)]
updated for version 7.3.541
Problem:    When joining lines comment leaders need to be removed manually.
Solution:   Add the 'j' flag to 'formatoptions'. (Lech Lorens)

12 years agoupdated for version 7.3.540 v7.3.540
Bram Moolenaar [Wed, 6 Jun 2012 10:06:15 +0000 (12:06 +0200)]
updated for version 7.3.540
Problem:    Cursor is left on the text instead of the command line.
Solution:   Don't call setcursor() in command line mode.

12 years agoupdated for version 7.3.539 v7.3.539
Bram Moolenaar [Wed, 6 Jun 2012 10:03:06 +0000 (12:03 +0200)]
updated for version 7.3.539
Problem:    Redrawing a character on the command line does not work properly
            for multi-byte charactes.
Solution:   Count the number of bytes in a character. (Yukihiro Nakadaira)

12 years agoUpdated runtime files.
Bram Moolenaar [Fri, 1 Jun 2012 20:38:45 +0000 (22:38 +0200)]
Updated runtime files.

12 years agoupdated for version 7.3.538 v7.3.538
Bram Moolenaar [Fri, 1 Jun 2012 16:34:41 +0000 (18:34 +0200)]
updated for version 7.3.538
Problem:    'efm' does not handle Tabs in pointer lines.
Solution:   Add Tab support. Improve tests. (Lech Lorens)

12 years agoupdated for version 7.3.537 v7.3.537
Bram Moolenaar [Fri, 1 Jun 2012 15:49:55 +0000 (17:49 +0200)]
updated for version 7.3.537
Problem:    Unecessary call to init_spell_chartab().
Solution:   Delete the call.

12 years agoupdated for version 7.3.536 v7.3.536
Bram Moolenaar [Fri, 1 Jun 2012 15:46:59 +0000 (17:46 +0200)]
updated for version 7.3.536
Problem:    When spell checking the German sharp s is not seen as a word
            character. (Aexl Bender)
Solution:   In utf_islower() return true for the sharp s. Note: also need
            updated spell file for this to take effect.

12 years agoupdated for version 7.3.535 v7.3.535
Bram Moolenaar [Fri, 1 Jun 2012 13:21:02 +0000 (15:21 +0200)]
updated for version 7.3.535
Problem:    Many #ifdefs for MB_MAXBYTES.
Solution:   Also define MB_MAXBYTES without the +multi_byte feature.  Fix
            places where the buffer didn't include space for a NUL byte.

12 years agoupdated for version 7.3.534 v7.3.534
Bram Moolenaar [Fri, 1 Jun 2012 12:57:51 +0000 (14:57 +0200)]
updated for version 7.3.534
Problem:    When using an InsertCharPre autocommand autoindent fails.
Solution:   Proper handling of v:char. (Alexey Radkov)

12 years agoupdated for version 7.3.533 v7.3.533
Bram Moolenaar [Fri, 1 Jun 2012 11:46:12 +0000 (13:46 +0200)]
updated for version 7.3.533
Problem:    Memory leak when writing undo file.
Solution:   Free the ACL. (Dominique Pelle)

12 years agoupdated for version 7.3.532 v7.3.532
Bram Moolenaar [Fri, 1 Jun 2012 11:18:53 +0000 (13:18 +0200)]
updated for version 7.3.532
Problem:    Compiler warning from Clang.
Solution:   Use a different way to point inside a string. (Dominique Pelle)

12 years agoupdated for version 7.3.531 v7.3.531
Bram Moolenaar [Sat, 26 May 2012 22:37:51 +0000 (00:37 +0200)]
updated for version 7.3.531
Problem:    GUI does not work on MS-Windows.
Solution:   Add the missing #ifdef. (Patrick Avery)

12 years agoupdated for version 7.3.530 v7.3.530
Bram Moolenaar [Fri, 25 May 2012 12:06:36 +0000 (14:06 +0200)]
updated for version 7.3.530
Problem:    Gvim does not work when 'guioptions' includes "f". (Davido)
Solution:   Call gui_mch_init_check() when running GUI in the foreground.
            (Yasuhiro Matsumoto)

12 years agoupdated for version 7.3.529 v7.3.529
Bram Moolenaar [Fri, 25 May 2012 11:12:36 +0000 (13:12 +0200)]
updated for version 7.3.529
Problem:    Using a count before "v" and "V" does not work (Kikyous)
Solution:   Make the count select that many characters or lines. (Christian
            Brabandt)

12 years agoupdated for version 7.3.528 v7.3.528
Bram Moolenaar [Fri, 25 May 2012 10:39:00 +0000 (12:39 +0200)]
updated for version 7.3.528
Problem:    Crash when closing last window in a tab. (Alex Efros)
Solution:   Use common code in close_last_window_tabpage(). (Christian
            Brabandt)

12 years agoupdated for version 7.3.527 v7.3.527
Bram Moolenaar [Fri, 25 May 2012 09:56:22 +0000 (11:56 +0200)]
updated for version 7.3.527
Problem:    Clang complains about non-ASCII characters in a string.
Solution:   Change to \x88 form. (Dominique Pelle)

12 years agoupdated for version 7.3.526 v7.3.526
Bram Moolenaar [Fri, 25 May 2012 09:04:38 +0000 (11:04 +0200)]
updated for version 7.3.526
Problem:    Confusing indenting for #ifdef.
Solution:   Remove and add indent. (Elias Diem)

12 years agoupdated for version 7.3.525 v7.3.525
Bram Moolenaar [Fri, 25 May 2012 09:02:41 +0000 (11:02 +0200)]
updated for version 7.3.525
Problem:    Compiler warning on 64 bit MS-Windows.
Solution:   Add type cast. (Mike Williams)

12 years agoupdated for version 7.3.524 v7.3.524
Bram Moolenaar [Fri, 18 May 2012 19:54:13 +0000 (21:54 +0200)]
updated for version 7.3.524
Problem:    Missing comma.
Solution:   Add the comma.

12 years agoFix more 'cpo' issues in runtime files.
Bram Moolenaar [Fri, 18 May 2012 19:49:28 +0000 (21:49 +0200)]
Fix more 'cpo' issues in runtime files.

12 years agoupdated for version 7.3.523 v7.3.523
Bram Moolenaar [Fri, 18 May 2012 16:47:17 +0000 (18:47 +0200)]
updated for version 7.3.523
Problem:    ":diffupdate" doesn't check for files changed elsewhere.
Solution:   Add the ! flag. (Christian Brabandt)

12 years agoupdated for version 7.3.522 v7.3.522
Bram Moolenaar [Fri, 18 May 2012 16:34:19 +0000 (18:34 +0200)]
updated for version 7.3.522
Problem:    Crash in vim_realloc() when using MEM_PROFILE.
Solution:   Avoid using a NULL argument. (Dominique Pelle)

12 years agoupdated for version 7.3.521 v7.3.521
Bram Moolenaar [Fri, 18 May 2012 16:08:01 +0000 (18:08 +0200)]
updated for version 7.3.521
Problem:    Using "z=" on a multi-byte character may cause a crash.
Solution:   Don't use strlen() on an int pointer.

12 years agoupdated for version 7.3.520 v7.3.520
Bram Moolenaar [Fri, 18 May 2012 15:03:18 +0000 (17:03 +0200)]
updated for version 7.3.520
Problem:    Gvim starts up slow on Unbuntu 12.04.
Solution:   Move the call to gui_mch_init_check() to after fork(). (Yasuhiro
            Matsumoto)  Do check $DISPLAY being set.

12 years agoupdated for version 7.3.519 v7.3.519
Bram Moolenaar [Fri, 18 May 2012 14:35:21 +0000 (16:35 +0200)]
updated for version 7.3.519
Problem:    When completefunction returns it cannot indicate end of completion
            mode.
Solution:   Recognize completefunction returning -3.  (Mtsushita Shougo)

12 years agoupdated for version 7.3.518 v7.3.518
Bram Moolenaar [Fri, 18 May 2012 14:24:11 +0000 (16:24 +0200)]
updated for version 7.3.518
Problem:    When 'encoding' is a double-byte encoding ":helptags" may not find
            tags correctly.
Solution:   Use vim_strbyte() instead of vim_strchr(). (Yasuhiro Matsumoto)

12 years agoUpdated runtime files.
Bram Moolenaar [Fri, 18 May 2012 11:46:39 +0000 (13:46 +0200)]
Updated runtime files.

12 years agoIgnore file generated by tests.
Bram Moolenaar [Fri, 18 May 2012 11:14:26 +0000 (13:14 +0200)]
Ignore file generated by tests.

12 years agoupdated for version 7.3.517 v7.3.517
Bram Moolenaar [Fri, 18 May 2012 10:49:40 +0000 (12:49 +0200)]
updated for version 7.3.517
Problem:    Crash when using "vipvv". (Alexandre Provencio)
Solution:   Don't let the text length become negative.

12 years agoupdated for version 7.3.516 v7.3.516
Bram Moolenaar [Fri, 18 May 2012 10:07:05 +0000 (12:07 +0200)]
updated for version 7.3.516
Problem:    extend(o, o) may crash Vim.
Solution:   Fix crash and add test. (Thinca and Hirohito Higashi)

12 years agoMore runtime file fixes for 'compatible' mode.
Bram Moolenaar [Tue, 1 May 2012 19:14:34 +0000 (21:14 +0200)]
More runtime file fixes for 'compatible' mode.

12 years agoupdated for version 7.3.515 v7.3.515
Bram Moolenaar [Mon, 30 Apr 2012 19:09:43 +0000 (21:09 +0200)]
updated for version 7.3.515
Problem:    'wildignorecase' only applies to the last part of the path.
Solution:   Also ignore case for letters earlier in the path.

12 years agoupdated for version 7.3.514 v7.3.514
Bram Moolenaar [Mon, 30 Apr 2012 16:48:53 +0000 (18:48 +0200)]
updated for version 7.3.514
Problem:    No completion for :history command.
Solution:   Add the completion and update the docs. Also fix ":behave"
            completion. (Dominique Pelle)

12 years agoupdated for version 7.3.513 v7.3.513
Bram Moolenaar [Mon, 30 Apr 2012 16:18:47 +0000 (18:18 +0200)]
updated for version 7.3.513
Problem:    Cannot use CTRL-E and CTRL-Y with "r".
Solution:   Make CTRL-E and CTRL-Y work like in Insert mode. (Christian
            Brabandt)

12 years agoupdated for version 7.3.512 v7.3.512
Bram Moolenaar [Mon, 30 Apr 2012 15:35:48 +0000 (17:35 +0200)]
updated for version 7.3.512
Problem:    undofile() returns a useless name when passed an empty string.
Solution:   Return an empty string. (Christian Brabandt)

12 years agoupdated for version 7.3.511 v7.3.511
Bram Moolenaar [Mon, 30 Apr 2012 15:04:52 +0000 (17:04 +0200)]
updated for version 7.3.511
Problem:    Using a FileReadCmd autocommand that does ":e! {file}" may cause a
            crash. (Christian Brabandt)
Solution:   Properly restore curwin->w_s.

12 years agoFixed compatible mode in most runtime files.
Bram Moolenaar [Mon, 30 Apr 2012 13:56:52 +0000 (15:56 +0200)]
Fixed compatible mode in most runtime files.

12 years agoupdated for version 7.3.510 v7.3.510
Bram Moolenaar [Mon, 30 Apr 2012 09:34:28 +0000 (11:34 +0200)]
updated for version 7.3.510
Problem:    Test 77 fails on Solaris 7. (Michael Soyka)
Solution:   Replace any tabs with spaces.

12 years agoUpdated runtime files, include fixes for line continuation.
Bram Moolenaar [Thu, 26 Apr 2012 18:17:03 +0000 (20:17 +0200)]
Updated runtime files, include fixes for line continuation.

12 years agoUpdated runtime files.
Bram Moolenaar [Wed, 25 Apr 2012 17:07:41 +0000 (19:07 +0200)]
Updated runtime files.

12 years agoupdated for version 7.3.509 v7.3.509
Bram Moolenaar [Wed, 25 Apr 2012 16:57:21 +0000 (18:57 +0200)]
updated for version 7.3.509
Problem:    ":vimgrep" fails when 'autochdir' is set.
Solution:   A more generic solution for changing directory. (Ben Fritz)

12 years agoupdated for version 7.3.508 v7.3.508
Bram Moolenaar [Wed, 25 Apr 2012 16:24:29 +0000 (18:24 +0200)]
updated for version 7.3.508
Problem:    Default for v:register is not set.
Solution:   Init v:register in eval_init(). Correct for 'clipboard' before the
            main loop. (Ingo Karkat)

12 years agoupdated for version 7.3.507 v7.3.507
Bram Moolenaar [Wed, 25 Apr 2012 15:32:18 +0000 (17:32 +0200)]
updated for version 7.3.507
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)

12 years agoupdated for version 7.3.506 v7.3.506
Bram Moolenaar [Wed, 25 Apr 2012 15:10:16 +0000 (17:10 +0200)]
updated for version 7.3.506
Problem:    GTK gives an error when selecting a non-existent file.
Solution:   Add a handler to avoid the error. (Christian Brabandt)

12 years agoupdated for version 7.3.505 v7.3.505
Bram Moolenaar [Wed, 25 Apr 2012 14:50:48 +0000 (16:50 +0200)]
updated for version 7.3.505
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)

12 years agoupdated for version 7.3.504 v7.3.504
Bram Moolenaar [Wed, 25 Apr 2012 10:57:28 +0000 (12:57 +0200)]
updated for version 7.3.504
Problem:    Commands in help files are not highlighted.
Solution:   Allow for commands in backticks.  Adjust CTRL-] to remove the
            backticks.

12 years agoupdated for version 7.3.503 v7.3.503
Bram Moolenaar [Wed, 25 Apr 2012 10:28:09 +0000 (12:28 +0200)]
updated for version 7.3.503
Problem:    Warning for unused argument.
Solution:   Add UNUSED.

12 years agoupdated for version 7.3.502 v7.3.502
Bram Moolenaar [Fri, 20 Apr 2012 17:47:05 +0000 (19:47 +0200)]
updated for version 7.3.502
Problem:    Netbeans insert halfway a line actually appends to the line.
Solution:   Insert halfway the line. (Brian Victor)

12 years agoupdated for version 7.3.501 v7.3.501
Bram Moolenaar [Fri, 20 Apr 2012 16:05:47 +0000 (18:05 +0200)]
updated for version 7.3.501
Problem:    Error for "flush" not being defined when using Ruby command.
Solution:   Defined "flush" as a no-op method. (Kent Sibilev)

12 years agoupdated for version 7.3.500 v7.3.500
Bram Moolenaar [Fri, 20 Apr 2012 14:13:25 +0000 (16:13 +0200)]
updated for version 7.3.500
Problem:    Ming makefile unconditionally sets WINVER.
Solution:   Only defined when not already defined. (Yasuhiro Matsumoto)

12 years agoupdated for version 7.3.499 v7.3.499
Bram Moolenaar [Fri, 20 Apr 2012 13:55:16 +0000 (15:55 +0200)]
updated for version 7.3.499
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)

12 years agoupdated for version 7.3.498 v7.3.498
Bram Moolenaar [Fri, 20 Apr 2012 11:46:08 +0000 (13:46 +0200)]
updated for version 7.3.498
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)

12 years agoupdated for version 7.3.497 v7.3.497
Bram Moolenaar [Fri, 20 Apr 2012 11:31:21 +0000 (13:31 +0200)]
updated for version 7.3.497
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)

13 years agoUpdated runtime files.
Bram Moolenaar [Fri, 13 Apr 2012 21:04:47 +0000 (23:04 +0200)]
Updated runtime files.

13 years agoupdated for version 7.3.496 v7.3.496
Bram Moolenaar [Fri, 13 Apr 2012 17:11:20 +0000 (19:11 +0200)]
updated for version 7.3.496
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)

13 years agoupdated for version 7.3.495 v7.3.495
Bram Moolenaar [Mon, 9 Apr 2012 18:42:26 +0000 (20:42 +0200)]
updated for version 7.3.495
Problem:    Compiler warnings.
Solution:   Add function declaration.  Remove "offset" argument.

13 years agoupdated for version 7.3.494 v7.3.494
Bram Moolenaar [Fri, 6 Apr 2012 12:31:00 +0000 (14:31 +0200)]
updated for version 7.3.494
Problem:    Can't compile with Lua 9.1 or dynamic Lua.
Solution:   Fix dll_ methods. Fix luado(). (Muraoka Taro, Luis Carvalho)

13 years agoupdated for version 7.3.493 v7.3.493
Bram Moolenaar [Fri, 6 Apr 2012 11:56:04 +0000 (13:56 +0200)]
updated for version 7.3.493
Problem:    Two unused variables.
Solution:   Remove them. (Hong Xu)

13 years agoUpdated runtime files.
Bram Moolenaar [Thu, 5 Apr 2012 15:33:26 +0000 (17:33 +0200)]
Updated runtime files.

13 years agoupdated for version 7.3.492 v7.3.492
Bram Moolenaar [Thu, 5 Apr 2012 15:17:42 +0000 (17:17 +0200)]
updated for version 7.3.492
Problem:    Can't indent conditions separately from function arguments.
Solution:   Add the 'k' flag in 'cino. (Lech Lorens)

13 years agoupdated for version 7.3.491 v7.3.491
Bram Moolenaar [Thu, 5 Apr 2012 14:56:52 +0000 (16:56 +0200)]
updated for version 7.3.491
Problem:    No tests for Lua.
Solution:   Add some simple tests for Lua. (Luis Carvalho)

13 years agoupdated for version 7.3.490 v7.3.490
Bram Moolenaar [Thu, 5 Apr 2012 14:54:08 +0000 (16:54 +0200)]
updated for version 7.3.490
Problem:    Member confusion in Lua interface.
Solution:   Fix it.  Add luaeval(). (Taro Muraoka, Luis Carvalho)

13 years agoupdated for version 7.3.489 v7.3.489
Bram Moolenaar [Thu, 5 Apr 2012 14:07:06 +0000 (16:07 +0200)]
updated for version 7.3.489
Problem:    CTRL-] in Insert mode does not expand abbreviation when used in a
            mapping. (Yichao Zhou)
Solution:   Special case using CTRL-]. (Christian Brabandt)

13 years agoupdated for version 7.3.488 v7.3.488
Bram Moolenaar [Thu, 5 Apr 2012 14:05:05 +0000 (16:05 +0200)]
updated for version 7.3.488
Problem:    ":help!" in a help file does not work as document.
Solution:   When in a help file don't give an error message. (thinca)

13 years agoUpdated runtime files.
Bram Moolenaar [Wed, 28 Mar 2012 18:51:51 +0000 (20:51 +0200)]
Updated runtime files.

13 years agoupdated for version 7.3.487 v7.3.487
Bram Moolenaar [Wed, 28 Mar 2012 17:59:04 +0000 (19:59 +0200)]
updated for version 7.3.487
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.

13 years agoupdated for version 7.3.486 v7.3.486
Bram Moolenaar [Wed, 28 Mar 2012 15:43:11 +0000 (17:43 +0200)]
updated for version 7.3.486
Problem:    Build error with mingw64 on Windows 7.
Solution:   Avoid the step of going through vimres.res. (Guopeng Wen)

13 years agoupdated for version 7.3.485 v7.3.485
Bram Moolenaar [Wed, 28 Mar 2012 15:17:48 +0000 (17:17 +0200)]
updated for version 7.3.485
Problem:    When building Vim LDFLAGS isn't passed on to building xxd.
Solution:   Pass the LDFLAGS value. (James McCoy)

13 years agoupdated for version 7.3.484 v7.3.484
Bram Moolenaar [Wed, 28 Mar 2012 15:10:31 +0000 (17:10 +0200)]
updated for version 7.3.484
Problem:    The -E and --echo-wid command line arguments are not mentioned in
            "vim --help".
Solution:   Add the help lines. (Dominique Pelle)

13 years agoupdated for version 7.3.483 v7.3.483
Bram Moolenaar [Wed, 28 Mar 2012 14:49:29 +0000 (16:49 +0200)]
updated for version 7.3.483
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)

13 years agoupdated for version 7.3.482 v7.3.482
Bram Moolenaar [Wed, 28 Mar 2012 12:19:50 +0000 (14:19 +0200)]
updated for version 7.3.482
Problem:    With 'cursorbind' set moving up/down does not always keep the same
            column.
Solution:   Set curswant appropriately. (Gary Johnson)

13 years agoupdated for version 7.3.481 v7.3.481
Bram Moolenaar [Wed, 28 Mar 2012 10:59:57 +0000 (12:59 +0200)]
updated for version 7.3.481
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.

13 years agoupdated for version 7.3.480 v7.3.480
Bram Moolenaar [Fri, 23 Mar 2012 17:39:18 +0000 (18:39 +0100)]
updated for version 7.3.480
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)

13 years agoupdated for version 7.3.479 v7.3.479
Bram Moolenaar [Fri, 23 Mar 2012 15:25:17 +0000 (16:25 +0100)]
updated for version 7.3.479
Problem:    When 'cursorline' is set the line number highlighting can't be set
            separately.
Solution:   Add "CursorLineNr". (Howard Buchholz)

13 years agoupdated for version 7.3.478 v7.3.478
Bram Moolenaar [Fri, 23 Mar 2012 14:37:02 +0000 (15:37 +0100)]
updated for version 7.3.478
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)

13 years agoupdated for version 7.3.477 v7.3.477
Bram Moolenaar [Fri, 23 Mar 2012 14:18:24 +0000 (15:18 +0100)]
updated for version 7.3.477
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)

13 years agoupdated for version 7.3.476 v7.3.476
Bram Moolenaar [Fri, 23 Mar 2012 13:16:23 +0000 (14:16 +0100)]
updated for version 7.3.476
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)

13 years agoupdated for version 7.3.475 v7.3.475
Bram Moolenaar [Fri, 16 Mar 2012 19:16:46 +0000 (20:16 +0100)]
updated for version 7.3.475
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)

13 years agoupdated for version 7.3.474 v7.3.474
Bram Moolenaar [Fri, 16 Mar 2012 18:34:47 +0000 (19:34 +0100)]
updated for version 7.3.474
Problem:    Perl build with gcc 4 fails.
Solution:   Remove XS() statements. (Yasuhiro Matsumoto)

13 years agoupdated for version 7.3.473 v7.3.473
Bram Moolenaar [Fri, 16 Mar 2012 18:24:26 +0000 (19:24 +0100)]
updated for version 7.3.473
Problem:    'cursorbind' does not work correctly in combination with
            'virtualedit' set to "all".
Solution:   Copy coladd. (Gary Johnson)

13 years agoupdated for version 7.3.472 v7.3.472
Bram Moolenaar [Fri, 16 Mar 2012 18:07:58 +0000 (19:07 +0100)]
updated for version 7.3.472
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)

13 years agoupdated for version 7.3.471 v7.3.471
Bram Moolenaar [Fri, 16 Mar 2012 13:32:15 +0000 (14:32 +0100)]
updated for version 7.3.471
Problem:    Can't abort listing placed signs.
Solution:   Check "got_int". (Christian Brabandt)

13 years agoUpdated runtime files. Add Dutch translations.
Bram Moolenaar [Sun, 11 Mar 2012 14:57:40 +0000 (15:57 +0100)]
Updated runtime files.  Add Dutch translations.

13 years agoupdated for version 7.3.470 v7.3.470
Bram Moolenaar [Wed, 7 Mar 2012 21:55:20 +0000 (22:55 +0100)]
updated for version 7.3.470
Problem:    Test 62 fails when compiled without GUI and X11.
Solution:   Don't test :drop when it is not supported.

13 years agoupdated for version 7.3.469 v7.3.469
Bram Moolenaar [Wed, 7 Mar 2012 21:52:36 +0000 (22:52 +0100)]
updated for version 7.3.469
Problem:    Compiler warning for unused argument without some features.
Solution:   Add UNUSED.

13 years agoupdated for version 7.3.468 v7.3.468
Bram Moolenaar [Wed, 7 Mar 2012 19:13:49 +0000 (20:13 +0100)]
updated for version 7.3.468
Problem:    For some compilers the error file is not easily readable.
Solution:   Use QuickFixCmdPre for more commands. (Marcin Szamotulski)

13 years agoupdated for version 7.3.467 v7.3.467
Bram Moolenaar [Wed, 7 Mar 2012 18:38:55 +0000 (19:38 +0100)]
updated for version 7.3.467
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.

13 years agoupdated for version 7.3.466 v7.3.466
Bram Moolenaar [Wed, 7 Mar 2012 18:30:36 +0000 (19:30 +0100)]
updated for version 7.3.466
Problem:    Get ml_get error hen ":behave mswin" was used and selecting
            several lines.  (A. Sinan Unur)
Solution:   Adjust the end of the operation. (Christian Brabandt)