]> granicus.if.org Git - vim/log
vim
9 years agopatch 7.4.834 v7.4.834
Bram Moolenaar [Tue, 25 Aug 2015 14:19:05 +0000 (16:19 +0200)]
patch 7.4.834
Problem:    gettabvar() doesn't work after Vim start. (Szymon Wrozynski)
Solution:   Handle first window in tab still being NULL. (Christian Brabandt)

9 years agopatch 7.4.833 v7.4.833
Bram Moolenaar [Tue, 25 Aug 2015 13:39:55 +0000 (15:39 +0200)]
patch 7.4.833
Problem:    More side effects of ":set all&" are missing. (Björn Linse)
Solution:   Call didset_options() and add didset_options2() to collect more
            side effects to take care of.  Still not everything...

9 years agopatch 7.4.832 v7.4.832
Bram Moolenaar [Tue, 25 Aug 2015 12:21:19 +0000 (14:21 +0200)]
patch 7.4.832
Problem:    $HOME in  is expanded too early.
Solution:   Skip over  when expanding environment names.

9 years agopatch 7.4.831 v7.4.831
Bram Moolenaar [Tue, 25 Aug 2015 11:57:04 +0000 (13:57 +0200)]
patch 7.4.831
Problem:    When expanding  on the command line and encountering an
            error, the command is executed anyway.
Solution:   Bail out when an error is detected.

9 years agopatch 7.4.830 v7.4.830
Bram Moolenaar [Tue, 25 Aug 2015 10:56:31 +0000 (12:56 +0200)]
patch 7.4.830
Problem:    Resetting 'encoding' when doing ":set all&" causes problems.
            (Bjorn Linse) Display is not updated.
Solution:   Do not reset 'encoding'. Do a full redraw.

9 years agopatch 7.4.829 v7.4.829
Bram Moolenaar [Tue, 25 Aug 2015 10:21:32 +0000 (12:21 +0200)]
patch 7.4.829
Problem:    Crash when clicking in beval balloon. (Travis Lebsock)
Solution:   Use PostMessage() instead of DestroyWindow(). (Raymond Ko, PR 298)

9 years agopatch 7.4.828 v7.4.828
Bram Moolenaar [Tue, 25 Aug 2015 09:58:36 +0000 (11:58 +0200)]
patch 7.4.828
Problem:    Crash when using "syn keyword x c". (Dominique Pelle)
Solution:   Initialize the keyword tabble. (Raymond Ko, PR 397)

9 years agopatch 7.4.827 v7.4.827
Bram Moolenaar [Tue, 18 Aug 2015 11:48:54 +0000 (13:48 +0200)]
patch 7.4.827
Problem:    Not all test targets are in the Makefile.
Solution:   Add the missing targets.

9 years agopatch 7.4.826 v7.4.826
Bram Moolenaar [Thu, 13 Aug 2015 21:28:43 +0000 (23:28 +0200)]
patch 7.4.826
Problem:    Compiler warnings and errors.
Solution:   Make it build properly without the multi-byte feature.

9 years agopatch 7.4.825 v7.4.825
Bram Moolenaar [Thu, 13 Aug 2015 20:53:29 +0000 (22:53 +0200)]
patch 7.4.825
Problem:    Invalid memory access for ":syn keyword x a[".
Solution:   Do not skip over the NUL. (Dominique Pelle)

9 years agopatch 7.4.824 v7.4.824
Bram Moolenaar [Wed, 12 Aug 2015 20:56:58 +0000 (22:56 +0200)]
patch 7.4.824
Problem:    Can't compile without the multi-byte feature. (John Marriott)
Solution:   Add #ifdef.

9 years agoUpdate runtime files.
Bram Moolenaar [Tue, 11 Aug 2015 18:34:49 +0000 (20:34 +0200)]
Update runtime files.

9 years agopatch 7.4.823 v7.4.823
Bram Moolenaar [Tue, 11 Aug 2015 17:36:42 +0000 (19:36 +0200)]
patch 7.4.823
Problem:    Cursor moves after CTRL-A on alphabetic character.
Solution:   (Hirohito Higashi, test by Christian Brabandt)

9 years agopatch 7.4.822 v7.4.822
Bram Moolenaar [Tue, 11 Aug 2015 17:14:00 +0000 (19:14 +0200)]
patch 7.4.822
Problem:    More problems reported by coverity.
Solution:   Avoid the warnings. (Christian Brabandt)

9 years agopatch 7.4.821 v7.4.821
Bram Moolenaar [Tue, 11 Aug 2015 16:53:03 +0000 (18:53 +0200)]
patch 7.4.821
Problem:    Coverity reports a few problems.
Solution:   Avoid the warnings. (Christian Brabandt)

9 years agopatch 7.4.820 v7.4.820
Bram Moolenaar [Tue, 11 Aug 2015 16:45:48 +0000 (18:45 +0200)]
patch 7.4.820
Problem:    Invalid memory access in file_pat_to_reg_pat.
Solution:   Avoid looking before the start of a string. (Dominique Pelle)

9 years agopatch 7.4.819 v7.4.819
Bram Moolenaar [Tue, 11 Aug 2015 16:33:48 +0000 (18:33 +0200)]
patch 7.4.819
Problem:    Beeping when running the tests.
Solution:   Fix 41 beeps. (Roland Eggner)

9 years agopatch 7.4.818 v7.4.818
Bram Moolenaar [Tue, 11 Aug 2015 15:46:36 +0000 (17:46 +0200)]
patch 7.4.818
Problem:    'linebreak' breaks c% if the last Visual selection was block.
            (Chris Morganiser, Issue 389)
Solution:   Handle Visual block mode differently. (Christian Brabandt)

9 years agopatch 7.4.817 v7.4.817
Bram Moolenaar [Tue, 11 Aug 2015 14:20:05 +0000 (16:20 +0200)]
patch 7.4.817
Problem:    Invalid memory access in file_pat_to_reg_pat().
Solution:   Use vim_isspace() instead of checking for a space only. (Dominique
            Pelle)

9 years agopatch 7.4.816 v7.4.816
Bram Moolenaar [Tue, 11 Aug 2015 13:54:52 +0000 (15:54 +0200)]
patch 7.4.816
Problem:    Invalid memory access when doing ":fun X(".
Solution:   Check for missing ')'. (Dominique Pelle)

9 years agopatch 7.4.815 v7.4.815
Bram Moolenaar [Tue, 11 Aug 2015 13:46:09 +0000 (15:46 +0200)]
patch 7.4.815
Problem:    Invalid memory access when doing ":call g:".
Solution:   Check for an empty name. (Dominique Pelle)

9 years agopatch 7.4.814 v7.4.814
Bram Moolenaar [Tue, 11 Aug 2015 13:27:13 +0000 (15:27 +0200)]
patch 7.4.814
Problem:    Illegal memory access with "sy match a fold".
Solution:   Check for empty string. (Dominique Pelle)

9 years agopatch 7.4.813 v7.4.813
Bram Moolenaar [Tue, 11 Aug 2015 12:26:19 +0000 (14:26 +0200)]
patch 7.4.813
Problem:    It is not possible to save and restore character search state.
Solution:   Add getcharsearch() and setcharsearch().  (James McCoy)

9 years agopatch 7.4.812 v7.4.812
Bram Moolenaar [Sat, 8 Aug 2015 16:23:46 +0000 (18:23 +0200)]
patch 7.4.812
Problem:    Gcc sanitizer complains about using a NULL pointer to memmove().
Solution:   Only call memmove when there is something to move. (Vittorio
            Zecca)

9 years agopatch 7.4.811 v7.4.811
Bram Moolenaar [Tue, 4 Aug 2015 20:02:51 +0000 (22:02 +0200)]
patch 7.4.811
Problem:    Invalid memory access when using "exe 'sc'".
Solution:   Avoid going over the end of the string. (Dominique Pelle)

9 years agopatch 7.4.810 v7.4.810
Bram Moolenaar [Tue, 4 Aug 2015 19:51:25 +0000 (21:51 +0200)]
patch 7.4.810
Problem:    With a sequence of commands using buffers in diff mode E749 is
            given. (itchyny)
Solution:   Skip unloaded buffer. (Hirohito Higashi)

9 years agopatch 7.4.809 v7.4.809
Bram Moolenaar [Tue, 4 Aug 2015 19:27:11 +0000 (21:27 +0200)]
patch 7.4.809
Problem:    Test is duplicated.
Solution:   Roll back 7.4.802.

9 years agopatch 7.4.808 v7.4.808
Bram Moolenaar [Tue, 4 Aug 2015 17:27:05 +0000 (19:27 +0200)]
patch 7.4.808
Problem:    On MS-Windows 8 IME input doen't work correctly.
Solution:   Read console input before calling MsgWaitForMultipleObjects().
            (vim-jp, Nobuhiro Takasaki)

9 years agopatch 7.4.807 v7.4.807
Bram Moolenaar [Tue, 4 Aug 2015 17:18:52 +0000 (19:18 +0200)]
patch 7.4.807
Problem:    After CTRL-V CTRL-A mode isn't updated. (Hirohito Higashi)
Solution:   Clear the command line or update the displayed command.

9 years agopatch 7.4.806 v7.4.806
Bram Moolenaar [Tue, 4 Aug 2015 16:23:22 +0000 (18:23 +0200)]
patch 7.4.806
Problem:    CTRL-A in Visual mode doesn't work properly with "alpha" in
            'nrformat'.
Solution:   Make it work. (Christian Brabandt)

9 years agopatch 7.4.805 v7.4.805
Bram Moolenaar [Tue, 4 Aug 2015 15:43:25 +0000 (17:43 +0200)]
patch 7.4.805
Problem:    The ruler shows "Bot" even when there are only filler lines
            missing. (Gary Johnson)
Solution:   Use "All" when the first line and one filler line are visible.

9 years agopatch 7.4.804 v7.4.804
Bram Moolenaar [Tue, 4 Aug 2015 15:29:07 +0000 (17:29 +0200)]
patch 7.4.804
Problem:    Xxd doesn't have a license notice.
Solution:   Add license as indicated by Juergen.

9 years agopatch 7.4.803 v7.4.803
Bram Moolenaar [Tue, 28 Jul 2015 19:17:36 +0000 (21:17 +0200)]
patch 7.4.803
Problem:    C indent does not support C11 raw strings. (Mark Lodato)
Solution:   Do not change indent inside the raw string.

9 years agopatch 7.4.802 v7.4.802
Bram Moolenaar [Tue, 28 Jul 2015 15:16:33 +0000 (17:16 +0200)]
patch 7.4.802
Problem:    Using "A" in Visual mode while 'linebreak' is set is not tested.
Solution:   Add a test for this, verifies the problem is fixed. (Ingo Karkat)

9 years agopatch 7.4.801 v7.4.801
Bram Moolenaar [Tue, 28 Jul 2015 12:42:45 +0000 (14:42 +0200)]
patch 7.4.801
Problem:    Test for ":diffoff" doesn't catch all potential problems.
Solution:   Add a :diffthis and a :diffoff command. (Olaf Dabrunz)

9 years agopatch 7.4.800 v7.4.800
Bram Moolenaar [Tue, 28 Jul 2015 12:25:48 +0000 (14:25 +0200)]
patch 7.4.800
Problem:    Using freed memory when triggering CmdUndefined autocommands.
Solution:   Set pointer to NULL. (Dominique Pelle)

9 years agopatch 7.4.799 v7.4.799
Bram Moolenaar [Tue, 28 Jul 2015 11:33:45 +0000 (13:33 +0200)]
patch 7.4.799
Problem:    Accessing memory before an allocated block.
Solution:   Check for not going before the start of a pattern. (Dominique
            Pelle)

9 years agopatch 7.4.798 v7.4.798
Bram Moolenaar [Tue, 28 Jul 2015 09:21:32 +0000 (11:21 +0200)]
patch 7.4.798
Problem:    Repeating a change in Visual mode does not work as expected.
            (Urtica Dioica)
Solution:   Make redo in Visual mode work better. (Christian Brabandt)

9 years agopatch 7.4.797 v7.4.797
Bram Moolenaar [Sat, 25 Jul 2015 20:53:00 +0000 (22:53 +0200)]
patch 7.4.797
Problem:    Crash when using more lines for the command line than
            'maxcombine'.
Solution:   Use the correct array index.  Also, do not try redrawing when
            exiting.  And use screen_Columns instead of Columns.

9 years agopatch 7.4.796 v7.4.796
Bram Moolenaar [Wed, 22 Jul 2015 20:46:13 +0000 (22:46 +0200)]
patch 7.4.796
Problem:    Warning from 64 bit compiler.
Solution:   Add type cast. (Mike Williams)

9 years agoCorrect optwin script, update PHP complete.
Bram Moolenaar [Wed, 22 Jul 2015 20:22:59 +0000 (22:22 +0200)]
Correct optwin script, update PHP complete.

9 years agopatch 7.4.795 v7.4.795
Bram Moolenaar [Wed, 22 Jul 2015 20:19:38 +0000 (22:19 +0200)]
patch 7.4.795
Problem:    The 'fixeol' option is not copied to a new window.
Solution:   Copy the option value. (Yasuhiro Matsumoto)

9 years agopatch 7.4.794 v7.4.794
Bram Moolenaar [Tue, 21 Jul 2015 18:22:12 +0000 (20:22 +0200)]
patch 7.4.794
Problem:    Visual Studio 2015 is not recognized.
Solution:   Add the version numbers to the makefile. (Taro Muraoka)

9 years agoUpdated and new runtime files.
Bram Moolenaar [Tue, 21 Jul 2015 17:19:13 +0000 (19:19 +0200)]
Updated and new runtime files.

9 years agopatch 7.4.793 v7.4.793
Bram Moolenaar [Tue, 21 Jul 2015 15:53:25 +0000 (17:53 +0200)]
patch 7.4.793
Problem:    Can't specify when not to ring the bell.
Solution:   Add the 'belloff' option. (Christian Brabandt)

9 years agopatch 7.4.792 v7.4.792
Bram Moolenaar [Tue, 21 Jul 2015 13:48:27 +0000 (15:48 +0200)]
patch 7.4.792
Problem:    Can only conceal text by defining syntax items.
Solution:   Use matchadd() to define concealing. (Christian Brabandt)

9 years agopatch 7.4.791 v7.4.791
Bram Moolenaar [Tue, 21 Jul 2015 13:03:06 +0000 (15:03 +0200)]
patch 7.4.791
Problem:    The buffer list can be very long.
Solution:   Add an argument to ":ls" to specify the type of buffer to list.
            (Marcin Szamotulski)

9 years agopatch 7.4.790 v7.4.790
Bram Moolenaar [Tue, 21 Jul 2015 08:57:44 +0000 (10:57 +0200)]
patch 7.4.790
Problem:    Test fails when the autochdir feature is not available.  Test
            output contains the test script.
Solution:   Check for the autochdir feature. (Kazunobu Kuriyama)  Only write
            the relevant test output.

9 years agopatch 7.4.789 v7.4.789
Bram Moolenaar [Sun, 19 Jul 2015 12:42:23 +0000 (14:42 +0200)]
patch 7.4.789
Problem:    Using freed memory and crash. (Dominique Pellej)
Solution:   Correct use of pointers. (Hirohito Higashi)

9 years agopatch 7.4.788 v7.4.788
Bram Moolenaar [Fri, 17 Jul 2015 21:08:29 +0000 (23:08 +0200)]
patch 7.4.788
Problem:    Can't build without the crypt feature. (John Marriott)
Solution:   Add #ifdef's.

9 years agopatch 7.4.787 v7.4.787
Bram Moolenaar [Fri, 17 Jul 2015 20:04:48 +0000 (22:04 +0200)]
patch 7.4.787
Problem:    snprintf() isn't available everywhere.
Solution:   Use vim_snprintf(). (Ken Takata)

9 years agopatch 7.4.786 v7.4.786
Bram Moolenaar [Fri, 17 Jul 2015 15:38:22 +0000 (17:38 +0200)]
patch 7.4.786
Problem:    It is not possible for a plugin to adjust to a changed setting.
Solution:   Add the OptionSet autocommand event. (Christian Brabandt)

9 years agopatch 7.4.785 v7.4.785
Bram Moolenaar [Fri, 17 Jul 2015 12:18:08 +0000 (14:18 +0200)]
patch 7.4.785
Problem:    On some systems automatically adding the missing EOL causes
            problems. Setting 'binary' has too many side effects.
Solution:   Add the 'fixeol' option, default on. (Pavel Samarkin)

9 years agopatch 7.4.784 v7.4.784
Bram Moolenaar [Fri, 17 Jul 2015 11:42:23 +0000 (13:42 +0200)]
patch 7.4.784
Problem:    Using both "noinsert" and "noselect" in 'completeopt' does not
            work properly.
Solution:   Change the ins_complete() calls. (Ozaki Kiichi)

9 years agopatch 7.4.783 v7.4.783
Bram Moolenaar [Fri, 17 Jul 2015 11:22:51 +0000 (13:22 +0200)]
patch 7.4.783
Problem:    copy_chars() and copy_spaces() are inefficient.
Solution:   Use memset() instead. (Dominique Pelle)

9 years agopatch 7.4.782 v7.4.782
Bram Moolenaar [Fri, 17 Jul 2015 11:03:48 +0000 (13:03 +0200)]
patch 7.4.782
Problem:    Still a few problems with CTRL-A and CTRL-X in Visual mode.
Solution:   Fix the reported problems. (Christian Brabandt)

9 years agopatch 7.4.781 v7.4.781
Bram Moolenaar [Sun, 12 Jul 2015 15:52:57 +0000 (17:52 +0200)]
patch 7.4.781
Problem:    line2byte() returns one less when 'bin' and 'noeol' are set.
Solution:   Only adjust the size for the last line. (Rob Wu)

9 years agopatch 7.4.780 v7.4.780
Bram Moolenaar [Sun, 12 Jul 2015 14:21:23 +0000 (16:21 +0200)]
patch 7.4.780
Problem:    Compiler complains about uninitialized variable and clobbered
            variables.
Solution:   Add Initialization.  Make variables static.

9 years agopatch 7.4.779 v7.4.779
Bram Moolenaar [Sun, 12 Jul 2015 13:02:38 +0000 (15:02 +0200)]
patch 7.4.779
Problem:    Using CTRL-A in a line without a number moves the cursor. May
            cause a crash when at the start of the line. (Urtica Dioica)
Solution:   Do not move the cursor if no number was changed.

9 years agopatch 7.4.778 v7.4.778
Bram Moolenaar [Fri, 10 Jul 2015 20:38:00 +0000 (22:38 +0200)]
patch 7.4.778
Problem:    Coverity warns for uninitialized variable.
Solution:   Change condition of assignment.

9 years agoUpdated runtime files.
Bram Moolenaar [Fri, 10 Jul 2015 17:31:35 +0000 (19:31 +0200)]
Updated runtime files.

9 years agopatch 7.4.777 v7.4.777
Bram Moolenaar [Fri, 10 Jul 2015 17:22:03 +0000 (19:22 +0200)]
patch 7.4.777
Problem:    The README file doesn't look nice on github.
Solution:   Add a markdown version of the README file.

9 years agopatch 7.4.776 v7.4.776
Bram Moolenaar [Fri, 10 Jul 2015 17:16:34 +0000 (19:16 +0200)]
patch 7.4.776
Problem:    Equivalence class for 'd' does not work correctly.
Solution:   Fix 0x1e0f and 0x1d0b. (Dominique Pelle)

9 years agoAdd files missing from patch 7.4.771.
Bram Moolenaar [Fri, 10 Jul 2015 16:23:59 +0000 (18:23 +0200)]
Add files missing from patch 7.4.771.

9 years agopatch 7.4.775 v7.4.775
Bram Moolenaar [Fri, 10 Jul 2015 16:18:40 +0000 (18:18 +0200)]
patch 7.4.775
Problem:    It is not possible to avoid using the first item of completion.
Solution:   Add the "noinsert" and "noselect" values to 'completeopt'. (Shougo
            Matsu)

9 years agopatch 7.4.774 v7.4.774
Bram Moolenaar [Fri, 10 Jul 2015 15:56:23 +0000 (17:56 +0200)]
patch 7.4.774
Problem:    When using the CompleteDone autocommand event it's difficult to
            get to the completed items.
Solution:   Add the v:completed_items variable. (Shougo Matsu)

9 years agopatch 7.4.773 v7.4.773
Bram Moolenaar [Fri, 10 Jul 2015 15:19:30 +0000 (17:19 +0200)]
patch 7.4.773
Problem:    'langmap' is used in command-line mode when checking for mappings.
            Issue 376.
Solution:   Do not use 'langmap' in command-line mode. (Larry Velazquez)

9 years agopatch 7.4.772 v7.4.772
Bram Moolenaar [Fri, 10 Jul 2015 14:12:48 +0000 (16:12 +0200)]
patch 7.4.772
Problem:    Racket 6.2 is not supported on MS-Windows.
Solution:   Check for the "racket" subdirectory. (Weiyong Mao)

9 years agopatch 7.4.771 v7.4.771
Bram Moolenaar [Fri, 10 Jul 2015 12:43:35 +0000 (14:43 +0200)]
patch 7.4.771
Problem:    Search does not handle multi-byte character at the start position
            correctly.
Solution:   Take byte size of character into account. (Yukihiro Nakadaira)

9 years agopatch 7.4.770 v7.4.770
Bram Moolenaar [Fri, 10 Jul 2015 12:05:10 +0000 (14:05 +0200)]
patch 7.4.770
Problem:    Background color response with transparency is not ignored.
Solution:   Change the way escape sequences are recognized. (partly by
            Hirohito Higashi)

9 years agopatch 7.4.769 v7.4.769
Bram Moolenaar [Sat, 4 Jul 2015 13:05:14 +0000 (15:05 +0200)]
patch 7.4.769
Problem:    Behavior of :diffoff is not tested.
Solution:   Add a bit of testing. (Olaf Dabrunz)

9 years agopatch 7.4.768 v7.4.768
Bram Moolenaar [Fri, 3 Jul 2015 13:06:56 +0000 (15:06 +0200)]
patch 7.4.768
Problem:    :diffoff only works properly once.
Solution:   Also make :diffoff work when used a second time. (Olaf Dabrunz)

9 years agopatch 7.4.767 v7.4.767
Bram Moolenaar [Fri, 3 Jul 2015 11:33:01 +0000 (13:33 +0200)]
patch 7.4.767
Problem:    --remote-tab-silent can fail on MS-Windows.
Solution:   Use single quotes to avoid problems with backslashes. (Idea by
            Weiyong Mao)

9 years agopatch 7.4.766 v7.4.766
Bram Moolenaar [Fri, 3 Jul 2015 11:05:50 +0000 (13:05 +0200)]
patch 7.4.766
Problem:    Background color check does not work on Tera Term.
Solution:   Also recognize ST as a termination character. (Hirohito Higashi)

9 years agopatch 7.4.765 v7.4.765
Bram Moolenaar [Fri, 3 Jul 2015 10:44:07 +0000 (12:44 +0200)]
patch 7.4.765
Problem:    CTRL-A and CTRL-X in Visual mode do not always work well.
Solution:   Improvements for increment and decrement. (Christian Brabandt)

9 years agopatch 7.4.764 v7.4.764
Bram Moolenaar [Sun, 28 Jun 2015 17:24:39 +0000 (19:24 +0200)]
patch 7.4.764
Problem:    test_increment fails on MS-Windows. (Ken Takata)
Solution:   Clear Visual mappings. (Taro Muraoka)

9 years agopatch 7.4.763 v7.4.763
Bram Moolenaar [Sat, 27 Jun 2015 16:36:16 +0000 (18:36 +0200)]
patch 7.4.763
Problem:    Building with Lua 5.1 doesn't work.
Solution:   Define lua_replace and lua_remove. (KF Leong)

9 years agopatch 7.4.762 v7.4.762
Bram Moolenaar [Sat, 27 Jun 2015 16:34:24 +0000 (18:34 +0200)]
patch 7.4.762
Problem:    Comment for may_req_bg_color() is wrong. (Christ van Willegen)
Solution:   Rewrite the comment.

9 years agoUpdate help files.
Bram Moolenaar [Fri, 26 Jun 2015 17:35:49 +0000 (19:35 +0200)]
Update help files.

9 years agopatch 7.4.761 v7.4.761
Bram Moolenaar [Thu, 25 Jun 2015 17:16:56 +0000 (19:16 +0200)]
patch 7.4.761
Problem:    The request-background termcode implementation is incomplete.
Solution:   Add the missing pieces.

9 years agopatch 7.4.760 v7.4.760
Bram Moolenaar [Thu, 25 Jun 2015 16:36:26 +0000 (18:36 +0200)]
patch 7.4.760
Problem:    Spelling mistakes are not displayed after ":syn spell".
Solution:   Force a redraw after ":syn spell" command. (Christian Brabandt)

9 years agopatch 7.4.759 v7.4.759
Bram Moolenaar [Thu, 25 Jun 2015 16:27:32 +0000 (18:27 +0200)]
patch 7.4.759
Problem:    Building with Lua 5.3 doesn't work, symbols have changed.
Solution:   Use the new names for the new version. (Felix Schnizlein)

9 years agopatch 7.4.758 v7.4.758
Bram Moolenaar [Thu, 25 Jun 2015 16:20:36 +0000 (18:20 +0200)]
patch 7.4.758
Problem:    When 'conceallevel' is 1 and quitting the command-line window with
            CTRL-C the first character ':' is erased.
Solution:   Reset 'conceallevel' in the command-line window. (Hirohito
            Higashi)

9 years agopatch 7.4.757 v7.4.757
Bram Moolenaar [Thu, 25 Jun 2015 15:03:36 +0000 (17:03 +0200)]
patch 7.4.757
Problem:    Cannot detect the background color of a terminal.
Solution:   Add T_RBG to request the background color if possible. (Lubomir
            Rintel)

9 years agopatch 7.4.756 v7.4.756
Bram Moolenaar [Thu, 25 Jun 2015 14:13:46 +0000 (16:13 +0200)]
patch 7.4.756
Problem:    Can't use strawberry Perl 5.22 x64 on MS-Windows.
Solution:   Add new defines and #if. (Ken Takata)

9 years agopatch 7.4.755 v7.4.755
Bram Moolenaar [Thu, 25 Jun 2015 14:09:26 +0000 (16:09 +0200)]
patch 7.4.755
Problem:    It is not easy to count the number of characters.
Solution:   Add the skipcc argument to strchars(). (Hirohito Higashi, Ken
            Takata)

9 years agopatch 7.4.754 v7.4.754
Bram Moolenaar [Thu, 25 Jun 2015 11:57:36 +0000 (13:57 +0200)]
patch 7.4.754
Problem:    Using CTRL-A in Visual mode does not work well. (Gary Johnson)
Solution:   Make it increment all numbers in the Visual area. (Christian
            Brabandt)

9 years agopatch 7.4.753 v7.4.753
Bram Moolenaar [Thu, 25 Jun 2015 11:30:46 +0000 (13:30 +0200)]
patch 7.4.753
Problem:    Appending in Visual mode with 'linebreak' set does not work
            properly.  Also when 'selection' is "exclusive". (Ingo Karkat)
Solution:   Recalculate virtual columns. (Christian Brabandt)

9 years agopatch 7.4.752 v7.4.752
Bram Moolenaar [Sun, 21 Jun 2015 12:22:00 +0000 (14:22 +0200)]
patch 7.4.752
Problem:    Unicode 8.0 not supported.
Solution:   Update tables for Unicode 8.0.  Avoid E36 when running the script.
            (James McCoy)

9 years agopatch 7.4.751 v7.4.751
Bram Moolenaar [Sun, 21 Jun 2015 11:44:13 +0000 (13:44 +0200)]
patch 7.4.751
Problem:    It is not obvious how to enable the address sanitizer.
Solution:   Add commented-out flags in the Makefile. (Dominique Pelle)
            Also add missing test targets.

9 years agopatch 7.4.750 v7.4.750
Bram Moolenaar [Sun, 21 Jun 2015 11:41:08 +0000 (13:41 +0200)]
patch 7.4.750
Problem:    Cannot build with clang 3.5 on Cygwin with perl enabled.
Solution:   Strip "-fdebug-prefix-map" in configure. (Ken Takata)

9 years agopatch 7.4.749 v7.4.749
Bram Moolenaar [Sat, 20 Jun 2015 13:30:03 +0000 (15:30 +0200)]
patch 7.4.749
Problem:    For some options two consecutive commas are OK. (Nikolay Pavlov)
Solution:   Add the P_ONECOMMA flag.

9 years agopatch 7.4.748 v7.4.748
Bram Moolenaar [Fri, 19 Jun 2015 19:06:11 +0000 (21:06 +0200)]
patch 7.4.748
Problem:    Buffer overflow.
Solution:   Make the buffer larger. (Kazunobu Kuriyama)

9 years agoAdd the logiPat plugin to the distribution.
Bram Moolenaar [Fri, 19 Jun 2015 16:48:41 +0000 (18:48 +0200)]
Add the logiPat plugin to the distribution.

9 years agopatch 7.4.747 v7.4.747
Bram Moolenaar [Fri, 19 Jun 2015 16:35:34 +0000 (18:35 +0200)]
patch 7.4.747
Problem:    ":cnext" may jump to the wrong column when setting
            'virtualedit=all' (cs86661)
Solution:   Reset the coladd field. (Hirohito Higashi)

9 years agopatch 7.4.746 v7.4.746
Bram Moolenaar [Fri, 19 Jun 2015 14:45:43 +0000 (16:45 +0200)]
patch 7.4.746
Problem:    ":[count]tag" is not always working. (cs86661)
Solution:   Set cur_match a bit later. (Hirohito Higashi)

9 years agopatch 7.4.745 v7.4.745
Bram Moolenaar [Fri, 19 Jun 2015 14:32:57 +0000 (16:32 +0200)]
patch 7.4.745
Problem:    The entries added by matchaddpos() are returned by getmatches()
            but can't be set with setmatches(). (Lcd)
Solution:   Fix setmatches(). (Christian Brabandt)

9 years agopatch 7.4.744 v7.4.744
Bram Moolenaar [Fri, 19 Jun 2015 13:45:29 +0000 (15:45 +0200)]
patch 7.4.744
Problem:    No tests for Ruby and Perl.
Solution:   Add minimal tests. (Ken Takata)

9 years agopatch 7.4.743 v7.4.743
Bram Moolenaar [Fri, 19 Jun 2015 13:17:55 +0000 (15:17 +0200)]
patch 7.4.743
Problem:    "p" in Visual mode causes an unexpected line split.
Solution:   Advance the cursor first. (Yukihiro Nakadaira)

9 years agopatch 7.4.742 v7.4.742
Bram Moolenaar [Fri, 19 Jun 2015 12:41:49 +0000 (14:41 +0200)]
patch 7.4.742
Problem:    Cannot specify a vertical split when loading a buffer for a
            quickfix command.
Solution:   Add the "vsplit" value to 'switchbuf'. (Brook Hong)