]> granicus.if.org Git - vim/log
vim
10 years agoupdated for version 7.4.513 v7.4.513
Bram Moolenaar [Wed, 12 Nov 2014 17:49:16 +0000 (18:49 +0100)]
updated for version 7.4.513
Problem:    Crash because reference count is wrong for list returned by
            getreg().
Solution:   Increment the reference count. (Kimmy Lindvall)

10 years agoupdated for version 7.4.512 v7.4.512
Bram Moolenaar [Wed, 12 Nov 2014 15:10:48 +0000 (16:10 +0100)]
updated for version 7.4.512
Problem:    Cannot generate prototypes for Win32 files and VMS.
Solution:   Add typedefs and #ifdef

10 years agoupdated for version 7.4.511 v7.4.511
Bram Moolenaar [Wed, 12 Nov 2014 15:05:04 +0000 (16:05 +0100)]
updated for version 7.4.511
Problem:    Generating proto for if_ruby.c uses type not defined elsewhere.
Solution:   Do not generate a prototype for
            rb_gc_writebarrier_unprotect_promoted()

10 years agoupdated for version 7.4.510 v7.4.510
Bram Moolenaar [Wed, 12 Nov 2014 14:45:21 +0000 (15:45 +0100)]
updated for version 7.4.510
Problem:    "-fwrapv" argument breaks use of cproto.
Solution:   Remove the alphabetic arguments in a drastic way.

10 years agoupdated for version 7.4.509 v7.4.509
Bram Moolenaar [Wed, 12 Nov 2014 14:15:42 +0000 (15:15 +0100)]
updated for version 7.4.509
Problem:    Users are not aware their encryption is weak.
Solution:   Give a warning when prompting for the key.

10 years agoupdated for version 7.4.508 v7.4.508
Bram Moolenaar [Wed, 12 Nov 2014 12:07:53 +0000 (13:07 +0100)]
updated for version 7.4.508
Problem:    When generating ja.sjis.po the header is not correctly adjusted.
Solution:   Check for the right header string. (Ken Takata)

10 years agoupdated for version 7.4.507 v7.4.507
Bram Moolenaar [Thu, 6 Nov 2014 09:03:01 +0000 (10:03 +0100)]
updated for version 7.4.507
Problem:    Building with MingW and Perl.
Solution:   Remove quotes. (Ken Takata)

10 years agoupdated for version 7.4.506 v7.4.506
Bram Moolenaar [Wed, 5 Nov 2014 18:33:24 +0000 (19:33 +0100)]
updated for version 7.4.506
Problem:    MS-Windows: Cannot open a file with 259 characters.
Solution:   Fix off-by-one error. (Ken Takata)

10 years agoupdated for version 7.4.505 v7.4.505
Bram Moolenaar [Wed, 5 Nov 2014 17:36:03 +0000 (18:36 +0100)]
updated for version 7.4.505
Problem:    On MS-Windows when 'encoding' is a double-byte encoding a file
            name longer than MAX_PATH bytes but shorter than that in
            characters causes problems.
Solution:   Fail on file names longer than MAX_PATH bytes. (Ken Takata)

10 years agoupdated for version 7.4.504 v7.4.504
Bram Moolenaar [Wed, 5 Nov 2014 17:18:17 +0000 (18:18 +0100)]
updated for version 7.4.504
Problem:    Restriction of the MS-Windows installer that the path must end in
            "Vim" prevents installing more than one version.
Solution:   Remove the restriction. (Tim Lebedkov)

10 years agoupdated for version 7.4.503 v7.4.503
Bram Moolenaar [Wed, 5 Nov 2014 17:06:01 +0000 (18:06 +0100)]
updated for version 7.4.503
Problem:    Cannot append a list of lines to a file.
Solution:   Add the append option to writefile(). (Yasuhiro Matsumoto)

10 years agoupdated for version 7.4.502 v7.4.502
Bram Moolenaar [Wed, 5 Nov 2014 16:44:52 +0000 (17:44 +0100)]
updated for version 7.4.502
Problem:    Language mapping also applies to mapped characters.
Solution:   Add the 'langnoremap' option, when on 'langmap' does not apply to
            mapped characters. (Christian Brabandt)

10 years agoupdated for version 7.4.501 v7.4.501
Bram Moolenaar [Wed, 5 Nov 2014 16:04:18 +0000 (17:04 +0100)]
updated for version 7.4.501
Problem:    Typo in file pattern.
Solution:   Insert a slash and remove a dot.

10 years agoUpdate runtime files.
Bram Moolenaar [Wed, 5 Nov 2014 16:02:17 +0000 (17:02 +0100)]
Update runtime files.

10 years agoupdated for version 7.4.500 v7.4.500
Bram Moolenaar [Wed, 5 Nov 2014 15:39:28 +0000 (16:39 +0100)]
updated for version 7.4.500
Problem:    Test 72 still fails once in a while.
Solution:   Don't set 'fileformat' to unix, reset it. (Ken Takata)

10 years agoupdated for version 7.4.499 v7.4.499
Bram Moolenaar [Wed, 5 Nov 2014 15:03:44 +0000 (16:03 +0100)]
updated for version 7.4.499
Problem:    substitute() can be slow with long strings.
Solution:   Store a pointer to the end, instead of calling strlen() every
            time. (Ozaki Kiichi)

10 years agoupdated for version 7.4.498 v7.4.498
Bram Moolenaar [Wed, 5 Nov 2014 14:46:09 +0000 (15:46 +0100)]
updated for version 7.4.498
Problem:    Typo in DOS makefile.
Solution:   Change exists to exist. (Ken Takata)

10 years agoupdated for version 7.4.497 v7.4.497
Bram Moolenaar [Wed, 5 Nov 2014 13:27:36 +0000 (14:27 +0100)]
updated for version 7.4.497
Problem:    With some regexp patterns the NFA engine uses many states and
            becomes very slow.  To the user it looks like Vim freezes.
Solution:   When the number of states reaches a limit fall back to the old
            engine. (Christian Brabandt)

10 years agoupdated for version 7.4.496 v7.4.496
Bram Moolenaar [Wed, 5 Nov 2014 12:53:32 +0000 (13:53 +0100)]
updated for version 7.4.496
Problem:    Many lines are both in Make_cyg.mak and Make_ming.mak
Solution:   Move the common parts to one file. (Ken Takata)

10 years agoupdated for version 7.4.495 v7.4.495
Bram Moolenaar [Wed, 5 Nov 2014 12:43:21 +0000 (13:43 +0100)]
updated for version 7.4.495
Problem:    XPM isn't used correctly in the Cygwin Makefile.
Solution:   Include the rules like in Make_ming.mak. (Ken Takata)

10 years agoupdated for version 7.4.494 v7.4.494
Bram Moolenaar [Wed, 5 Nov 2014 08:53:23 +0000 (09:53 +0100)]
updated for version 7.4.494
Problem:    Cursor shape is wrong after a CompleteDone autocommand.
Solution:   Update the cursor and mouse shape after ":normal" restores the
            state. (Jacob Niehus)

10 years agoupdated for version 7.4.493 v7.4.493
Bram Moolenaar [Fri, 31 Oct 2014 18:51:36 +0000 (19:51 +0100)]
updated for version 7.4.493
Problem:    A TextChanged autocommand is triggered when saving a file.
            (William Gardner)
Solution:   Update last_changedtick after calling unchanged(). (Christian
            Brabandt)

10 years agoupdated for version 7.4.492 v7.4.492
Bram Moolenaar [Fri, 31 Oct 2014 18:20:36 +0000 (19:20 +0100)]
updated for version 7.4.492
Problem:    In Insert mode, after inserting a newline that inserts a comment
            leader, CTRL-O moves to the right. (ZyX) Issue 57.
Solution:   Correct the condition for moving the cursor back to the NUL.
            (Christian Brabandt)

10 years agoupdated for version 7.4.491 v7.4.491
Bram Moolenaar [Fri, 31 Oct 2014 14:45:52 +0000 (15:45 +0100)]
updated for version 7.4.491
Problem:    When winrestview() has a negative "topline" value there are
            display errors.
Solution:   Correct a negative value to 1. (Hirohito Higashi)

10 years agoupdated for version 7.4.490 v7.4.490
Bram Moolenaar [Fri, 31 Oct 2014 12:54:25 +0000 (13:54 +0100)]
updated for version 7.4.490
Problem:    Cannot specify the buffer to use for "do" and "dp", making them
            useless for three-way diff.
Solution:   Use the count as the buffer number. (James McCoy)

10 years agoupdated for version 7.4.489 v7.4.489
Bram Moolenaar [Fri, 31 Oct 2014 11:42:01 +0000 (12:42 +0100)]
updated for version 7.4.489
Problem:    Cursor movement still wrong when 'lbr' is set and there is a
            number column. (Hirohito Higashi)
Solution:   Add correction for number column. (Hiroyuki Takagi)

10 years agoupdated for version 7.4.488 v7.4.488
Bram Moolenaar [Wed, 22 Oct 2014 20:09:01 +0000 (22:09 +0200)]
updated for version 7.4.488
Problem:    test_mapping fails for some people.
Solution:   Set the 'encoding' option. (Ken Takata)

10 years agoAdd the missing test files.
Bram Moolenaar [Tue, 21 Oct 2014 20:36:31 +0000 (22:36 +0200)]
Add the missing test files.

10 years agoupdated for version 7.4.487 v7.4.487
Bram Moolenaar [Tue, 21 Oct 2014 18:57:15 +0000 (20:57 +0200)]
updated for version 7.4.487
Problem:    ":sign jump" may use another window even though the file is
            already edited in the current window.
Solution:   First check if the file is in the current window. (James McCoy)

10 years agoupdated for version 7.4.486 v7.4.486
Bram Moolenaar [Tue, 21 Oct 2014 18:01:58 +0000 (20:01 +0200)]
updated for version 7.4.486
Problem:    Check for writing to a yank register is wrong.
Solution:   Negate the check. (Zyx).  Also clean up the #ifdefs.

10 years agoupdated for version 7.4.485 v7.4.485
Bram Moolenaar [Tue, 21 Oct 2014 17:35:31 +0000 (19:35 +0200)]
updated for version 7.4.485
Problem:    Abbreviations don't work. (Toothpik)
Solution:   Move the length computation inside the for loop.  Compare against
            the unescaped key.

10 years agoupdated for version 7.4.484 v7.4.484
Bram Moolenaar [Tue, 21 Oct 2014 16:17:09 +0000 (18:17 +0200)]
updated for version 7.4.484
Problem:    Compiler warning on MS-Windows. (Ken Takata)
Solution:   Add type cast.

10 years agoupdated for version 7.4.483 v7.4.483
Bram Moolenaar [Tue, 21 Oct 2014 14:22:17 +0000 (16:22 +0200)]
updated for version 7.4.483
Problem:    A 0x80 byte is not handled correctly in abbreviations.
Solution:   Unescape special characters. Add a test. (Christian Brabandt)

10 years agoupdated for version 7.4.482 v7.4.482
Bram Moolenaar [Tue, 21 Oct 2014 12:15:17 +0000 (14:15 +0200)]
updated for version 7.4.482
Problem:    When 'balloonexpr' results in a list, the text has a trailing
            newline. (Lcd)
Solution:   Remove one trailing newline.

10 years agoupdated for version 7.4.481 v7.4.481
Bram Moolenaar [Thu, 16 Oct 2014 18:35:36 +0000 (20:35 +0200)]
updated for version 7.4.481
Problem:    Compiler warning on MS-Windows.
Solution:   Add type casts. (Ken Takata)

10 years agoupdated for version 7.4.480 v7.4.480
Bram Moolenaar [Thu, 16 Oct 2014 14:16:37 +0000 (16:16 +0200)]
updated for version 7.4.480
Problem:    MS-Windows: Can't build.
Solution:   Remove goto, use a flag instead.

10 years agoUpdate runtime files and translations.
Bram Moolenaar [Wed, 15 Oct 2014 20:51:52 +0000 (22:51 +0200)]
Update runtime files and translations.

10 years agoupdated for version 7.4.479 v7.4.479
Bram Moolenaar [Wed, 15 Oct 2014 20:50:10 +0000 (22:50 +0200)]
updated for version 7.4.479
Problem:    MS-Windows: The console title can be wrong.
Solution:   Take the encoding into account. When restoring the title use the
            right function. (Yasuhiro Matsumoto)

10 years agoupdated for version 7.4.478 v7.4.478
Bram Moolenaar [Wed, 15 Oct 2014 19:26:40 +0000 (21:26 +0200)]
updated for version 7.4.478
Problem:    Using byte length instead of character length for 'showbreak'.
Solution:   Compute the character length. (Marco Hinz)

10 years agoupdated for version 7.4.477 v7.4.477
Bram Moolenaar [Wed, 15 Oct 2014 10:56:49 +0000 (12:56 +0200)]
updated for version 7.4.477
Problem:    When using ":%diffput" and the other file is empty an extra empty
            line remains.
Solution:   Set the buf_empty flag.

10 years agoupdated for version 7.4.476 v7.4.476
Bram Moolenaar [Wed, 15 Oct 2014 10:07:11 +0000 (12:07 +0200)]
updated for version 7.4.476
Problem:    MingW: compiling with "XPM=no" doesn't work.
Solution:   Check for the "no" value. (KF Leong)  Also for Cygwin. (Ken
            Takata)

10 years agoupdated for version 7.4.475 v7.4.475
Bram Moolenaar [Sat, 11 Oct 2014 12:47:26 +0000 (14:47 +0200)]
updated for version 7.4.475
Problem:    Can't compile on a system where Xutf8SetWMProperties() is not in
            the X11 library.  Issue 265.
Solution:   Add a configure check.

10 years agoupdated for version 7.4.474 v7.4.474
Bram Moolenaar [Sat, 11 Oct 2014 10:48:26 +0000 (12:48 +0200)]
updated for version 7.4.474
Problem:    AIX compiler can't handle // comment.  Issue 265.
Solution:   Remove that line.

10 years agoupdated for version 7.4.473 v7.4.473
Bram Moolenaar [Fri, 10 Oct 2014 13:34:33 +0000 (15:34 +0200)]
updated for version 7.4.473
Problem:    Cursor movement is incorrect when there is a number
            column/sign/fold column and 'sbr' is displayed.
Solution:   Adjust the column for 'sbr'. (Christian Brabandt)

10 years agoupdated for version 7.4.472 v7.4.472
Bram Moolenaar [Fri, 10 Oct 2014 13:28:46 +0000 (15:28 +0200)]
updated for version 7.4.472
Problem:    The "precedes" entry in 'listchar' will be drawn when 'showbreak
            is set and list is not.
Solution:   Only draw this character when 'list' is on. (Christian Brabandt)

10 years agoupdated for version 7.4.471 v7.4.471
Bram Moolenaar [Thu, 9 Oct 2014 15:05:56 +0000 (17:05 +0200)]
updated for version 7.4.471
Problem:    MS-Windows: When printer name contains multi-byte, the name is
            displayed as ???.
Solution:   Convert the printer name from the active codepage to 'encoding'.
            (Yasuhiro Matsumoto)

10 years agoupdated for version 7.4.470 v7.4.470
Bram Moolenaar [Thu, 9 Oct 2014 13:37:06 +0000 (15:37 +0200)]
updated for version 7.4.470
Problem:    Test 11 and 100 do not work properly on Windows.
Solution:   Avoid using feedkeys(). (Ken Takata)

10 years agoupdated for version 7.4.469 v7.4.469
Bram Moolenaar [Thu, 9 Oct 2014 12:48:30 +0000 (14:48 +0200)]
updated for version 7.4.469
Problem:    Can't build with MSVC. (Ken Takata)
Solution:   Move the assignment after the declarations.

10 years agoupdated for version 7.4.468 v7.4.468
Bram Moolenaar [Thu, 9 Oct 2014 11:36:16 +0000 (13:36 +0200)]
updated for version 7.4.468
Problem:    Issue 26: CTRL-C does not interrupt after it was mapped and then
            unmapped.
Solution:   Reset mapped_ctrl_c. (Christian Brabandt)

10 years agoupdated for version 7.4.467 v7.4.467
Bram Moolenaar [Thu, 9 Oct 2014 11:24:43 +0000 (13:24 +0200)]
updated for version 7.4.467

10 years agoupdated for version 7.4.466 v7.4.466
Bram Moolenaar [Thu, 9 Oct 2014 08:44:37 +0000 (10:44 +0200)]
updated for version 7.4.466
Problem:    CTRL-W } does not open preview window. (Erik Falor)
Solution:   Don't set g_do_tagpreview for CTRL-W }.

10 years agoupdated for version 7.4.465 v7.4.465
Bram Moolenaar [Tue, 7 Oct 2014 08:38:40 +0000 (10:38 +0200)]
updated for version 7.4.465
Problem:    Crash when expanding a very long string.
Solution:   Use wsncpy() instead of wcscpy(). (Ken Takata)

10 years agoupdated for version 7.4.464 v7.4.464
Bram Moolenaar [Mon, 6 Oct 2014 16:10:09 +0000 (18:10 +0200)]
updated for version 7.4.464
Problem:    Compiler warning.
Solution:   Add type cast. (Ken Takata)

10 years agoUpdate runtime files.
Bram Moolenaar [Wed, 1 Oct 2014 23:41:41 +0000 (01:41 +0200)]
Update runtime files.

10 years agoupdated for version 7.4.463 v7.4.463
Bram Moolenaar [Mon, 29 Sep 2014 16:08:59 +0000 (18:08 +0200)]
updated for version 7.4.463
Problem:    Test 86 and 87 may hang on MS-Windows.
Solution:   Call inputrestore() after inputsave(). (Ken Takata)

10 years agoupdated for version 7.4.462 v7.4.462
Bram Moolenaar [Mon, 29 Sep 2014 15:15:18 +0000 (17:15 +0200)]
updated for version 7.4.462
Problem:    Setting the local value of 'backupcopy' empty gives an error.
            (Peter Mattern)
Solution:   When using an empty value set the flags to zero. (Hirohito
            Higashi)

10 years agoupdated for version 7.4.461 v7.4.461
Bram Moolenaar [Sat, 27 Sep 2014 09:18:19 +0000 (11:18 +0200)]
updated for version 7.4.461
Problem:    MS-Windows: When collate is on the number of copies is too high.
Solution:   Only set the collated/uncollated count when collate is on.
            (Yasuhiro Matsumoto)

10 years agoupdated for version 7.4.460 v7.4.460
Bram Moolenaar [Wed, 24 Sep 2014 11:26:44 +0000 (13:26 +0200)]
updated for version 7.4.460
Problem:    Can't build without the quickfix feature. (Erik Falor)
Solution:   Add a #ifdef.

10 years agoupdated for version 7.4.459 v7.4.459
Bram Moolenaar [Tue, 23 Sep 2014 19:53:41 +0000 (21:53 +0200)]
updated for version 7.4.459
Problem:    Can't change the icon after building Vim.
Solution:   Load the icon from a file on startup. (Yasuhiro Matsumoto)

10 years agoupdated for version 7.4.458 v7.4.458
Bram Moolenaar [Tue, 23 Sep 2014 16:37:56 +0000 (18:37 +0200)]
updated for version 7.4.458
Problem:    Issue 252: Cursor moves in a zero-height window.
Solution:   Check for zero height. (idea by Christian Brabandt)

10 years agoupdated for version 7.4.457 v7.4.457
Bram Moolenaar [Tue, 23 Sep 2014 14:49:46 +0000 (16:49 +0200)]
updated for version 7.4.457
Problem:    Using getchar() in an expression mapping may result in
            K_CURSORHOLD, which can't be recognized.
Solution:   Add the <CursorHold> key.  (Hirohito Higashi)

10 years agoupdated for version 7.4.456 v7.4.456
Bram Moolenaar [Tue, 23 Sep 2014 13:45:08 +0000 (15:45 +0200)]
updated for version 7.4.456
Problem:    'backupcopy' is global, cannot write only some files in a
            different way.
Solution:   Make 'backupcopy' global-local. (Christian Brabandt)

10 years agoupdated for version 7.4.455 v7.4.455
Bram Moolenaar [Tue, 23 Sep 2014 12:24:40 +0000 (14:24 +0200)]
updated for version 7.4.455
Problem:    Completion for :buf does not use 'wildignorecase'. (Akshay H)
Solution:   Pass the 'wildignorecase' flag around.

10 years agoupdated for version 7.4.454 v7.4.454
Bram Moolenaar [Tue, 23 Sep 2014 11:48:43 +0000 (13:48 +0200)]
updated for version 7.4.454
Problem:    When using a Visual selection of multiple words and doing CTRL-W_]
            it jumps to the tag matching the word under the cursor, not the
            selected text.  (Patrick hemmer)
Solution:   Do not reset Visual mode. (idea by Christian Brabandt)

10 years agoUpdated runtime files.
Bram Moolenaar [Fri, 19 Sep 2014 20:38:48 +0000 (22:38 +0200)]
Updated runtime files.

10 years agoupdated for version 7.4.453 v7.4.453
Bram Moolenaar [Fri, 19 Sep 2014 20:23:26 +0000 (22:23 +0200)]
updated for version 7.4.453
Problem:    Still can't build with tiny features.
Solution:   Add #ifdef.

10 years agoupdated for version 7.4.452 v7.4.452
Bram Moolenaar [Fri, 19 Sep 2014 20:05:53 +0000 (22:05 +0200)]
updated for version 7.4.452
Problem:    Can't build with tiny features. (Tony Mechelynck)
Solution:   Use "return" instead of "break".

10 years agoupdated for version 7.4.451 v7.4.451
Bram Moolenaar [Fri, 19 Sep 2014 18:45:23 +0000 (20:45 +0200)]
updated for version 7.4.451
Problem:    Calling system() with empty input gives an error for writing the
            temp file.
Solution:   Do not try writing if the string length is zero. (Olaf Dabrunz)

10 years agoupdated for version 7.4.450 v7.4.450
Bram Moolenaar [Fri, 19 Sep 2014 18:07:26 +0000 (20:07 +0200)]
updated for version 7.4.450
Problem:    Not all commands that edit another buffer support the +cmd
            argument.
Solution:   Add the +cmd argument to relevant commands. (Marcin Szamotulski)

10 years agoupdated for version 7.4.449 v7.4.449
Bram Moolenaar [Fri, 19 Sep 2014 17:39:34 +0000 (19:39 +0200)]
updated for version 7.4.449
Problem:    Can't easily close the help window. (Chris Gaal)
Solution:   Add ":helpclose". (Christian Brabandt)

10 years agoupdated for version 7.4.448 v7.4.448
Bram Moolenaar [Fri, 19 Sep 2014 14:13:53 +0000 (16:13 +0200)]
updated for version 7.4.448
Problem:    Using ETO_IGNORELANGUAGE causes problems.
Solution:   Remove this flag. (Paul Moore)

10 years agoupdated for version 7.4.447 v7.4.447
Bram Moolenaar [Fri, 19 Sep 2014 14:04:11 +0000 (16:04 +0200)]
updated for version 7.4.447
Problem:    Spell files from Hunspell may generate a lot of errors.
Solution:   Add the IGNOREEXTRA flag.

10 years agoupdated for version 7.4.446 v7.4.446
Bram Moolenaar [Fri, 19 Sep 2014 12:26:36 +0000 (14:26 +0200)]
updated for version 7.4.446
Problem:    In some situations, when setting up an environment to trigger an
            autocommand, the environment is not properly restored.
Solution:   Check the return value of switch_win() and call restore_win()
            always.  (Daniel Hahler)

10 years agoupdated for version 7.4.445 v7.4.445
Bram Moolenaar [Fri, 19 Sep 2014 11:46:52 +0000 (13:46 +0200)]
updated for version 7.4.445
Problem:    Clipboard may be cleared on startup.
Solution:   Set clip_did_set_selection to -1 during startup. (Christian
            Brabandt)

10 years agoupdated for version 7.4.444 v7.4.444
Bram Moolenaar [Mon, 15 Sep 2014 12:25:54 +0000 (14:25 +0200)]
updated for version 7.4.444
Problem:    Reversed question mark not recognized as punctuation. (Issue 258)
Solution:   Add the Supplemental Punctuation range.

10 years agoupdated for version 7.4.443 v7.4.443
Bram Moolenaar [Thu, 11 Sep 2014 20:50:09 +0000 (22:50 +0200)]
updated for version 7.4.443
Problem:    Error reported by ubsan when running test 72.
Solution:   Add type cast to unsigned. (Dominique Pelle)

10 years agoupdated for version 7.4.442 v7.4.442
Bram Moolenaar [Tue, 9 Sep 2014 21:11:49 +0000 (23:11 +0200)]
updated for version 7.4.442
Problem:    Using unitinialized variable.
Solution:   Pass the first window of the tabpage.

10 years agoUpdate runtime files.
Bram Moolenaar [Tue, 9 Sep 2014 16:48:09 +0000 (18:48 +0200)]
Update runtime files.

10 years agoupdated for version 7.4.441 v7.4.441
Bram Moolenaar [Tue, 9 Sep 2014 16:45:49 +0000 (18:45 +0200)]
updated for version 7.4.441
Problem:    Endless loop and other problems when 'cedit' is set to CTRL-C.
Solution:   Do not call ex_window() when ex_normal_busy or got_int was set.
            (Yasuhiro Matsumoto)

10 years agoupdated for version 7.4.440 v7.4.440
Bram Moolenaar [Tue, 9 Sep 2014 16:29:33 +0000 (18:29 +0200)]
updated for version 7.4.440
Problem:    Omni complete popup drawn incorrectly.
Solution:   Call validate_cursor() instead of check_cursor(). (Hirohito
            Higashi)

10 years agoupdated for version 7.4.439 v7.4.439
Bram Moolenaar [Tue, 9 Sep 2014 15:47:38 +0000 (17:47 +0200)]
updated for version 7.4.439
Problem:    Duplicate message in message history.  Some quickfix messages
            appear twice. (Gary Johnson)
Solution:   Do not reset keep_msg too early. (Hirohito Higashi)

10 years agoupdated for version 7.4.438 v7.4.438
Bram Moolenaar [Tue, 9 Sep 2014 15:33:07 +0000 (17:33 +0200)]
updated for version 7.4.438
Problem:    Cached values for 'cino' not reset for ":set all&".
Solution:   Call parse_cino(). (Yukihiro Nakadaira)

10 years agoupdated for version 7.4.437 v7.4.437
Bram Moolenaar [Tue, 9 Sep 2014 15:18:49 +0000 (17:18 +0200)]
updated for version 7.4.437
Problem:    New and old regexp engine are not consistent.
Solution:   Also give an error for "\ze*" for the old regexp engine.

10 years agoupdated for version 7.4.436 v7.4.436
Bram Moolenaar [Tue, 9 Sep 2014 14:59:38 +0000 (16:59 +0200)]
updated for version 7.4.436
Problem:    ml_get error for autocommand that moves the cursor of the current
            window.
Solution:   Check the cursor position after switching back to the current
            buffer.  (Christian Brabandt)

10 years agoupdated for version 7.4.435 v7.4.435
Bram Moolenaar [Tue, 9 Sep 2014 14:32:39 +0000 (16:32 +0200)]
updated for version 7.4.435
Problem:    Line formatting behaves differently when 'linebreak' is set.
            (mvxxc)
Solution:   Disable 'linebreak' temporarily. (Christian Brabandt)

10 years agoupdated for version 7.4.434 v7.4.434
Bram Moolenaar [Tue, 9 Sep 2014 14:13:08 +0000 (16:13 +0200)]
updated for version 7.4.434
Problem:    gettabvar() is not consistent with getwinvar() and getbufvar().
Solution:   Return a dict with all variables when the varname is empty.
            (Yasuhiro Matsumoto)

10 years agoupdated for version 7.4.433 v7.4.433
Bram Moolenaar [Tue, 9 Sep 2014 11:52:58 +0000 (13:52 +0200)]
updated for version 7.4.433
Problem:    Test 75 fails on MS-Windows.
Solution:   Use ":normal" instead of feedkeys(). (Michael Soyka)

10 years agoupdated for version 7.4.432 v7.4.432
Bram Moolenaar [Tue, 9 Sep 2014 10:25:33 +0000 (12:25 +0200)]
updated for version 7.4.432
Problem:    When the startup code expands command line arguments, setting
            'encoding' will not properly convert the arguments.
Solution:   Call get_cmd_argsW() early in main(). (Yasuhiro Matsumoto)

10 years agoupdated for version 7.4.431 v7.4.431
Bram Moolenaar [Tue, 9 Sep 2014 10:22:06 +0000 (12:22 +0200)]
updated for version 7.4.431
Problem:    Compiler warning.
Solution:   Add type cast. (Mike Williams)

10 years agoupdated for version 7.4.430 v7.4.430
Bram Moolenaar [Sat, 30 Aug 2014 16:10:18 +0000 (18:10 +0200)]
updated for version 7.4.430
Problem:    test_listlbr fails when compiled with normal features.
Solution:   Check for the +conceal feature.

10 years agoupdated for version 7.4.429 v7.4.429
Bram Moolenaar [Sat, 30 Aug 2014 11:32:06 +0000 (13:32 +0200)]
updated for version 7.4.429
Problem:    Build fails with fewer features. (Elimar Riesebieter)
Solution:   Add #ifdef.

10 years agoupdated for version 7.4.428 v7.4.428
Bram Moolenaar [Fri, 29 Aug 2014 15:45:32 +0000 (17:45 +0200)]
updated for version 7.4.428
Problem:    executable() may return a wrong result on MS-Windows.
Solution:   Change the way SearchPath() is called. (Yasuhiro Matsumoto, Ken
            Takata)

10 years agoupdated for version 7.4.427 v7.4.427
Bram Moolenaar [Fri, 29 Aug 2014 13:53:52 +0000 (15:53 +0200)]
updated for version 7.4.427
Problem:    When an InsertCharPre autocommand executes system() typeahead may
            be echoed and messes up the display. (Jacob Niehus)
Solution:   Do not set cooked mode when invoked from ":silent".

10 years agoupdated for version 7.4.426 v7.4.426
Bram Moolenaar [Fri, 29 Aug 2014 13:12:54 +0000 (15:12 +0200)]
updated for version 7.4.426
Problem:    README File missing from list of files.
Solution:   Update the list of files.

10 years agoUpdate runtime files.
Bram Moolenaar [Fri, 29 Aug 2014 13:12:19 +0000 (15:12 +0200)]
Update runtime files.

10 years agoupdated for version 7.4.425 v7.4.425
Bram Moolenaar [Fri, 29 Aug 2014 12:20:51 +0000 (14:20 +0200)]
updated for version 7.4.425
Problem:    When 'showbreak' is used "gj" may move to the wrong position.
            (Nazri Ramliy)
Solution:   Adjust virtcol when 'showbreak' is set. (Christian Brabandt)

10 years agoupdated for version 7.4.424 v7.4.424
Bram Moolenaar [Fri, 29 Aug 2014 11:49:52 +0000 (13:49 +0200)]
updated for version 7.4.424
Problem:    Get ml_get error when using Python to delete lines in a buffer
            that is not in a window.  issue 248.
Solution:   Do not try adjusting the cursor for a different buffer.

10 years agoupdated for version 7.4.423 v7.4.423
Bram Moolenaar [Fri, 29 Aug 2014 10:58:44 +0000 (12:58 +0200)]
updated for version 7.4.423
Problem:    expand("$shell") does not work as documented.
Solution:   Do not escape the $ when expanding environment variables.

10 years agoupdated for version 7.4.422 v7.4.422
Bram Moolenaar [Fri, 29 Aug 2014 10:08:43 +0000 (12:08 +0200)]
updated for version 7.4.422
Problem:    When using conceal with linebreak some text is not displayed
            correctly. (GrĂ¼ner Gimpel)
Solution:   Check for conceal mode when using linebreak. (Christian Brabandt)

10 years agoupdated for version 7.4.421 v7.4.421
Bram Moolenaar [Fri, 29 Aug 2014 09:56:32 +0000 (11:56 +0200)]
updated for version 7.4.421
Problem:    Crash when searching for "\ze*". (Urtica Dioica)
Solution:   Disallow a multi after \ze and \zs.