]> granicus.if.org Git - vim/log
vim
8 years agoUpdated runtime files.
Bram Moolenaar [Sun, 6 Nov 2016 13:48:06 +0000 (14:48 +0100)]
Updated runtime files.

8 years agopatch 8.0.0068 v8.0.0068
Bram Moolenaar [Sun, 6 Nov 2016 13:46:44 +0000 (14:46 +0100)]
patch 8.0.0068
Problem:    Checking did_throw after executing autocommands is wrong. (Daniel
            Hahler)
Solution:   Call aborting() instead, and only when autocommands were executed.

8 years agopatch 8.0.0067 v8.0.0067
Bram Moolenaar [Sun, 6 Nov 2016 13:17:16 +0000 (14:17 +0100)]
patch 8.0.0067
Problem:    VMS has a problem with infinity.
Solution:   Avoid an overflow. (Zoltan Arpadffy)

8 years agopatch 8.0.0066 v8.0.0066
Bram Moolenaar [Sat, 5 Nov 2016 20:55:13 +0000 (21:55 +0100)]
patch 8.0.0066
Problem:    when calling an operator function when 'linebreak' is set, it is
            internally reset before calling the operator function.
Solution:   Restore 'linebreak' before calling op_function(). (Christian
            Brabandt)

8 years agopatch 8.0.0065 v8.0.0065
Bram Moolenaar [Sat, 5 Nov 2016 19:13:35 +0000 (20:13 +0100)]
patch 8.0.0065
Problem:    Compiler warning for unused function in tiny build. (Tony
            Mechelynck)
Solution:   Add #ifdef.

8 years agopatch 8.0.0064 v8.0.0064
Bram Moolenaar [Sat, 5 Nov 2016 18:54:01 +0000 (19:54 +0100)]
patch 8.0.0064
Problem:    Normal test fails on MS-Windows.
Solution:   Don't try using an illegal file name.

8 years agopatch 8.0.0063 v8.0.0063
Bram Moolenaar [Sat, 5 Nov 2016 13:58:34 +0000 (14:58 +0100)]
patch 8.0.0063
Problem:    Compiler warning for comparing with unsigned. (Zoltan Arpadffy)
Solution:   Change <= to ==.

8 years agopatch 8.0.0062 v8.0.0062
Bram Moolenaar [Fri, 4 Nov 2016 21:17:16 +0000 (22:17 +0100)]
patch 8.0.0062
Problem:    No digraph for HORIZONTAL ELLIPSIS.
Solution:   Use ",.". (Hans Ginzel, closes #1226)

8 years agopatch 8.0.0061 v8.0.0061
Bram Moolenaar [Fri, 4 Nov 2016 21:08:29 +0000 (22:08 +0100)]
patch 8.0.0061
Problem:    Compiler warning for unused variable.
Solution:   Add #ifdef. (John Marriott)

8 years agopatch 8.0.0060 v8.0.0060
Bram Moolenaar [Fri, 4 Nov 2016 20:22:37 +0000 (21:22 +0100)]
patch 8.0.0060
Problem:    When using an Ex command for 'keywordprg' it is escaped as with a
            shell command. (Romain Lafourcade)
Solution:   Escape for an Ex command. (closes #1175)

8 years agopatch 8.0.0059 v8.0.0059
Bram Moolenaar [Fri, 4 Nov 2016 19:35:31 +0000 (20:35 +0100)]
patch 8.0.0059
Problem:    Vim does not build on VMS systems.
Solution:   Various changes for VMS. (Zoltan Arpadffy)

8 years agopatch 8.0.0058 v8.0.0058
Bram Moolenaar [Fri, 4 Nov 2016 19:08:52 +0000 (20:08 +0100)]
patch 8.0.0058
Problem:    Positioning of the popup menu is not good.
Solution:   Position it better. (Hirohito Higashi)

8 years agopatch 8.0.0057 v8.0.0057
Bram Moolenaar [Fri, 4 Nov 2016 15:41:20 +0000 (16:41 +0100)]
patch 8.0.0057
Problem:    Tests fail without the 'keymap' features.
Solution:   Check for feature in test.

8 years agopatch 8.0.0056 v8.0.0056
Bram Moolenaar [Fri, 4 Nov 2016 14:23:45 +0000 (15:23 +0100)]
patch 8.0.0056
Problem:    When setting 'filetype' there is no check for a valid name.
Solution:   Only allow valid characters in 'filetype', 'syntax' and 'keymap'.

8 years agopatch 8.0.0055 v8.0.0055
Bram Moolenaar [Sun, 30 Oct 2016 20:57:52 +0000 (21:57 +0100)]
patch 8.0.0055
Problem:    Minor comment and style deficiencies.
Solution:   Update comments and fix style.

8 years agoRuntime file updates.
Bram Moolenaar [Sun, 30 Oct 2016 20:55:26 +0000 (21:55 +0100)]
Runtime file updates.

8 years agopatch 8.0.0054 v8.0.0054
Bram Moolenaar [Sat, 29 Oct 2016 12:55:00 +0000 (14:55 +0200)]
patch 8.0.0054
Problem:    On Windows job_stop() stops cmd.exe, not the processes it runs.
            (Linwei)
Solution:   Iterate over all processes and terminate the one where the parent
            is the job process. Now only when there is no job object.
            (Yasuhiro Matsumoto, closes #1203)

8 years agopatch 8.0.0053 v8.0.0053
Bram Moolenaar [Sat, 29 Oct 2016 12:37:56 +0000 (14:37 +0200)]
patch 8.0.0053
Problem:    No test for what 8.0.0047 fixes.
Solution:   Add a test. (Hirohito Higashi)

8 years agopatch 8.0.0052 v8.0.0052
Bram Moolenaar [Fri, 28 Oct 2016 20:10:27 +0000 (22:10 +0200)]
patch 8.0.0052
Problem:    Conceal test passes even without the bug fix.
Solution:   Add a redraw command. (Christian Brabandt)

8 years agopatch 8.0.0051 v8.0.0051
Bram Moolenaar [Thu, 27 Oct 2016 19:13:10 +0000 (21:13 +0200)]
patch 8.0.0051
Problem:    New code for job_stop() breaks channel test on AppVeyor.
Solution:   Revert the change.

8 years agopatch 8.0.0050 v8.0.0050
Bram Moolenaar [Thu, 27 Oct 2016 18:00:07 +0000 (20:00 +0200)]
patch 8.0.0050
Problem:    An exiting job is detected with a large latency.
Solution:   Check for pending job more often. (Ozaki Kiichi)  Change the
            double loop in mch_inchar() into one.

8 years agopatch 8.0.0049 v8.0.0049
Bram Moolenaar [Thu, 27 Oct 2016 15:27:44 +0000 (17:27 +0200)]
patch 8.0.0049
Problem:    When a match ends in part of concealed text highlighting, it might
            mess up concealing by resetting prev_syntax_id.
Solution:   Do not reset prev_syntax_id and add a test to verify. (Christian
            Brabandt, closes #1092)

8 years agoUpdated runtime files.
Bram Moolenaar [Thu, 27 Oct 2016 15:00:16 +0000 (17:00 +0200)]
Updated runtime files.

8 years agopatch 8.0.0048 v8.0.0048
Bram Moolenaar [Thu, 27 Oct 2016 14:46:53 +0000 (16:46 +0200)]
patch 8.0.0048
Problem:    On Windows job_stop() stops cmd.exe, not the processes it runs.
            (Linwei)
Solution:   Iterate over all processes and terminate the one where the parent
            is the job process. (Yasuhiro Matsumoto, closes #1184)

8 years agopatch 8.0.0047 v8.0.0047
Bram Moolenaar [Thu, 27 Oct 2016 12:49:15 +0000 (14:49 +0200)]
patch 8.0.0047
Problem:    Crash when using the preview window from an unnamed buffer.
            (lifepillar)
Solution:   Do not clear the wrong buffer. (closes #1200)

8 years agoUpdated runtime files.
Bram Moolenaar [Sun, 23 Oct 2016 19:21:08 +0000 (21:21 +0200)]
Updated runtime files.

8 years agopatch 8.0.0046 v8.0.0046
Bram Moolenaar [Fri, 21 Oct 2016 18:35:37 +0000 (20:35 +0200)]
patch 8.0.0046
Problem:    Using NUL instead of NULL.
Solution:   Change to NULL. (Dominique Pelle)

8 years agopatch 8.0.0045 v8.0.0045
Bram Moolenaar [Tue, 18 Oct 2016 14:27:23 +0000 (16:27 +0200)]
patch 8.0.0045
Problem:    Calling job_stop() right after job_start() does not work.
Solution:   Block signals while fork is still busy. (Ozaki Kiichi, closes
            #1155)

8 years agopatch 8.0.0044 v8.0.0044
Bram Moolenaar [Tue, 18 Oct 2016 12:50:18 +0000 (14:50 +0200)]
patch 8.0.0044
Problem:    In diff mode the cursor may end up below the last line, resulting
            in an ml_get error.
Solution:   Check the line to be valid.

8 years agopatch 8.0.0043 v8.0.0043
Bram Moolenaar [Tue, 18 Oct 2016 11:06:41 +0000 (13:06 +0200)]
patch 8.0.0043
Problem:    When using Insert mode completion with 'completeopt' containing
            "noinsert" with CTRL-N the change is not saved for undo.  (Tommy
            Allen)
Solution:   Call stop_arrow() before inserting for any key.

8 years agopatch 8.0.0042 v8.0.0042
Bram Moolenaar [Mon, 17 Oct 2016 18:47:02 +0000 (20:47 +0200)]
patch 8.0.0042
Problem:    When using Insert mode completion with 'completeopt' containing
            "noinsert" change is not saved for undo.  (Tommy Allen)
Solution:   Call stop_arrow() before inserting for pressing Enter.

8 years agopatch 8.0.0041 v8.0.0041
Bram Moolenaar [Sun, 16 Oct 2016 13:35:47 +0000 (15:35 +0200)]
patch 8.0.0041
Problem:    When using Insert mode completion but not actually inserting
            anything an undo item is still created. (Tommy Allen)
Solution:   Do not call stop_arrow() when not inserting anything.

8 years agopatch 8.0.0040 v8.0.0040
Bram Moolenaar [Sun, 16 Oct 2016 12:35:48 +0000 (14:35 +0200)]
patch 8.0.0040
Problem:    Whole line highlighting with matchaddpos() does not work.
Solution:   Check for zero length. (Hirohito Higashi)

8 years agopatch 8.0.0039 v8.0.0039
Bram Moolenaar [Sat, 15 Oct 2016 18:46:20 +0000 (20:46 +0200)]
patch 8.0.0039
Problem:    When Vim 8 reads an old viminfo and exits, the next time marks are
            not read from viminfo. (Ned Batchelder)
Solution:   Set a mark when it wasn't set before, even when the timestamp is
            zero. (closes #1170)

8 years agopatch 8.0.0038 v8.0.0038
Bram Moolenaar [Sat, 15 Oct 2016 17:33:50 +0000 (19:33 +0200)]
patch 8.0.0038
Problem:    OPEN_CHR_FILES not defined for FreeBSD using Debian userland
            files.
Solution:   Check for __FreeBSD_kernel__. (James McCoy, closes #1166)

8 years agopatch 8.0.0037 v8.0.0037
Bram Moolenaar [Sat, 15 Oct 2016 17:28:13 +0000 (19:28 +0200)]
patch 8.0.0037
Problem:    Get E924 when switching tabs. ()
Solution:   Use win_valid_any_tab() instead of win_valid(). (Martin Vuille,
            closes #1167, closes #1171)

8 years agopatch 8.0.0036 v8.0.0036
Bram Moolenaar [Sat, 15 Oct 2016 16:36:49 +0000 (18:36 +0200)]
patch 8.0.0036
Problem:    Detecting that a job has finished may take a while.
Solution:   Check for a finished job more often (Ozaki Kiichi)

8 years agopatch 8.0.0035 v8.0.0035
Bram Moolenaar [Sat, 15 Oct 2016 15:06:47 +0000 (17:06 +0200)]
patch 8.0.0035
Problem:    Order of matches for 'omnifunc' is messed up. (Danny Su)
Solution:   Do not set compl_curr_match when called from complete_check().
            (closes #1168)

8 years agopatch 8.0.0034 v8.0.0034
Bram Moolenaar [Sat, 15 Oct 2016 13:39:39 +0000 (15:39 +0200)]
patch 8.0.0034
Problem:    No completion for ":messages".
Solution:   Complete "clear" argument. (Hirohito Higashi)

8 years agopatch 8.0.0033 v8.0.0033
Bram Moolenaar [Sat, 15 Oct 2016 12:56:30 +0000 (14:56 +0200)]
patch 8.0.0033
Problem:    Cannot use overlapping positions with matchaddpos().
Solution:   Check end of match. (Ozaki Kiichi) Add a test (Hirohito Higashi)

8 years agoUpdated runtime files.
Bram Moolenaar [Wed, 12 Oct 2016 21:08:06 +0000 (23:08 +0200)]
Updated runtime files.

8 years agopatch 8.0.0032 v8.0.0032
Bram Moolenaar [Wed, 12 Oct 2016 15:52:42 +0000 (17:52 +0200)]
patch 8.0.0032
Problem:    Tests may change the input file when something goes wrong.
Solution:   Avoid writing the input file.

8 years agopatch 8.0.0031 v8.0.0031
Bram Moolenaar [Wed, 12 Oct 2016 15:45:29 +0000 (17:45 +0200)]
patch 8.0.0031
Problem:    After ":bwipeout" 'fileformat' is not set to the right default.
Solution:   Get the default from 'fileformats'. (Mike Williams)

8 years agopatch 8.0.0030 v8.0.0030
Bram Moolenaar [Wed, 12 Oct 2016 12:50:54 +0000 (14:50 +0200)]
patch 8.0.0030
Problem:    Mouse mode is not automatically detected for tmux.
Solution:   Check for 'term' to be "tmux". (Michael Henry)

8 years agopatch 8.0.0029 v8.0.0029
Bram Moolenaar [Wed, 12 Oct 2016 12:20:24 +0000 (14:20 +0200)]
patch 8.0.0029
Problem:    Code for MS-Windows is complicated because of the exceptions for
            old systems.
Solution:   Drop support for MS-Windows older than Windows XP. (Ken Takata)

8 years agopatch 8.0.0028 v8.0.0028
Bram Moolenaar [Wed, 12 Oct 2016 10:13:35 +0000 (12:13 +0200)]
patch 8.0.0028
Problem:    Superfluous semicolons.
Solution:   Remove them. (Ozaki Kiichi)

8 years agoUpdated runtime files.
Bram Moolenaar [Tue, 11 Oct 2016 06:57:33 +0000 (08:57 +0200)]
Updated runtime files.

8 years agopatch 8.0.0027 v8.0.0027
Bram Moolenaar [Sun, 9 Oct 2016 15:28:01 +0000 (17:28 +0200)]
patch 8.0.0027
Problem:    A channel is closed when reading on stderr or stdout fails, but
            there may still be something to read on another part.
Solution:   Turn ch_to_be_closed into a bitfield. (Ozaki Kiichi)

8 years agopatch 8.0.0026 v8.0.0026
Bram Moolenaar [Sun, 9 Oct 2016 14:10:05 +0000 (16:10 +0200)]
patch 8.0.0026
Problem:    Error format with %W, %C and %Z does not work. (Gerd Wachsmuth)
Solution:   Skip code when qf_multiignore is set. (Lcd)

8 years agopatch 8.0.0025 v8.0.0025
Bram Moolenaar [Sun, 9 Oct 2016 13:50:48 +0000 (15:50 +0200)]
patch 8.0.0025
Problem:    Inconsistent use of spaces vs tabs in gd test.
Solution:   Use tabs. (Anton Lindqvist)

8 years agopatch 8.0.0024 v8.0.0024
Bram Moolenaar [Sun, 9 Oct 2016 13:43:25 +0000 (15:43 +0200)]
patch 8.0.0024
Problem:    When the netbeans channel closes, "DETACH" is put in the output
            part. (Ozaki Kiichi)
Solution:   Write "DETACH" in the socket part.

8 years agopatch 8.0.0023 v8.0.0023
Bram Moolenaar [Sat, 8 Oct 2016 17:21:31 +0000 (19:21 +0200)]
patch 8.0.0023
Problem:    "gd" and "gD" may find a match in a comment or string.
Solution:   Ignore matches in comments and strings. (Anton Lindqvist)

8 years agopatch 8.0.0022 v8.0.0022
Bram Moolenaar [Mon, 3 Oct 2016 19:37:41 +0000 (21:37 +0200)]
patch 8.0.0022
Problem:    If a channel in NL mode is missing the NL at the end the remaining
            characters are dropped.
Solution:   When the channel is closed use the remaining text. (Ozaki Kiichi)

8 years agopatch 8.0.0021 v8.0.0021
Bram Moolenaar [Sun, 2 Oct 2016 21:09:31 +0000 (23:09 +0200)]
patch 8.0.0021
Problem:    In the GUI when redrawing the cursor it may be on the second half
            of a double byte character.
Solution:   Correct the cursor column. (Yasuhiro Matsumoto)

8 years agopatch 8.0.0020 v8.0.0020
Bram Moolenaar [Sun, 2 Oct 2016 14:51:57 +0000 (16:51 +0200)]
patch 8.0.0020
Problem:    The regexp engines are not reentrant.
Solution:   Add regexec_T and save/restore the state when needed.

8 years agoUpdated runtime files.
Bram Moolenaar [Sat, 1 Oct 2016 12:47:05 +0000 (14:47 +0200)]
Updated runtime files.

8 years agopatch 8.0.0019 v8.0.0019
Bram Moolenaar [Thu, 29 Sep 2016 18:54:59 +0000 (20:54 +0200)]
patch 8.0.0019
Problem:    Test_command_count is old style.
Solution:   Turn it into a new style test. (Naruhiko Nishino)
            Use more assert functions.

8 years agopatch 8.0.0018 v8.0.0018
Bram Moolenaar [Thu, 29 Sep 2016 13:18:57 +0000 (15:18 +0200)]
patch 8.0.0018
Problem:    When using ":sleep" channel input is not handled.
Solution:   When there is a channel check for input also when not in raw mode.
            Check every 100 msec.

8 years agoMissing part of patch 8.0.0014
Bram Moolenaar [Tue, 27 Sep 2016 19:30:22 +0000 (21:30 +0200)]
Missing part of patch 8.0.0014

8 years agopatch 8.0.0017 v8.0.0017
Bram Moolenaar [Tue, 27 Sep 2016 19:28:56 +0000 (21:28 +0200)]
patch 8.0.0017
Problem:    Cannot get the number of the current quickfix or location list.
Solution:   Use the current list if "nr" in "what" is zero. (Yegappan
            Lakshmanan)  Remove debug command from test.

8 years agopatch 8.0.0016 v8.0.0016
Bram Moolenaar [Mon, 26 Sep 2016 20:58:58 +0000 (22:58 +0200)]
patch 8.0.0016
Problem:    Build fails.
Solution:   Include missing change.

8 years agopatch 8.0.0015 v8.0.0015
Bram Moolenaar [Mon, 26 Sep 2016 20:36:58 +0000 (22:36 +0200)]
patch 8.0.0015
Problem:    Can't tell which part of a channel has "buffered" status.
Solution:   Add an optional argument to ch_status().  Let ch_info() also
            return "buffered" for out_status and err_status.

8 years agopatch 8.0.0014 v8.0.0014
Bram Moolenaar [Mon, 26 Sep 2016 18:14:56 +0000 (20:14 +0200)]
patch 8.0.0014
Problem:    Crypt tests are old style.
Solution:   Convert to new style.

8 years agopatch 8.0.0013 v8.0.0013
Bram Moolenaar [Sun, 25 Sep 2016 20:27:37 +0000 (22:27 +0200)]
patch 8.0.0013
Problem:    Missing comma in list.
Solution:   Add the comma.

8 years agoUpdated runtime files.
Bram Moolenaar [Sun, 25 Sep 2016 20:11:48 +0000 (22:11 +0200)]
Updated runtime files.

8 years agopatch 8.0.0012 v8.0.0012
Bram Moolenaar [Sun, 25 Sep 2016 19:45:05 +0000 (21:45 +0200)]
patch 8.0.0012
Problem:    Typos in comments.
Solution:   Change "its" to "it's". (Matthew Brener, closes #1088)

8 years agoFix patch applied twice.
Bram Moolenaar [Sun, 25 Sep 2016 19:06:50 +0000 (21:06 +0200)]
Fix patch applied twice.

8 years agopatch 8.0.0011 v8.0.0011
Bram Moolenaar [Sun, 25 Sep 2016 19:03:02 +0000 (21:03 +0200)]
patch 8.0.0011
Problem:    On OSX Test_pipe_through_sort_all() sometimes fails.
Solution:   Add the test to the list of flaky tests.

8 years agopatch 8.0.0010 v8.0.0010
Bram Moolenaar [Sun, 25 Sep 2016 18:54:11 +0000 (20:54 +0200)]
patch 8.0.0010
Problem:    Crash when editing file that starts with crypt yeader. (igor2x)
Solution:   Check for length of text. (Christian Brabandt) Add a test.

8 years agopatch 8.0.0009 v8.0.0009
Bram Moolenaar [Sun, 25 Sep 2016 18:22:02 +0000 (20:22 +0200)]
patch 8.0.0009
Problem:    Unecessary workround for AppVeyor.
Solution:   Revert patch 7.4.990. (Christian Brabandt)

8 years agoUpdated runtime files.
Bram Moolenaar [Thu, 22 Sep 2016 20:33:02 +0000 (22:33 +0200)]
Updated runtime files.

8 years agopatch 8.0.0008 v8.0.0008
Bram Moolenaar [Thu, 22 Sep 2016 19:27:11 +0000 (21:27 +0200)]
patch 8.0.0008
Problem:    Popup complete test is disabled.
Solution:   Enable the test and change the assert. (Hirohito Higashi)

8 years agopatch 8.0.0007 v8.0.0007
Bram Moolenaar [Wed, 21 Sep 2016 20:41:24 +0000 (22:41 +0200)]
patch 8.0.0007
Problem:    Vim 7.4 is still mentioned in a few places.
Solution:   Update to Vim 8.  (Uncle Bill, closes #1094)

8 years agopatch 8.0.0006 v8.0.0006
Bram Moolenaar [Tue, 20 Sep 2016 19:39:14 +0000 (21:39 +0200)]
patch 8.0.0006
Problem:    ":lb" is interpreted as ":lbottom" while the documentation says it
            means ":lbuffer".
Solution:   Adjust the order of the commands. (haya14busa, closes #1093)

8 years agoUpdated runtime files.
Bram Moolenaar [Fri, 16 Sep 2016 18:02:31 +0000 (20:02 +0200)]
Updated runtime files.

8 years agopatch 8.0.0005 v8.0.0005
Bram Moolenaar [Thu, 15 Sep 2016 09:44:27 +0000 (11:44 +0200)]
patch 8.0.0005
Problem:    Netbeans test fails with Python 3. (Jonathonf)
Solution:   Encode the string before sending it. (closes #1070)

8 years agopatch 8.0.0004 v8.0.0004
Bram Moolenaar [Wed, 14 Sep 2016 20:16:13 +0000 (22:16 +0200)]
patch 8.0.0004
Problem:    A string argument for function() that is not a function name
            results in an error message with NULL. (Christian Brabandt)
Solution:   Use the argument for the error message.

8 years agopatch 8.0.0003 v8.0.0003
Bram Moolenaar [Mon, 12 Sep 2016 17:51:11 +0000 (19:51 +0200)]
patch 8.0.0003
Problem:    getwinvar() returns wrong Value of boolean and number options,
            especially non big endian systems. (James McCoy)
Solution:   Cast the pointer to long or int. (closes #1060)

8 years agoUpdate translations for intro page.
Bram Moolenaar [Mon, 12 Sep 2016 14:41:04 +0000 (16:41 +0200)]
Update translations for intro page.

8 years agopatch 8.0.0002 v8.0.0002
Bram Moolenaar [Mon, 12 Sep 2016 14:31:10 +0000 (16:31 +0200)]
patch 8.0.0002
Problem:    The netrw plugin does not work.
Solution:   Make it accept version 8.0.

8 years agopatch 8.0.0001 v8.0.0001
Bram Moolenaar [Mon, 12 Sep 2016 14:23:34 +0000 (16:23 +0200)]
patch 8.0.0001
Problem:    Intro screen still mentions version7. (Paul)
Solution:   Change it to version8.

8 years agoVim 8.0 release v8.0.0000
Bram Moolenaar [Mon, 12 Sep 2016 12:24:39 +0000 (14:24 +0200)]
Vim 8.0 release

8 years agopatch 7.4.2367 v7.4.2367
Bram Moolenaar [Mon, 12 Sep 2016 11:32:02 +0000 (13:32 +0200)]
patch 7.4.2367
Problem:    Test runner misses a comma.
Solution:   Add the comma.

8 years agopatch 7.4.2366 v7.4.2366
Bram Moolenaar [Mon, 12 Sep 2016 11:18:29 +0000 (13:18 +0200)]
patch 7.4.2366
Problem:    MS-Windows gvim.exe does not have DirectX support.
Solution:   Add the DIRECTX to the script.

8 years agopatch 7.4.2365 v7.4.2365
Bram Moolenaar [Mon, 12 Sep 2016 10:24:11 +0000 (12:24 +0200)]
patch 7.4.2365
Problem:    Needless line break. Confusing directory name.
Solution:   Remove line break.  Prepend "../" to "tools".

8 years agoA few more runtime updates.
Bram Moolenaar [Mon, 12 Sep 2016 10:17:26 +0000 (12:17 +0200)]
A few more runtime updates.

8 years agopatch 7.4.2364 v7.4.2364
Bram Moolenaar [Sun, 11 Sep 2016 14:48:50 +0000 (16:48 +0200)]
patch 7.4.2364
Problem:    Sort test sometimes fails.
Solution:   Add it to the list of flaky tests.

8 years agopatch 7.4.2363 v7.4.2363
Bram Moolenaar [Sun, 11 Sep 2016 13:08:56 +0000 (15:08 +0200)]
patch 7.4.2363
Problem:    Superfluous function prototypes.
Solution:   Remove them.

8 years agoUpdated runtime files, Japanese translations.
Bram Moolenaar [Sun, 11 Sep 2016 13:07:27 +0000 (15:07 +0200)]
Updated runtime files, Japanese translations.

8 years agopatch 7.4.2362 v7.4.2362
Bram Moolenaar [Sun, 11 Sep 2016 12:39:53 +0000 (14:39 +0200)]
patch 7.4.2362
Problem:    Illegal memory access with ":1@". (Dominique Pelle)
Solution:   Correct cursor column after setting the line number.  Also avoid
            calling end_visual_mode() when not in Visual mode.

8 years agopatch 7.4.2361 v7.4.2361
Bram Moolenaar [Sat, 10 Sep 2016 17:17:42 +0000 (19:17 +0200)]
patch 7.4.2361
Problem:    Checking for last_timer_id to overflow is not reliable. (Ozaki
            Kiichi)
Solution:   Check for the number not going up.

8 years agopatch 7.4.2360 v7.4.2360
Bram Moolenaar [Sat, 10 Sep 2016 13:52:55 +0000 (15:52 +0200)]
patch 7.4.2360
Problem:    Invalid memory access when formatting. (Dominique Pelle)
Solution:   Make sure cursor line and column are associated.

8 years agopatch 7.4.2359 v7.4.2359
Bram Moolenaar [Sat, 10 Sep 2016 12:27:30 +0000 (14:27 +0200)]
patch 7.4.2359
Problem:    Memory leak in timer_start().
Solution:   Check the right field to be NULL.

8 years agopatch 7.4.2358 v7.4.2358
Bram Moolenaar [Fri, 9 Sep 2016 20:13:24 +0000 (22:13 +0200)]
patch 7.4.2358
Problem:    Compiler warnings with Solaris Studio when using GTK3.
Solution:   Define FUNC2GENERIC depending on the system. (Kazunobu Kuriyama)

8 years agopatch 7.4.2357 v7.4.2357
Bram Moolenaar [Fri, 9 Sep 2016 19:42:36 +0000 (21:42 +0200)]
patch 7.4.2357
Problem:    Attempt to read history entry while not initialized.
Solution:   Skip when the index is negative.

8 years agopatch 7.4.2356 v7.4.2356
Bram Moolenaar [Fri, 9 Sep 2016 19:41:34 +0000 (21:41 +0200)]
patch 7.4.2356
Problem:    Reading past end of line when using previous substitute pattern.
            (Dominique Pelle)
Solution:   Don't set "pat" only set "searchstr".

8 years agopatch 7.4.2355 v7.4.2355
Bram Moolenaar [Fri, 9 Sep 2016 18:29:50 +0000 (20:29 +0200)]
patch 7.4.2355
Problem:    Regexp fails to match when using "\>\)\?". (Ramel)
Solution:   When a state is already in the list, but addstate_here() is used
            and the existing state comes later, add the new state anyway.

8 years agopatch 7.4.2354 v7.4.2354
Bram Moolenaar [Fri, 9 Sep 2016 15:59:50 +0000 (17:59 +0200)]
patch 7.4.2354
Problem:    The example that explains nested backreferences does not work
            properly with the new regexp engine. (Harm te Hennepe)
Solution:   Also save the end position when adding a state. (closes #990)

8 years agopatch 7.4.2353 v7.4.2353
Bram Moolenaar [Fri, 9 Sep 2016 14:59:08 +0000 (16:59 +0200)]
patch 7.4.2353
Problem:    Not enough test coverage for Normal mode commands.
Solution:   Add more tests. (Christian Brabandt)

8 years agopatch 7.4.2352 v7.4.2352
Bram Moolenaar [Fri, 9 Sep 2016 14:03:48 +0000 (16:03 +0200)]
patch 7.4.2352
Problem:    Netbeans test fails in shadow directory.
Solution:   Also copy README.txt to the shadow directory.