]> granicus.if.org Git - vim/log
vim
10 years agoupdated for version 7.4.624 v7.4.624
Bram Moolenaar [Tue, 10 Feb 2015 17:34:01 +0000 (18:34 +0100)]
updated for version 7.4.624
Problem:    May leak memory or crash when vim_realloc() returns NULL.
Solution:   Handle a NULL value properly. (Mike Williams)

10 years agoupdated for version 7.4.623 v7.4.623
Bram Moolenaar [Tue, 10 Feb 2015 17:18:17 +0000 (18:18 +0100)]
updated for version 7.4.623
Problem:    Crash with pattern: \(\)\{80000}  (Dominique Pelle)
Solution:   When the max limit is large fall back to the old engine.

10 years agoupdated for version 7.4.622 v7.4.622
Bram Moolenaar [Thu, 5 Feb 2015 19:29:59 +0000 (20:29 +0100)]
updated for version 7.4.622
Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.

10 years agoupdated for version 7.4.621 v7.4.621
Bram Moolenaar [Wed, 4 Feb 2015 22:08:01 +0000 (23:08 +0100)]
updated for version 7.4.621
Problem:    Returning 1 in the wrong function. (Raymond Ko)
Solution:   Return 1 in the right function (hopefully).

10 years agoupdated for version 7.4.620 v7.4.620
Bram Moolenaar [Wed, 4 Feb 2015 22:06:45 +0000 (23:06 +0100)]
updated for version 7.4.620
Problem:    Compiler warning for unitinialized variable. (Tony Mechelynck)
Solution:   Initialize "did_free". (Ben Fritz)

10 years agoupdated for version 7.4.619 v7.4.619
Bram Moolenaar [Wed, 4 Feb 2015 21:02:37 +0000 (22:02 +0100)]
updated for version 7.4.619
Problem:    luaV_setref() not returning the correct value.
Solution:   Return one.

10 years agoupdated for version 7.4.618 v7.4.618
Bram Moolenaar [Tue, 3 Feb 2015 22:10:46 +0000 (23:10 +0100)]
updated for version 7.4.618
Problem:    luaV_setref() is missing a return statement. (Ozaki Kiichi)
Solution:   Put the return statement back.

10 years agoUpdate runtime files.
Bram Moolenaar [Tue, 3 Feb 2015 18:13:34 +0000 (19:13 +0100)]
Update runtime files.

10 years agoupdated for version 7.4.617 v7.4.617
Bram Moolenaar [Tue, 3 Feb 2015 18:10:53 +0000 (19:10 +0100)]
updated for version 7.4.617
Problem:    Wrong ":argdo" range does not cause an error.
Solution:   Reset "cmd" to NULL. (Marcin Szamotulski, Ingo Karkat)

10 years agoupdated for version 7.4.616 v7.4.616
Bram Moolenaar [Tue, 3 Feb 2015 17:36:44 +0000 (18:36 +0100)]
updated for version 7.4.616
Problem:    Cannot insert a tab in front of a block.
Solution:   Correctly compute aop->start. (Christian Brabandt)

10 years agoupdated for version 7.4.615 v7.4.615
Bram Moolenaar [Tue, 3 Feb 2015 16:10:06 +0000 (17:10 +0100)]
updated for version 7.4.615
Problem:    Vim hangs when freeing a lot of objects.
Solution:   Do not go back to the start of the list every time.  (Yasuhiro
            Matsumoto and Ariya Mizutani)

10 years agoupdated for version 7.4.614 v7.4.614
Bram Moolenaar [Tue, 3 Feb 2015 15:53:51 +0000 (16:53 +0100)]
updated for version 7.4.614
Problem:    There is no test for what patch 7.4.601 fixes.
Solution:   Add a test. (Christian Brabandt)

10 years agoupdated for version 7.4.613 v7.4.613
Bram Moolenaar [Tue, 3 Feb 2015 15:49:24 +0000 (16:49 +0100)]
updated for version 7.4.613
Problem:    The NFA engine does not implement the 'redrawtime' time limit.
Solution:   Implement the time limit.

10 years agoupdated for version 7.4.612 v7.4.612
Bram Moolenaar [Tue, 3 Feb 2015 15:07:47 +0000 (16:07 +0100)]
updated for version 7.4.612
Problem:    test_eval fails on Mac.
Solution:   Use the * register instead of the + register. (Jun Takimoto)

10 years agoupdated for version 7.4.611 v7.4.611
Bram Moolenaar [Tue, 3 Feb 2015 12:16:04 +0000 (13:16 +0100)]
updated for version 7.4.611
Problem:    Syntax error.
Solution:   Change statement to return.

10 years agoupdated for version 7.4.610 v7.4.610
Bram Moolenaar [Tue, 3 Feb 2015 12:00:38 +0000 (13:00 +0100)]
updated for version 7.4.610
Problem:    Some function headers may be missing from generated .pro files.
Solution:   Add PROTO to the #ifdef.

10 years agoupdated for version 7.4.609 v7.4.609
Bram Moolenaar [Tue, 3 Feb 2015 11:55:18 +0000 (12:55 +0100)]
updated for version 7.4.609
Problem:    For complicated list and dict use the garbage collector can run
            out of stack space.
Solution:   Use a stack of dicts and lists to be marked, thus making it
            iterative instead of recursive. (Ben Fritz)

10 years agoupdated for version 7.4.608 v7.4.608
Bram Moolenaar [Tue, 27 Jan 2015 21:52:15 +0000 (22:52 +0100)]
updated for version 7.4.608
Problem:    test_eval fails when the clipboard feature is missing.
Solution:   Skip part of the test. Reduce the text used.

10 years agoupdated for version 7.4.607 v7.4.607
Bram Moolenaar [Tue, 27 Jan 2015 20:39:05 +0000 (21:39 +0100)]
updated for version 7.4.607
Problem:    Compiler warnings for unused variables.
Solution:   Move them inside #ifdef. (Kazunobu Kuriyama)

10 years agoupdated for version 7.4.606 v7.4.606
Bram Moolenaar [Tue, 27 Jan 2015 19:59:31 +0000 (20:59 +0100)]
updated for version 7.4.606
Problem:    May crash when using a small window.
Solution:   Avoid dividing by zero. (Christian Brabandt)

10 years agoupdated for version 7.4.605 v7.4.605
Bram Moolenaar [Tue, 27 Jan 2015 17:44:16 +0000 (18:44 +0100)]
updated for version 7.4.605
Problem:    The # register is not writable, it cannot be restored after
            jumping around.
Solution:   Make the # register writable. (Marcin Szamotulski)

10 years agoupdated for version 7.4.604 v7.4.604
Bram Moolenaar [Tue, 27 Jan 2015 16:12:00 +0000 (17:12 +0100)]
updated for version 7.4.604
Problem:    Running tests changes viminfo.
Solution:   Disable viminfo.

10 years agoupdated for version 7.4.603 v7.4.603
Bram Moolenaar [Tue, 27 Jan 2015 15:39:29 +0000 (16:39 +0100)]
updated for version 7.4.603
Problem:    'foldcolumn' may be set such that it fills the whole window, not
            leaving space for text.
Solution:   Reduce the foldcolumn width when there is not sufficient room.
            (idea by Christian Brabandt)

10 years agoupdated for version 7.4.602 v7.4.602
Bram Moolenaar [Tue, 27 Jan 2015 14:58:40 +0000 (15:58 +0100)]
updated for version 7.4.602
Problem:    ":set" does not accept hex numbers as documented.
Solution:   Use vim_str2nr(). (ZyX)

10 years agoupdated for version 7.4.601 v7.4.601
Bram Moolenaar [Tue, 27 Jan 2015 14:19:24 +0000 (15:19 +0100)]
updated for version 7.4.601
Problem:    It is not possible to have feedkeys() insert characters.
Solution:   Add the 'i' flag.

10 years agoupdated for version 7.4.600 v7.4.600
Bram Moolenaar [Tue, 27 Jan 2015 13:54:11 +0000 (14:54 +0100)]
updated for version 7.4.600
Problem:    Memory wasted in struct because of aligning.
Solution:   Split pos in lnum and col. (Dominique Pelle)

10 years agoupdated for version 7.4.599 v7.4.599
Bram Moolenaar [Tue, 27 Jan 2015 13:40:00 +0000 (14:40 +0100)]
updated for version 7.4.599
Problem:    Out-of-memory error.
Solution:   Avoid trying to allocate a negative amount of memory, use size_t
            instead of int. (Dominique Pelle)

10 years agoupdated for version 7.4.598 v7.4.598
Bram Moolenaar [Tue, 27 Jan 2015 13:09:37 +0000 (14:09 +0100)]
updated for version 7.4.598
Problem:    ":tabdo windo echo 'hi'" causes "* register not to be changed.
            (Salman Halim)
Solution:   Change how clip_did_set_selection is used and add
            clipboard_needs_update and global_change_count.  (Christian
            Brabandt)

10 years agoupdated for version 7.4.597 v7.4.597
Bram Moolenaar [Tue, 27 Jan 2015 12:49:31 +0000 (13:49 +0100)]
updated for version 7.4.597
Problem:    Cannot change the result of systemlist().
Solution:   Initialize v_lock. (Yukihiro Nakadaira)

10 years agoupdated for version 7.4.596 v7.4.596
Bram Moolenaar [Tue, 27 Jan 2015 12:33:23 +0000 (13:33 +0100)]
updated for version 7.4.596
Problem:    Tiny build doesn't compile.  (Ike Devolder)
Solution:   Add #ifdef.

10 years agoupdated for version 7.4.595 v7.4.595
Bram Moolenaar [Tue, 27 Jan 2015 12:28:46 +0000 (13:28 +0100)]
updated for version 7.4.595
Problem:    The test_command_count test fails when using Japanese.
Solution:   Force the language to C. (Hirohito Higashi)

10 years agoupdated for version 7.4.594 v7.4.594
Bram Moolenaar [Tue, 27 Jan 2015 12:22:20 +0000 (13:22 +0100)]
updated for version 7.4.594
Problem:    Using a block delete while 'breakindent' is set does not work
            properly.
Solution:   Use "line" instead of "prev_pend" as the first argument to
            lbr_chartabsize_adv().  (Hirohito Higashi)

10 years agoupdated for version 7.4.593 v7.4.593
Bram Moolenaar [Tue, 27 Jan 2015 11:59:55 +0000 (12:59 +0100)]
updated for version 7.4.593
Problem:    Crash when searching for "x\{0,90000}". (Dominique Pelle)
Solution:   Bail out from the NFA engine when the max limit is much higher
            than the min limit.

10 years agoupdated for version 7.4.592 v7.4.592
Bram Moolenaar [Tue, 27 Jan 2015 10:26:15 +0000 (11:26 +0100)]
updated for version 7.4.592
Problem:    When doing ":e foobar" when already editing "foobar" and 'buftype'
            is "nofile" the buffer is cleared. (Xavier de Gaye)
Solution:   Do no clear the buffer.

10 years agoUpdate runtime files.
Bram Moolenaar [Sun, 25 Jan 2015 12:02:57 +0000 (13:02 +0100)]
Update runtime files.

10 years agoupdated for version 7.4.591 v7.4.591
Bram Moolenaar [Thu, 22 Jan 2015 21:41:56 +0000 (22:41 +0100)]
updated for version 7.4.591
Problem:    test_listlbr_utf8 fails when the conceal feature is not available.
Solution:   Check for the conceal feature. (Kazunobu Kuriyama)

10 years agoupdated for version 7.4.590 v7.4.590
Bram Moolenaar [Thu, 22 Jan 2015 21:40:20 +0000 (22:40 +0100)]
updated for version 7.4.590
Problem:    Using ctrl_x_mode as if it contains flags.
Solution:   Don't use AND with CTRL_X_OMNI. (Hirohito Higashi)

10 years agoupdated for version 7.4.589 v7.4.589
Bram Moolenaar [Tue, 20 Jan 2015 18:39:35 +0000 (19:39 +0100)]
updated for version 7.4.589
Problem:    In the MS-Windows console Vim can't handle greek characters when
            encoding is utf-8.
Solution:   Escape K_NUL. (Yasuhiro Matsumoto)

10 years agoupdated for version 7.4.588 v7.4.588
Bram Moolenaar [Tue, 20 Jan 2015 18:31:02 +0000 (19:31 +0100)]
updated for version 7.4.588
Problem:    ":0argedit foo" puts the new argument in the second place instead
            of the first.
Solution:   Adjust the range type. (Ingo Karkat)

10 years agoupdated for version 7.4.587 v7.4.587
Bram Moolenaar [Tue, 20 Jan 2015 18:01:35 +0000 (19:01 +0100)]
updated for version 7.4.587
Problem:    Conceal does not work properly with 'linebreak'. (cs86661)
Solution:   Save and restore boguscols. (Christian Brabandt)

10 years agoupdated for version 7.4.586 v7.4.586
Bram Moolenaar [Tue, 20 Jan 2015 16:27:22 +0000 (17:27 +0100)]
updated for version 7.4.586
Problem:    Parallel building of the documentation html files is not reliable.
Solution:   Remove a cyclic dependency. (Reiner Herrmann)

10 years agoupdated for version 7.4.585 v7.4.585
Bram Moolenaar [Tue, 20 Jan 2015 12:29:49 +0000 (13:29 +0100)]
updated for version 7.4.585
Problem:    Range for :bdelete does not work. (Ronald Schild)
Solution:   Also allow unloaded buffers.

10 years agoupdated for version 7.4.584 v7.4.584
Bram Moolenaar [Tue, 20 Jan 2015 11:39:39 +0000 (12:39 +0100)]
updated for version 7.4.584
Problem:    With tiny features test_command_count may fail.
Solution:   Source small.vim. (Christian Brabandt)

10 years agoupdated for version 7.4.583 v7.4.583
Bram Moolenaar [Tue, 20 Jan 2015 11:14:01 +0000 (12:14 +0100)]
updated for version 7.4.583
Problem:    With tiny features test 16 may fail.
Solution:   Source small.vim. (Christian Brabandt)

10 years agoupdated for version 7.4.582 v7.4.582
Bram Moolenaar [Sun, 18 Jan 2015 15:46:32 +0000 (16:46 +0100)]
updated for version 7.4.582
Problem:    Can't match "%>80v" properly. (Axel Bender)
Solution:   Correctly handle ">". (Christian Brabandt)

10 years agoupdated for version 7.4.581 v7.4.581
Bram Moolenaar [Sun, 18 Jan 2015 13:08:56 +0000 (14:08 +0100)]
updated for version 7.4.581
Problem:    Compiler warnings for unitinialized variables. (John Little)
Solution:   Initialize the variables.

10 years agoupdated for version 7.4.580 v7.4.580
Bram Moolenaar [Wed, 14 Jan 2015 20:22:01 +0000 (21:22 +0100)]
updated for version 7.4.580
Problem:    ":52wincmd v" still gives an invalid range error. (Charles
            Campbell)
Solution:   Skip over white space.

10 years agoUpdated runtime files.
Bram Moolenaar [Wed, 14 Jan 2015 18:42:21 +0000 (19:42 +0100)]
Updated runtime files.

10 years agoupdated for version 7.4.579 v7.4.579
Bram Moolenaar [Wed, 14 Jan 2015 18:35:14 +0000 (19:35 +0100)]
updated for version 7.4.579
Problem:    Wrong cursor positioning when 'linebreak' is set and lines wrap.
Solution:   (Christian Brabandt)

10 years agoupdated for version 7.4.578 v7.4.578
Bram Moolenaar [Wed, 14 Jan 2015 18:00:38 +0000 (19:00 +0100)]
updated for version 7.4.578
Problem:    Using getcurpos() after "$" in an empty line returns a negative
            number.
Solution:   Don't add one when this would overflow. (Hirohito Higashi)

10 years agoupdated for version 7.4.577 v7.4.577
Bram Moolenaar [Wed, 14 Jan 2015 17:40:28 +0000 (18:40 +0100)]
updated for version 7.4.577
Problem:    Matching with a virtual column has a lot of overhead on very long
            lines. (Issue 310)
Solution:   Bail out early if there can't be a match. (Christian Brabandt)
            Also check for CTRL-C at every position.

10 years agoupdated for version 7.4.576 v7.4.576
Bram Moolenaar [Wed, 14 Jan 2015 16:52:30 +0000 (17:52 +0100)]
updated for version 7.4.576
Problem:    Redrawing problem with 'relativenumber' and 'linebreak'.
Solution:   Temporarily reset 'linebreak' and restore it in more places.
            (Christian Brabandt)

10 years agoupdated for version 7.4.575 v7.4.575
Bram Moolenaar [Wed, 14 Jan 2015 16:40:09 +0000 (17:40 +0100)]
updated for version 7.4.575
Problem:    Unicode character properties are outdated.
Solution:   Update the tables with the latest version.

10 years agoupdated for version 7.4.574 v7.4.574
Bram Moolenaar [Wed, 14 Jan 2015 16:15:05 +0000 (17:15 +0100)]
updated for version 7.4.574
Problem:    No error for eval('$').
Solution:   Check for empty name. (Yasuhiro Matsumoto)

10 years agoupdated for version 7.4.573 v7.4.573
Bram Moolenaar [Wed, 14 Jan 2015 15:08:32 +0000 (16:08 +0100)]
updated for version 7.4.573
Problem:    Mapping CTRL-C in Visual mode doesn't work. (Ingo Karkat)
Solution:   Call get_real_state() instead of using State directly.

10 years agoupdated for version 7.4.572 v7.4.572
Bram Moolenaar [Wed, 14 Jan 2015 14:47:36 +0000 (15:47 +0100)]
updated for version 7.4.572
Problem:    Address type of :wincmd depends on the argument.
Solution:   Check the argument.

10 years agoupdated for version 7.4.571 v7.4.571
Bram Moolenaar [Wed, 14 Jan 2015 13:08:44 +0000 (14:08 +0100)]
updated for version 7.4.571
Problem:    Can't build with tiny features. (Ike Devolder)
Solution:   Add #ifdef.

10 years agoupdated for version 7.4.570 v7.4.570
Bram Moolenaar [Wed, 14 Jan 2015 13:04:10 +0000 (14:04 +0100)]
updated for version 7.4.570
Problem:    Building with dynamic library does not work for Ruby 2.2.0
Solution:   Change #ifdefs and #defines. (Ken Takata)

10 years agoUpdated runtime files.
Bram Moolenaar [Wed, 14 Jan 2015 11:52:36 +0000 (12:52 +0100)]
Updated runtime files.

10 years agoupdated for version 7.4.569 v7.4.569
Bram Moolenaar [Wed, 14 Jan 2015 11:44:41 +0000 (12:44 +0100)]
updated for version 7.4.569
Problem:    Having CTRL-C interrupt or not does not check the mode of the
            mapping. (Ingo Karkat)
Solution:   Use a bitmask with the map mode. (Christian Brabandt)

10 years agoupdated for version 7.4.568 v7.4.568
Bram Moolenaar [Wed, 14 Jan 2015 10:25:05 +0000 (11:25 +0100)]
updated for version 7.4.568
Problem:    Giving an error for ":0wincmd w" is a problem for some plugins.
Solution:   Allow the zero in the range. (Marcin Szamotulski)

10 years agoUpdated syntax files.
Bram Moolenaar [Sat, 10 Jan 2015 14:09:25 +0000 (15:09 +0100)]
Updated syntax files.

10 years agoupdated for version 7.4.567 v7.4.567
Bram Moolenaar [Wed, 7 Jan 2015 18:04:28 +0000 (19:04 +0100)]
updated for version 7.4.567
Problem:    Non-ascii vertical separater characters are always redrawn.
Solution:   Compare only the one byte that's stored. (Thiago Padilha)

10 years agoUpdate runtime files.
Bram Moolenaar [Wed, 7 Jan 2015 15:57:10 +0000 (16:57 +0100)]
Update runtime files.

10 years agoupdated for version 7.4.566 v7.4.566
Bram Moolenaar [Wed, 7 Jan 2015 15:54:21 +0000 (16:54 +0100)]
updated for version 7.4.566
Problem:    :argdo, :bufdo, :windo and :tabdo don't take a range.
Solution:   Support the range. (Marcin Szamotulski)

10 years agoupdated for version 7.4.565 v7.4.565
Bram Moolenaar [Wed, 7 Jan 2015 14:57:17 +0000 (15:57 +0100)]
updated for version 7.4.565
Problem:    Ranges for arguments, buffers, tabs, etc. are not checked to be
            valid but limited to the maximum.  This can cause the wrong thing
            to happen.
Solution:   Give an error for an invalid value. (Marcin Szamotulski)
            Use windows range for ":wincmd".

10 years agoupdated for version 7.4.564 v7.4.564
Bram Moolenaar [Wed, 7 Jan 2015 13:43:39 +0000 (14:43 +0100)]
updated for version 7.4.564
Problem:    FEAT_OSFILETYPE is used even though it's never defined.
Solution:   Remove the code. (Christian Brabandt)

10 years agoupdated for version 7.4.563 v7.4.563
Bram Moolenaar [Wed, 7 Jan 2015 13:02:52 +0000 (14:02 +0100)]
updated for version 7.4.563
Problem:    No test for replacing on a tab in Virtual replace mode.
Solution:   Add a test. (Elias Diem)

10 years agoupdated for version 7.4.562 v7.4.562
Bram Moolenaar [Wed, 7 Jan 2015 12:31:52 +0000 (13:31 +0100)]
updated for version 7.4.562
Problem:    Segfault with wide screen and error in 'rulerformat'. (Ingo Karkat)
Solution:   Check there is enough space. (Christian Brabandt)

10 years agoupdated for version 7.4.561 v7.4.561
Bram Moolenaar [Wed, 7 Jan 2015 12:15:45 +0000 (13:15 +0100)]
updated for version 7.4.561
Problem:    Ex range handling is wrong for buffer-local user commands.
Solution:   Check for CMD_USER_BUF. (Marcin Szamotulski)

10 years agoupdated for version 7.4.560 v7.4.560
Bram Moolenaar [Wed, 17 Dec 2014 20:00:49 +0000 (21:00 +0100)]
updated for version 7.4.560
Problem:    Memory leak using :wviminfo. Issue 296.
Solution:   Free memory when needed. (idea by Christian Brabandt)

10 years agoupdated for version 7.4.559 v7.4.559
Bram Moolenaar [Wed, 17 Dec 2014 17:35:42 +0000 (18:35 +0100)]
updated for version 7.4.559
Problem:    Appending a block in the middle of a tab does not work correctly
            when virtualedit is set.
Solution:   Decrement spaces and count, don't reset them. (James McCoy)

10 years agoupdated for version 7.4.558 v7.4.558
Bram Moolenaar [Wed, 17 Dec 2014 16:59:31 +0000 (17:59 +0100)]
updated for version 7.4.558
Problem:    When the X server restarts Vim may get stuck.
Solution:   Destroy the application context and create it again.  (Issue 203)

10 years agoupdated for version 7.4.557 v7.4.557
Bram Moolenaar [Wed, 17 Dec 2014 13:47:56 +0000 (14:47 +0100)]
updated for version 7.4.557
Problem:    One more small issue.
Solution:   Update function proto.

10 years agoupdated for version 7.4.556 v7.4.556
Bram Moolenaar [Wed, 17 Dec 2014 13:46:09 +0000 (14:46 +0100)]
updated for version 7.4.556
Problem:    Failed commands in Python interface not handled correctly.
Solution:   Restore window and buffer on failure.

10 years agoupdated for version 7.4.555 v7.4.555
Bram Moolenaar [Wed, 17 Dec 2014 13:42:46 +0000 (14:42 +0100)]
updated for version 7.4.555
Problem:    test_close_count may fail for some combination of features.
Solution:   Require normal features.

10 years agoupdated for version 7.4.554 v7.4.554
Bram Moolenaar [Wed, 17 Dec 2014 13:41:10 +0000 (14:41 +0100)]
updated for version 7.4.554
Problem:    Missing part of patch 7.4.519.
Solution:   Copy back regprog after calling vim_regexec.

10 years agoupdated for version 7.4.553 v7.4.553
Bram Moolenaar [Wed, 17 Dec 2014 13:36:14 +0000 (14:36 +0100)]
updated for version 7.4.553
Problem:    Various small issues.
Solution:   Fix those issues.

10 years agoUpdated runtime files.
Bram Moolenaar [Sun, 14 Dec 2014 00:27:49 +0000 (01:27 +0100)]
Updated runtime files.

10 years agoupdated for version 7.4.552 v7.4.552
Bram Moolenaar [Sat, 13 Dec 2014 23:43:54 +0000 (00:43 +0100)]
updated for version 7.4.552
Problem:    Langmap applies to Insert mode expression mappings.
Solution:   Check for Insert mode. (Daniel Hahler)

10 years agoupdated for version 7.4.551 v7.4.551
Bram Moolenaar [Sat, 13 Dec 2014 21:00:22 +0000 (22:00 +0100)]
updated for version 7.4.551
Problem:    "ygn" may yank too much. (Fritzophrenic)  Issue 295.
Solution:   Check the width of the next match. (Christian Brabandt)

10 years agoupdated for version 7.4.550 v7.4.550
Bram Moolenaar [Sat, 13 Dec 2014 20:09:57 +0000 (21:09 +0100)]
updated for version 7.4.550
Problem:    curs_rows() function is always called with the second argument
            false.
Solution:   Remove the argument. (Christian Brabandt)
            validate_botline_win() can then also be removed.

10 years agoAdd new files for 7.4.549.
Bram Moolenaar [Sat, 13 Dec 2014 20:03:10 +0000 (21:03 +0100)]
Add new files for 7.4.549.

10 years agoupdated for version 7.4.549 v7.4.549
Bram Moolenaar [Sat, 13 Dec 2014 20:00:55 +0000 (21:00 +0100)]
updated for version 7.4.549
Problem:    Function name not recognized correctly when inside a function.
Solution:   Don't check for an alpha character.

10 years agoupdated for version 7.4.548 v7.4.548
Bram Moolenaar [Sat, 13 Dec 2014 19:50:09 +0000 (20:50 +0100)]
updated for version 7.4.548
Problem:    Function name not recognized correctly when inside a function.
Solution:   Don't check for an alpha character.

10 years agoupdated for version 7.4.547 v7.4.547
Bram Moolenaar [Sat, 13 Dec 2014 19:11:33 +0000 (20:11 +0100)]
updated for version 7.4.547
Problem:    Using "vit" does not select a multi-byte character at the end
            correctly.
Solution:   Advance the cursor over the multi-byte character. (Christian
            Brabandt)

10 years agoupdated for version 7.4.546 v7.4.546
Bram Moolenaar [Sat, 13 Dec 2014 02:58:09 +0000 (03:58 +0100)]
updated for version 7.4.546
Problem:    Repeated use of vim_snprintf() with a number.
Solution:   Move these vim_snprintf() calls into a function.

10 years agoupdated for version 7.4.545 v7.4.545
Bram Moolenaar [Sat, 13 Dec 2014 02:36:39 +0000 (03:36 +0100)]
updated for version 7.4.545
Problem:    Highlighting for multi-line matches is not correct.
Solution:   Stop highlight at the end of the match. (Hirohito Higashi)

10 years agoupdated for version 7.4.544 v7.4.544
Bram Moolenaar [Sat, 13 Dec 2014 02:20:14 +0000 (03:20 +0100)]
updated for version 7.4.544
Problem:    Warnings for unused arguments when compiling with a combination of
            features.
Solution:   Add "UNUSED".

10 years agoupdated for version 7.4.543 v7.4.543
Bram Moolenaar [Sat, 13 Dec 2014 02:17:11 +0000 (03:17 +0100)]
updated for version 7.4.543
Problem:    Since patch 7.4.232 "1,3s/\n//" joins two lines instead of three.
            (Eliseo Martínez)  Issue 287
Solution:   Correct the line count. (Christian Brabandt)
            Also set the last used search pattern.

10 years agoupdated for version 7.4.542 v7.4.542
Bram Moolenaar [Mon, 8 Dec 2014 03:16:44 +0000 (04:16 +0100)]
updated for version 7.4.542
Problem:    Using a range for window and buffer commands has a few problems.
            Cannot specify the type of range for a user command.
Solution:   Add the -addr argument for user commands.  Fix problems. (Marcin
            Szamotulski)

10 years agoupdated for version 7.4.541 v7.4.541
Bram Moolenaar [Sat, 6 Dec 2014 23:18:33 +0000 (00:18 +0100)]
updated for version 7.4.541
Problem:    Crash when doing a range assign.
Solution:   Check for NULL poiter. (Yukihiro Nakadaira)

10 years agoUpdate runtime files.
Bram Moolenaar [Sat, 6 Dec 2014 22:33:00 +0000 (23:33 +0100)]
Update runtime files.

10 years agoupdated for version 7.4.540 v7.4.540
Bram Moolenaar [Sun, 30 Nov 2014 21:51:06 +0000 (22:51 +0100)]
updated for version 7.4.540
Problem:    Cannot build with tiny and small features. (Taro Muraoka)
Solution:   Add #ifdef around CMD_USER.

10 years agoupdated for version 7.4.539 v7.4.539
Bram Moolenaar [Sun, 30 Nov 2014 13:50:16 +0000 (14:50 +0100)]
updated for version 7.4.539
Problem:    Crash when computing buffer count.  Problem with range for user
            commands.  Line range wrong in Visual area.
Solution:   Avoid segfault in compute_buffer_local_count().  Check for
            CMD_USER when checking type of range. (Marcin Szamotulski)

10 years agoupdated for version 7.4.538 v7.4.538
Bram Moolenaar [Sun, 30 Nov 2014 12:34:23 +0000 (13:34 +0100)]
updated for version 7.4.538
Problem:    Tests fail with small features plus Python.
Solution:   Disallow weird combination of options.  Do not set "fdm" when
            folding is disabled.

10 years agoupdated for version 7.4.537 v7.4.537
Bram Moolenaar [Thu, 27 Nov 2014 18:14:49 +0000 (19:14 +0100)]
updated for version 7.4.537
Problem:    Value of v:hlsearch reflects an internal variable.
Solution:   Make the value reflect whether search highlighting is actually
            displayed. (Christian Brabandt)

10 years agoupdated for version 7.4.536 v7.4.536
Bram Moolenaar [Thu, 27 Nov 2014 17:57:11 +0000 (18:57 +0100)]
updated for version 7.4.536
Problem:    Test 63 fails when using a black&white terminal.
Solution:   Add attributes for a non-color terminal. (Christian Brabandt)

10 years agoupdated for version 7.4.535 v7.4.535
Bram Moolenaar [Thu, 27 Nov 2014 17:33:02 +0000 (18:33 +0100)]
updated for version 7.4.535
Problem:    Can't build with tiny features.
Solution:   Add #ifdefs and skip a test.

10 years agoAdd files added by patch 7.4.530 to the repository.
Bram Moolenaar [Thu, 27 Nov 2014 16:46:22 +0000 (17:46 +0100)]
Add files added by patch 7.4.530 to the repository.