]> granicus.if.org Git - vim/log
vim
5 years agopatch 8.2.0045: script test fails v8.2.0045
Bram Moolenaar [Wed, 25 Dec 2019 18:33:22 +0000 (19:33 +0100)]
patch 8.2.0045: script test fails

Problem:    Script test fails.
Solution:   For numbers "is" and "isnot" work like "==" and "!=".

5 years agopatch 8.2.0044: expression type is used inconsistently v8.2.0044
Bram Moolenaar [Wed, 25 Dec 2019 17:14:14 +0000 (18:14 +0100)]
patch 8.2.0044: expression type is used inconsistently

Problem:    Expression type is used inconsistently.
Solution:   Add "ETYPE_IS" and "ETYPE_ISNOT" as separate enum values.  Rename
            "TYPE_" to "ETYPE_" to avoid confusion.

5 years agopatch 8.2.0043: timers test is still flaky on Travis for Mac v8.2.0043
Bram Moolenaar [Wed, 25 Dec 2019 14:47:14 +0000 (15:47 +0100)]
patch 8.2.0043: timers test is still flaky on Travis for Mac

Problem:    Timers test is still flaky on Travis for Mac.
Solution:   Increase maximum expected time.

5 years agopatch 8.2.0042: clearing funccal values twice v8.2.0042
Bram Moolenaar [Wed, 25 Dec 2019 14:04:03 +0000 (15:04 +0100)]
patch 8.2.0042: clearing funccal values twice

Problem:    Clearing funccal values twice.
Solution:   Remove clearing individual fields.

5 years agopatch 8.2.0041: leaking memory when selecting spell suggestion v8.2.0041
Bram Moolenaar [Wed, 25 Dec 2019 13:13:03 +0000 (14:13 +0100)]
patch 8.2.0041: leaking memory when selecting spell suggestion

Problem:    Leaking memory when selecting spell suggestion.
Solution:   Free previous value at the right time.

5 years agopatch 8.2.0040: timers test is still flaky on Travis for Mac v8.2.0040
Bram Moolenaar [Wed, 25 Dec 2019 12:59:51 +0000 (13:59 +0100)]
patch 8.2.0040: timers test is still flaky on Travis for Mac

Problem:    Timers test is still flaky on Travis for Mac.
Solution:   Run separately instead of as part of test_alot.

5 years agopatch 8.2.0039: memory access error when "z=" has no suggestions v8.2.0039
Bram Moolenaar [Wed, 25 Dec 2019 12:55:24 +0000 (13:55 +0100)]
patch 8.2.0039: memory access error when "z=" has no suggestions

Problem:    Memory access error when "z=" has no suggestions.
Solution:   Check for negative index.

5 years agopatch 8.2.0038: spell suggestions insufficiently tested v8.2.0038
Bram Moolenaar [Wed, 25 Dec 2019 12:36:36 +0000 (13:36 +0100)]
patch 8.2.0038: spell suggestions insufficiently tested

Problem:    Spell suggestions insufficiently tested.
Solution:   Add spell suggestion tests. (Dominique Pelle, closes #5398)

5 years agopatch 8.2.0037: missing renamed message v8.2.0037
Bram Moolenaar [Tue, 24 Dec 2019 14:38:21 +0000 (15:38 +0100)]
patch 8.2.0037: missing renamed message

Problem:    Missing renamed message.
Solution:   Now really add the error number.

5 years agopatch 8.2.0036: not enough test coverage for match functions v8.2.0036
Bram Moolenaar [Tue, 24 Dec 2019 14:17:00 +0000 (15:17 +0100)]
patch 8.2.0036: not enough test coverage for match functions

Problem:    Not enough test coverage for match functions.
Solution:   Add a few more test cases.  (Dominique Pelle, closes #5394)
            Add error number.

5 years agopatch 8.2.0035: saving and restoring called_emsg is clumsy v8.2.0035
Bram Moolenaar [Mon, 23 Dec 2019 21:59:18 +0000 (22:59 +0100)]
patch 8.2.0035: saving and restoring called_emsg is clumsy

Problem:    Saving and restoring called_emsg is clumsy.
Solution:   Count the number of error messages.

5 years agopatch 8.2.0034: missing check for out of memory v8.2.0034
Bram Moolenaar [Mon, 23 Dec 2019 17:18:52 +0000 (18:18 +0100)]
patch 8.2.0034: missing check for out of memory

Problem:    Missing check for out of memory.
Solution:   Check for NULL after vim_strsave(). (Dominique Pelle,
            closes #5393)

5 years agopatch 8.2.0033: crash when make_extmatch() runs out of memory v8.2.0033
Bram Moolenaar [Sun, 22 Dec 2019 18:40:40 +0000 (19:40 +0100)]
patch 8.2.0033: crash when make_extmatch() runs out of memory

Problem:    Crash when make_extmatch() runs out of memory.
Solution:   Check for NULL. (Dominique Pelle, closs #5392)

5 years agopatch 8.2.0032: MS-Windows: test for blank job fails v8.2.0032
Bram Moolenaar [Sun, 22 Dec 2019 17:28:51 +0000 (18:28 +0100)]
patch 8.2.0032: MS-Windows: test for blank job fails

Problem:    MS-Windows: test for blank job fails
Solution:   Check before escaping.

5 years agopatch 8.2.0031: MS-Windows: test for empty job fails v8.2.0031
Bram Moolenaar [Sun, 22 Dec 2019 15:09:06 +0000 (16:09 +0100)]
patch 8.2.0031: MS-Windows: test for empty job fails

Problem:    MS-Windows: test for empty job fails
Solution:   Check for error message, make it also fail on Unix.

5 years agopatch 8.2.0030: "gF" does not work on output of "verbose command" v8.2.0030
Bram Moolenaar [Sun, 22 Dec 2019 14:38:06 +0000 (15:38 +0100)]
patch 8.2.0030: "gF" does not work on output of "verbose command"

Problem:    "gF" does not work on output of "verbose command".
Solution:   Recognize " line " and translations. (closes #5391)

5 years agopatch 8.2.0029: MS-Windows: crash with empty job command v8.2.0029
Bram Moolenaar [Sat, 21 Dec 2019 21:22:01 +0000 (22:22 +0100)]
patch 8.2.0029: MS-Windows: crash with empty job command

Problem:    MS-Windows: crash with empty job command.
Solution:   Check for NULL result. (Yasuhiro Matsumoto, closes #5390)

5 years agopatch 8.2.0028: searchpairpos() is not tested v8.2.0028
Bram Moolenaar [Sat, 21 Dec 2019 21:00:50 +0000 (22:00 +0100)]
patch 8.2.0028: searchpairpos() is not tested

Problem:    Searchpairpos() is not tested.
Solution:   Add tests.  Also improve searchpair() testing. (Dominique Pelle,
            closes #5388)

5 years agopatch 8.2.0027: still some /* */ comments v8.2.0027
Bram Moolenaar [Sat, 21 Dec 2019 17:47:26 +0000 (18:47 +0100)]
patch 8.2.0027: still some /* */ comments

Problem:    Still some /* */ comments.
Solution:   Convert to // comments.

5 years agopatch 8.2.0026: still some /* */ comments v8.2.0026
Bram Moolenaar [Sat, 21 Dec 2019 17:25:54 +0000 (18:25 +0100)]
patch 8.2.0026: still some /* */ comments

Problem:    Still some /* */ comments.
Solution:   Convert to // comments.

5 years agopatch 8.2.0025: repeated word in comment v8.2.0025
Bram Moolenaar [Fri, 20 Dec 2019 18:07:00 +0000 (19:07 +0100)]
patch 8.2.0025: repeated word in comment

Problem:    Repeated word in comment.
Solution:   Remove one. (Rene Nyffenegger, closes #5384)

5 years agoUpdate runtime files.
Bram Moolenaar [Thu, 19 Dec 2019 21:12:03 +0000 (22:12 +0100)]
Update runtime files.

5 years agopatch 8.2.0024: filetype Rego not recognized v8.2.0024
Bram Moolenaar [Thu, 19 Dec 2019 14:57:42 +0000 (15:57 +0100)]
patch 8.2.0024: filetype Rego not recognized

Problem:    Filetype Rego not recognized.
Solution:   Add *.rego. (Matt Dunford, closes #5376)

5 years agopatch 8.2.0023: command line editing not sufficiently tested v8.2.0023
Bram Moolenaar [Wed, 18 Dec 2019 21:26:31 +0000 (22:26 +0100)]
patch 8.2.0023: command line editing not sufficiently tested

Problem:    Command line editing not sufficiently tested.
Solution:   Add more tests. (Dominique Pelle, closes #5374)

5 years agopatch 8.2.0022: click in popup window doesn't close it in the GUI v8.2.0022
Bram Moolenaar [Wed, 18 Dec 2019 20:33:22 +0000 (21:33 +0100)]
patch 8.2.0022: click in popup window doesn't close it in the GUI

Problem:    Click in popup window doesn't close it in the GUI. (Sergey Vlasov)
Solution:   When processing the selection also send a button release event.
            (closes #5367)

5 years agopatch 8.2.0021: timer test fails too often on Travis with MacOS v8.2.0021
Bram Moolenaar [Wed, 18 Dec 2019 19:10:23 +0000 (20:10 +0100)]
patch 8.2.0021: timer test fails too often on Travis with MacOS

Problem:    Timer test fails too often on Travis with MacOS.
Solution:   Be less strict with the time.

5 years agopatch 8.2.0020: mouse clicks in the command line not tested v8.2.0020
Bram Moolenaar [Wed, 18 Dec 2019 18:36:23 +0000 (19:36 +0100)]
patch 8.2.0020: mouse clicks in the command line not tested

Problem:    Mouse clicks in the command line not tested.
Solution:   Add tests. (Dominique Pelle, closes #5366)

5 years agopatch 8.2.0019: cannot number of lines of another buffer v8.2.0019
Bram Moolenaar [Tue, 17 Dec 2019 21:40:15 +0000 (22:40 +0100)]
patch 8.2.0019: cannot number of lines of another buffer

Problem:    Cannot number of lines of another buffer.
Solution:   Add "linecount" to getbufinfo(). (Yasuhiro Matsumoto,
            closes #5370)

5 years agopatch 8.2.0018: :join does not add white space where it should v8.2.0018
Bram Moolenaar [Tue, 17 Dec 2019 21:10:58 +0000 (22:10 +0100)]
patch 8.2.0018: :join does not add white space where it should

Problem:    :join does not add white space where it should. (Zdenek Dohnal)
Solution:   Handle joining multiple lines propely.

5 years agopatch 8.2.0017: OS/2 and MS-DOS are still mentioned v8.2.0017
Bram Moolenaar [Tue, 17 Dec 2019 20:27:18 +0000 (21:27 +0100)]
patch 8.2.0017: OS/2 and MS-DOS are still mentioned

Problem:    OS/2 and MS-DOS are still mentioned, even though support was
            removed long ago.
Solution:   Update documentation. (Yegappan Lakshmanan, closes #5368)

5 years agopatch 8.2.0016: test name used twice, option not restored properly v8.2.0016
Bram Moolenaar [Tue, 17 Dec 2019 19:29:26 +0000 (20:29 +0100)]
patch 8.2.0016: test name used twice, option not restored properly

Problem:    Test name used twice, option not restored properly.
Solution:   Rename function, restore option with "&".

5 years agopatch 8.2.0015: not all modeline variants are tested v8.2.0015
Bram Moolenaar [Tue, 17 Dec 2019 18:22:40 +0000 (19:22 +0100)]
patch 8.2.0015: not all modeline variants are tested

Problem:    Not all modeline variants are tested.
Solution:   Add modeline tests. (Dominique Pelle, closes #5369)

5 years agopatch 8.2.0014: test69 and test95 are old style v8.2.0014
Bram Moolenaar [Mon, 16 Dec 2019 21:43:31 +0000 (22:43 +0100)]
patch 8.2.0014: test69 and test95 are old style

Problem:    Test69 and test95 are old style.
Solution:   Convert to new style tests. (Yegappan Lakshmanan, closes #5365)

5 years agopatch 8.2.0013: not using a typedef for condstack v8.2.0013
Bram Moolenaar [Mon, 16 Dec 2019 16:10:33 +0000 (17:10 +0100)]
patch 8.2.0013: not using a typedef for condstack

Problem:    Not using a typedef for condstack.
Solution:   Add a typedef.

5 years agopatch 8.2.0012: some undo functionality is not tested v8.2.0012
Bram Moolenaar [Sun, 15 Dec 2019 17:09:19 +0000 (18:09 +0100)]
patch 8.2.0012: some undo functionality is not tested

Problem:    Some undo functionality is not tested.
Solution:   Add a few more test cases. (Dominique Pelle, closes #5364)

5 years agopatch 8.2.0011: screen updating wrong when opeing preview window v8.2.0011
Bram Moolenaar [Sun, 15 Dec 2019 13:55:33 +0000 (14:55 +0100)]
patch 8.2.0011: screen updating wrong when opeing preview window

Problem:    Screen updating wrong when opeing preview window.
Solution:   Redraw the window when the preview window opens.

5 years agopatch 8.2.0010: test64 is old style v8.2.0010
Bram Moolenaar [Sun, 15 Dec 2019 12:39:22 +0000 (13:39 +0100)]
patch 8.2.0010: test64 is old style

Problem:    Test64 is old style.
Solution:   Convert to new style test. (Yegappan Lakshmanan, closes #5363)

5 years agopatch 8.2.0009: VMS: terminal version doesn't build v8.2.0009
Bram Moolenaar [Sun, 15 Dec 2019 11:54:18 +0000 (12:54 +0100)]
patch 8.2.0009: VMS: terminal version doesn't build

Problem:    VMS: terminal version doesn't build.
Solution:   Move MIN definition.  Adjust #ifdefs. (Zoltan Arpadffy)

5 years agopatch 8.2.0008: test72 is old style v8.2.0008
Bram Moolenaar [Sat, 14 Dec 2019 19:35:01 +0000 (20:35 +0100)]
patch 8.2.0008: test72 is old style

Problem:    Test72 is old style.
Solution:   Convert to new style test. (Yegappan Lakshmanan, closes #5362)

5 years agopatch 8.2.0007: popup menu positioned wrong with folding in two tabs v8.2.0007
Bram Moolenaar [Sat, 14 Dec 2019 17:42:15 +0000 (18:42 +0100)]
patch 8.2.0007: popup menu positioned wrong with folding in two tabs

Problem:    Popup menu positioned wrong with folding in two tabs.
Solution:   Update the cursor line height. (closes #5353)

5 years agopatch 8.2.0006: test using long file name may fail v8.2.0006
Bram Moolenaar [Sat, 14 Dec 2019 16:53:27 +0000 (17:53 +0100)]
patch 8.2.0006: test using long file name may fail

Problem:    Test using long file name may fail. (Vladimir Lomov)
Solution:   Limit the name length. (Christian Brabandt, closes #5358)

5 years agopatch 8.2.0005: duplication in version info v8.2.0005
Bram Moolenaar [Sat, 14 Dec 2019 16:24:53 +0000 (17:24 +0100)]
patch 8.2.0005: duplication in version info

Problem:    Duplication in version info.
Solution:   Use preprocessor string concatenation. (Ken Takata, closes #5357)

5 years agopatch 8.2.0004: get E685 and E931 if buffer reload is interrupted v8.2.0004
Bram Moolenaar [Sat, 14 Dec 2019 15:18:15 +0000 (16:18 +0100)]
patch 8.2.0004: get E685 and E931 if buffer reload is interrupted

Problem:    Get E685 and E931 if buffer reload is interrupted.
Solution:   Do not abort deleting a dummy buffer. (closes #5361)

5 years agopatch 8.2.0003: Build file dependencies are incomplete v8.2.0003
Bram Moolenaar [Sat, 14 Dec 2019 12:17:11 +0000 (13:17 +0100)]
patch 8.2.0003: Build file dependencies are incomplete

Problem:    Build file dependencies are incomplete.
Solution:   Fix the dependencies. (Ken Takata, closes #5356)

5 years agopatch 8.2.0002: "dj" only deletes first line of closed fold v8.2.0002
Bram Moolenaar [Fri, 13 Dec 2019 18:35:55 +0000 (19:35 +0100)]
patch 8.2.0002: "dj" only deletes first line of closed fold

Problem:    "dj" only deletes first line of closed fold.
Solution:   Adjust last line of operator for linewise motion. (closes #5354)

5 years agopatch 8.2.0001: #endif comments do reflect corresponding #ifdef v8.2.0001
Bram Moolenaar [Fri, 13 Dec 2019 17:13:22 +0000 (18:13 +0100)]
patch 8.2.0001: #endif comments do reflect corresponding #ifdef

Problem:    #endif comments do reflect corresponding #ifdef.
Solution:   Update the comments. (Rene Nyffenegger, closes #5351)

5 years agoVim 8.2 release v8.2.0 v8.2.0000
Bram Moolenaar [Thu, 12 Dec 2019 13:18:35 +0000 (14:18 +0100)]
Vim 8.2 release

5 years agoMinor runtime file updates.
Bram Moolenaar [Wed, 11 Dec 2019 22:05:48 +0000 (23:05 +0100)]
Minor runtime file updates.

5 years agopatch 8.1.2424: MS-Windows: console buffer is resized unnecessarily v8.1.2424
Bram Moolenaar [Wed, 11 Dec 2019 21:57:40 +0000 (22:57 +0100)]
patch 8.1.2424: MS-Windows: console buffer is resized unnecessarily

Problem:    MS-Windows: console buffer is resized unnecessarily.
Solution:   Only call ResizeConBuf() when the size differs. (Nobuhiro
            Takasaki, closes #5343)

5 years agopatch 8.1.2423: MS-Windows properties shows version as "8, 1, 0" v8.1.2423
Bram Moolenaar [Wed, 11 Dec 2019 21:41:29 +0000 (22:41 +0100)]
patch 8.1.2423: MS-Windows properties shows version as "8, 1, 0"

Problem:    MS-Windows properties shows version as "8, 1, 0".
Solution:   Use "8.1.0". (Ken Takata, closes #5342)

5 years agopatch 8.1.2422: "make depend" does not work correctly for libvterm v8.1.2422
Bram Moolenaar [Wed, 11 Dec 2019 20:23:00 +0000 (21:23 +0100)]
patch 8.1.2422: "make depend" does not work correctly for libvterm

Problem:    "make depend" does not work correctly for libvterm.
Solution:   Fix build dependencies. And a few minor improvements.

5 years agopatch 8.1.2421: test88 is old style v8.1.2421
Bram Moolenaar [Wed, 11 Dec 2019 19:12:26 +0000 (20:12 +0100)]
patch 8.1.2421: test88 is old style

Problem:    Test88 is old style.
Solution:   Turn into a new style test. (Yegappan Lakshmanan, closes #5347)

5 years agopatch 8.1.2420: crash when calling popup_close() in win_execute() v8.1.2420
Bram Moolenaar [Wed, 11 Dec 2019 18:34:54 +0000 (19:34 +0100)]
patch 8.1.2420: crash when calling popup_close() in win_execute()

Problem:    Crash when calling popup_close() in win_execute().
Solution:   Disallow popup_close() in popup window. (Yasuhiro Matsumoto,
            closes #5345)

5 years agopatch 8.1.2419: with a long file name the hit-enter prompt appears v8.1.2419
Bram Moolenaar [Wed, 11 Dec 2019 18:00:04 +0000 (19:00 +0100)]
patch 8.1.2419: with a long file name the hit-enter prompt appears

Problem:    With a long file name the hit-enter prompt appears. (J. Lewis
            Muir)
Solution:   When checking for text to wrap don't do this when outputing a CR.

5 years agopatch 8.1.2418: bufnr('$') is wrong after recycling popup buffer v8.1.2418
Bram Moolenaar [Tue, 10 Dec 2019 22:44:48 +0000 (23:44 +0100)]
patch 8.1.2418: bufnr('$') is wrong after recycling popup buffer

Problem:    bufnr('$') is wrong after recycling popup buffer.
Solution:   Sort the buffer list by buffer number. (closes #5335)

5 years agopatch 8.1.2417: MinGW/Cygwin build does not clean up all files v8.1.2417
Bram Moolenaar [Tue, 10 Dec 2019 21:48:15 +0000 (22:48 +0100)]
patch 8.1.2417: MinGW/Cygwin build does not clean up all files

Problem:    MinGW/Cygwin build does not clean up all files.
Solution:   Delete *.map files. (Michael Soyka)

5 years agopatch 8.1.2416: loading menus sets v:errmsg v8.1.2416
Bram Moolenaar [Tue, 10 Dec 2019 21:11:53 +0000 (22:11 +0100)]
patch 8.1.2416: loading menus sets v:errmsg

Problem:    Loading menus sets v:errmsg.
Solution:   Avoid setting v:errmsg and add a test for that. (Jason Franklin)

5 years agopatch 8.1.2415: popup menu flickers if an info popup is used v8.1.2415
Bram Moolenaar [Tue, 10 Dec 2019 20:50:56 +0000 (21:50 +0100)]
patch 8.1.2415: popup menu flickers if an info popup is used

Problem:    Popup menu flickers if an info popup is used. (Nick Spoons)
Solution:   Set the pum_skip_redraw flag.

5 years agoUpdate a few runtime files.
Bram Moolenaar [Mon, 9 Dec 2019 22:11:18 +0000 (23:11 +0100)]
Update a few runtime files.

5 years agopatch 8.1.2414: MS-Windows: properties dialog box shows wrong character v8.1.2414
Bram Moolenaar [Mon, 9 Dec 2019 21:22:49 +0000 (22:22 +0100)]
patch 8.1.2414: MS-Windows: properties dialog box shows wrong character

Problem:    MS-Windows: properties dialog box shows wrong character.
Solution:   Explicitly specify encoding. (Ken Takata, closes #5338)

5 years agopatch 8.1.2413: cannot update ex_cmdidxs.h on MS-Windows v8.1.2413
Bram Moolenaar [Mon, 9 Dec 2019 20:48:11 +0000 (21:48 +0100)]
patch 8.1.2413: cannot update ex_cmdidxs.h on MS-Windows

Problem:    Cannot update ex_cmdidxs.h on MS-Windows.
Solution:   Add build rules and dependencies. (Ken Takata, closes #5337)

5 years agopatch 8.1.2412: crash when evaluating expression with error v8.1.2412
Bram Moolenaar [Sun, 8 Dec 2019 17:41:34 +0000 (18:41 +0100)]
patch 8.1.2412: crash when evaluating expression with error

Problem:    Crash when evaluating expression with error. (Dhiraj Mishra)
Solution:   Check parsing failed. (closes #5329)

5 years agopatch 8.1.2411: function argument copied unnecessarily v8.1.2411
Bram Moolenaar [Sun, 8 Dec 2019 16:08:29 +0000 (17:08 +0100)]
patch 8.1.2411: function argument copied unnecessarily

Problem:    Function argument copied unnecessarily.
Solution:   Use the argument directly.

5 years agoRuntime file updates.
Bram Moolenaar [Sun, 8 Dec 2019 14:07:48 +0000 (15:07 +0100)]
Runtime file updates.

5 years agopatch 8.1.2410: MS-Windows: test_iminsert fails without IME support v8.1.2410
Bram Moolenaar [Sat, 7 Dec 2019 20:40:48 +0000 (21:40 +0100)]
patch 8.1.2410: MS-Windows: test_iminsert fails without IME support

Problem:    MS-Windows: test_iminsert fails without IME support.
Solution:   Skip the test when imgetstatus() doesn't work.

5 years agopatch 8.1.2409: creating the distribution doesn't work as documented v8.1.2409
Bram Moolenaar [Sat, 7 Dec 2019 20:01:43 +0000 (21:01 +0100)]
patch 8.1.2409: creating the distribution doesn't work as documented

Problem:    Creating the distribution doesn't work as documented.
Solution:   Adjust name of uninstall binary. Create src/auto directory if
            needed.

5 years agopatch 8.1.2408: syntax menu and build instructions outdated v8.1.2408
Bram Moolenaar [Sat, 7 Dec 2019 18:24:34 +0000 (19:24 +0100)]
patch 8.1.2408: syntax menu and build instructions outdated

Problem:    Syntax menu and build instructions outdated.
Solution:   Update build instructions and syntax menu.

5 years agopatch 8.1.2407: proto files, dependencies and build instructions outdated v8.1.2407
Bram Moolenaar [Sat, 7 Dec 2019 17:50:29 +0000 (18:50 +0100)]
patch 8.1.2407: proto files, dependencies and build instructions outdated

Problem:    proto file, dependenciess and Build instructions outdated.
Solution:   Update proto files, dependencies and build instructions.

5 years agopatch 8.1.2406: leaking memory in test_paste and test_registers v8.1.2406
Bram Moolenaar [Sat, 7 Dec 2019 16:47:22 +0000 (17:47 +0100)]
patch 8.1.2406: leaking memory in test_paste and test_registers

Problem:    Leaking memory in test_paste and test_registers.
Solution:   Free the old title.  Don't copy expr_line.

5 years agopatch 8.1.2405: matchadd_conceal test fails under valgrind v8.1.2405
Bram Moolenaar [Sat, 7 Dec 2019 16:22:04 +0000 (17:22 +0100)]
patch 8.1.2405: matchadd_conceal test fails under valgrind

Problem:    matchadd_conceal test fails under valgrind.
Solution:   Use WaitForAssert() and wait a bit longer.

5 years agopatch 8.1.2404: channel test fails under valgrind v8.1.2404
Bram Moolenaar [Sat, 7 Dec 2019 16:10:25 +0000 (17:10 +0100)]
patch 8.1.2404: channel test fails under valgrind

Problem:    Channel test fails under valgrind.
Solution:   Sleep a bit longer.

5 years agopatch 8.1.2403: autocmd test fails under valgrind v8.1.2403
Bram Moolenaar [Sat, 7 Dec 2019 16:05:31 +0000 (17:05 +0100)]
patch 8.1.2403: autocmd test fails under valgrind

Problem:    Autocmd test fails under valgrind.
Solution:   Wait a bit longer.

5 years agoRuntime file updates.
Bram Moolenaar [Sat, 7 Dec 2019 15:03:51 +0000 (16:03 +0100)]
Runtime file updates.

5 years agopatch 8.1.2402: typos and other small things v8.1.2402
Bram Moolenaar [Fri, 6 Dec 2019 21:18:20 +0000 (22:18 +0100)]
patch 8.1.2402: typos and other small things

Problem:    Typos and other small things.
Solution:   Small fixes.

5 years agopatch 8.1.2401: :cexpr does not handle | in expression v8.1.2401
Bram Moolenaar [Fri, 6 Dec 2019 20:11:39 +0000 (21:11 +0100)]
patch 8.1.2401: :cexpr does not handle | in expression

Problem:    :cexpr does not handle | in expression.
Solution:   Remove EX_TRLBAR and set nextcmd pointer.

5 years agopatch 8.1.2400: test39 is old style v8.1.2400
Bram Moolenaar [Fri, 6 Dec 2019 19:43:36 +0000 (20:43 +0100)]
patch 8.1.2400: test39 is old style

Problem:    Test39 is old style.
Solution:   Convert the test cases into new style. (Yegappan Lakshmanan,
            closes #5324)

5 years agopatch 8.1.2399: info popup on top of cursor if it doesn't fit v8.1.2399
Bram Moolenaar [Fri, 6 Dec 2019 19:17:35 +0000 (20:17 +0100)]
patch 8.1.2399: info popup on top of cursor if it doesn't fit

Problem:    Info popup on top of cursor if it doesn't fit.
Solution:   Hide the popup if it doesn't fit.

5 years agopatch 8.1.2398: strptime() test fails on Japanese Mac v8.1.2398
Bram Moolenaar [Fri, 6 Dec 2019 11:45:01 +0000 (12:45 +0100)]
patch 8.1.2398: strptime() test fails on Japanese Mac

Problem:    strptime() test fails on Japanese Mac.
Solution:   Use %T instead of %X.

5 years agopatch 8.1.2397: should not define __USE_XOPEN v8.1.2397
Bram Moolenaar [Thu, 5 Dec 2019 22:07:06 +0000 (23:07 +0100)]
patch 8.1.2397: should not define __USE_XOPEN

Problem:    Should not define __USE_XOPEN. _XOPEN_SOURCE is not needed for
            Android.
Solution:   Remove __USE_XOPEN and adjust #ifdefs. (Ozaki Kiichi,
            closes #5322)

5 years agoUpdate runtime files.
Bram Moolenaar [Thu, 5 Dec 2019 21:47:25 +0000 (22:47 +0100)]
Update runtime files.

5 years agopatch 8.1.2396: using old C style comments v8.1.2396
Bram Moolenaar [Thu, 5 Dec 2019 20:50:01 +0000 (21:50 +0100)]
patch 8.1.2396: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.

5 years agopatch 8.1.2395: using old C style comments v8.1.2395
Bram Moolenaar [Thu, 5 Dec 2019 20:33:15 +0000 (21:33 +0100)]
patch 8.1.2395: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.

5 years agopatch 8.1.2394: using old C style comments v8.1.2394
Bram Moolenaar [Thu, 5 Dec 2019 20:10:38 +0000 (21:10 +0100)]
patch 8.1.2394: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.

5 years agopatch 8.1.2393: using old C style comments v8.1.2393
Bram Moolenaar [Thu, 5 Dec 2019 19:28:46 +0000 (20:28 +0100)]
patch 8.1.2393: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.

5 years agopatch 8.1.2392: using old C style comments v8.1.2392
Bram Moolenaar [Thu, 5 Dec 2019 19:12:41 +0000 (20:12 +0100)]
patch 8.1.2392: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.

5 years agopatch 8.1.2391: cannot build when __QNXNTO__ is defined v8.1.2391
Bram Moolenaar [Thu, 5 Dec 2019 17:35:44 +0000 (18:35 +0100)]
patch 8.1.2391: cannot build when __QNXNTO__ is defined

Problem:    Cannot build when __QNXNTO__ is defined. (Ian Wayne Larson)
Solution:   Move the check for "qansi". (Ken Takata, closes #5317)

5 years agopatch 8.1.2390: test94 is old style, fix 7.4.441 not tested v8.1.2390
Bram Moolenaar [Thu, 5 Dec 2019 17:16:33 +0000 (18:16 +0100)]
patch 8.1.2390: test94 is old style, fix 7.4.441 not tested

Problem:    Test94 is old style, fix 7.4.441 not tested.
Solution:   Turn test94 into a new style test.  Add tests for the fix in patch
            7.4.441. (Yegappan Lakshmanan, closes #5316)

5 years agopatch 8.1.2389: using old C style comments v8.1.2389
Bram Moolenaar [Wed, 4 Dec 2019 21:16:54 +0000 (22:16 +0100)]
patch 8.1.2389: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.

5 years agopatch 8.1.2388: using old C style comments v8.1.2388
Bram Moolenaar [Wed, 4 Dec 2019 20:57:43 +0000 (21:57 +0100)]
patch 8.1.2388: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.

5 years agopatch 8.1.2387: using old C style comments v8.1.2387
Bram Moolenaar [Wed, 4 Dec 2019 20:24:53 +0000 (21:24 +0100)]
patch 8.1.2387: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.

5 years agoUpdate version 8.2 notes and make syntax.
Bram Moolenaar [Wed, 4 Dec 2019 19:43:03 +0000 (20:43 +0100)]
Update version 8.2 notes and make syntax.

5 years agopatch 8.1.2386: 'wincolor' is not used for 'listchars' v8.1.2386
Bram Moolenaar [Wed, 4 Dec 2019 18:08:50 +0000 (19:08 +0100)]
patch 8.1.2386: 'wincolor' is not used for 'listchars'

Problem:    'wincolor' is not used for 'listchars'.
Solution:   Combine the colors. (closes #5308)

5 years agopatch 8.1.2385: opening cmdline window with feedkeys() does not work v8.1.2385
Bram Moolenaar [Wed, 4 Dec 2019 14:11:08 +0000 (15:11 +0100)]
patch 8.1.2385: opening cmdline window with feedkeys() does not work

Problem:    Opening cmdline window with feedkeys() does not work. (Yegappan
            Lakshmanan)
Solution:   Recognize K_CMDWIN also when ex_normal_busy is set.

5 years agopatch 8.1.2384: test 48 is old style v8.1.2384
Bram Moolenaar [Tue, 3 Dec 2019 21:59:23 +0000 (22:59 +0100)]
patch 8.1.2384: test 48 is old style

Problem:    Test 48 is old style.
Solution:   Merge test cases into new style test. (Yegappan Lakshmanan,
            closes #5307)

5 years agoUpdate a few runtime files
Bram Moolenaar [Tue, 3 Dec 2019 21:49:09 +0000 (22:49 +0100)]
Update a few runtime files

5 years agopatch 8.1.2383: using old C style comments v8.1.2383
Bram Moolenaar [Mon, 2 Dec 2019 21:49:38 +0000 (22:49 +0100)]
patch 8.1.2383: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.

5 years agopatch 8.1.2382: MS-Windows: When using VTP bold+inverse doesn't work v8.1.2382
Bram Moolenaar [Mon, 2 Dec 2019 20:35:31 +0000 (21:35 +0100)]
patch 8.1.2382: MS-Windows: When using VTP bold+inverse doesn't work

Problem:    MS-Windows: When using VTP bold+inverse doesn't work.
Solution:   Compare with the default colors. (Nobuhiro Takasaki, closes #5303)

5 years agopatch 8.1.2381: not all register related code is covered by tests v8.1.2381
Bram Moolenaar [Mon, 2 Dec 2019 19:41:39 +0000 (20:41 +0100)]
patch 8.1.2381: not all register related code is covered by tests

Problem:    Not all register related code is covered by tests.
Solution:   Add more test cases. (Yegappan Lakshmanan, closes #5301)

5 years agopatch 8.1.2380: using old C style comments v8.1.2380
Bram Moolenaar [Sun, 1 Dec 2019 21:11:18 +0000 (22:11 +0100)]
patch 8.1.2380: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.

5 years agopatch 8.1.2379: using old C style comments v8.1.2379
Bram Moolenaar [Sun, 1 Dec 2019 20:41:28 +0000 (21:41 +0100)]
patch 8.1.2379: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.