]>
granicus.if.org Git - vim/log
Bram Moolenaar [Sat, 5 Sep 2020 19:41:56 +0000 (21:41 +0200)]
patch 8.2.1616: Vim9: cannot pass "true" to synID()
Problem: Vim9: cannot pass "true" to synID().
Solution: Use tv_get_bool_chk(). (closes #6860)
Bram Moolenaar [Sat, 5 Sep 2020 19:35:16 +0000 (21:35 +0200)]
patch 8.2.1615: Vim9: cannot pass "true" to searchdecl()
Problem: Vim9: cannot pass "true" to searchdecl().
Solution: use tv_get_bool_chk(). (closes #6881)
Bram Moolenaar [Sat, 5 Sep 2020 19:21:16 +0000 (21:21 +0200)]
patch 8.2.1614: Vim9: cannot pass "true" to searchcount()
Problem: Vim9: cannot pass "true" to searchcount().
Solution: Use tv_get_bool_chk(). (closes #6854)
Bram Moolenaar [Sat, 5 Sep 2020 19:00:00 +0000 (21:00 +0200)]
patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add()
Problem: Vim9: cannot pass "true" to prop_type_add().
Solution: Use tv_get_bool(). (closes #6850)
Bram Moolenaar [Sat, 5 Sep 2020 18:50:49 +0000 (20:50 +0200)]
patch 8.2.1612: Vim9: cannot pass "true" to prop_remove()
Problem: Vim9: cannot pass "true" to prop_remove().
Solution: Use dict_get_bool(). (closes #6853)
Bram Moolenaar [Sat, 5 Sep 2020 18:29:41 +0000 (20:29 +0200)]
patch 8.2.1611: Vim9: cannot pass "true" to nr2char()
Problem: Vim9: cannot pass "true" to nr2char().
Solution: use tv_get_bool_chk(). (closes #6878)
Bram Moolenaar [Sat, 5 Sep 2020 18:16:57 +0000 (20:16 +0200)]
patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list()
Problem: Vim9: cannot pass "true" to list2str() and str2list().
Solution: Use tv_get_bool_chk(). (closes #6877)
Bram Moolenaar [Sat, 5 Sep 2020 18:06:33 +0000 (20:06 +0200)]
patch 8.2.1609: Vim9: test fails when build without +channel
Problem: Vim9: test fails when build without +channel.
Solution: Add check for +channel. (closes #6879)
Bram Moolenaar [Sat, 5 Sep 2020 17:59:39 +0000 (19:59 +0200)]
patch 8.2.1608: Vim9: getchar() test fails with GUI
Problem: Vim9: getchar() test fails with GUI.
Solution: Avoid that getchar(0) gets stuck on K_IGNORE.
Bram Moolenaar [Sat, 5 Sep 2020 16:48:57 +0000 (18:48 +0200)]
patch 8.2.1607: Vim9: getchar() test fails on MS-Windows
Problem: Vim9: getchar() test fails on MS-Windows.
Solution: First consume any available input.
Bram Moolenaar [Sat, 5 Sep 2020 16:45:29 +0000 (18:45 +0200)]
patch 8.2.1606: Vim9: cannot use "true" with has()
Problem: Vim9: cannot use "true" with has().
Solution: Use tv_get_bool(). (closes #6876)
Bram Moolenaar [Sat, 5 Sep 2020 16:40:44 +0000 (18:40 +0200)]
patch 8.2.1605: default maintainer on github is wrong
Problem: Defyyyyyyyyyyyyyyyyyyyyyyyub is wrong.
Solution: Use Bram's account.
Bram Moolenaar [Sat, 5 Sep 2020 16:31:33 +0000 (18:31 +0200)]
patch 8.2.1604: Vim9: cannot use "true" with getcompletion()
Problem: Vim9: cannot use "true" with getcompletion().
Solution: use tv_get_bool_chk(). (closes #6875)
Bram Moolenaar [Sat, 5 Sep 2020 15:51:23 +0000 (17:51 +0200)]
patch 8.2.1603: Vim9: cannot use "true" with getchar()
Problem: Vim9: cannot use "true" with getchar().
Solution: use tv_get_bool_chk(). (closes #6874)
Bram Moolenaar [Sat, 5 Sep 2020 15:37:07 +0000 (17:37 +0200)]
patch 8.2.1602: Vim9: cannot use 'true" with getbufinfo()
Problem: Vim9: cannot use 'true" with getbufinfo().
Solution: Use dict_get_bool(). (closes #6873)
Bram Moolenaar [Sat, 5 Sep 2020 15:30:44 +0000 (17:30 +0200)]
patch 8.2.1601: Vim9: cannot use 'true" with garbagecollect()
Problem: Vim9: cannot use 'true" with garbagecollect().
Solution: Use tv_get_bool(). (closes #6871)
Bram Moolenaar [Sat, 5 Sep 2020 15:18:28 +0000 (17:18 +0200)]
patch 8.2.1600: Vim9: cannot use "true" with deepcopy()
Problem: Vim9: cannot use "true" with deepcopy().
Solution: Use tv_get_bool_chk(). (closes #6867)
Bram Moolenaar [Sat, 5 Sep 2020 15:03:40 +0000 (17:03 +0200)]
patch 8.2.1599: missing line end when skipping a long line with :cgetfile
Problem: Missing line end when skipping a long line with :cgetfile.
Solution: Fix off-by-one error. (closes #6870)
Bram Moolenaar [Sat, 5 Sep 2020 14:08:49 +0000 (16:08 +0200)]
patch 8.2.1598: starting a hidden terminal resizes the current window
Problem: Starting a hidden terminal resizes the current window.
Solution: Do not resize the current window for a hidden terminal.
(closes #6872)
Bram Moolenaar [Sat, 5 Sep 2020 13:48:51 +0000 (15:48 +0200)]
patch 8.2.1597: the channel source file is too big
Problem: The channel source file is too big.
Solution: Move job related code to a new source file.
Bram Moolenaar [Sat, 5 Sep 2020 13:05:30 +0000 (15:05 +0200)]
patch 8.2.1596: using win_screenpos('.') in tests works but is wrong
Problem: Using win_screenpos('.') in tests works but is wrong.
Solution: Use win_screenpos(0).
Bram Moolenaar [Sat, 5 Sep 2020 12:27:24 +0000 (14:27 +0200)]
patch 8.2.1595: cannot easily see what Vim sends to the terminal
Problem: Cannot easily see what Vim sends to the terminal.
Solution: Write output to the channel log if it contains terminal control
sequences. Avoid warnings for tputs() argument.
Bram Moolenaar [Sat, 5 Sep 2020 11:48:58 +0000 (13:48 +0200)]
patch 8.2.1594: pull requests on github do not notify a maintainer
Problem: Pull requests on github do not notify a maintainer.
Solution: Add a CODEOWNERS file with a few initial entries.
Bram Moolenaar [Fri, 4 Sep 2020 19:18:46 +0000 (21:18 +0200)]
patch 8.2.1593: tests do not check the error number properly
Problem: Tests do not check the error number properly.0
Solution: Add a colon after the error number. (closes #6869)
Bram Moolenaar [Fri, 4 Sep 2020 17:50:57 +0000 (19:50 +0200)]
patch 8.2.1592: Vim9: passing "true" to char2nr() fails
Problem: Vim9: passing "true" to char2nr() fails.
Solution: Use tv_get_bool_chk(). (closes #6865)
Bram Moolenaar [Fri, 4 Sep 2020 16:38:06 +0000 (18:38 +0200)]
patch 8.2.1591: using winheight('.') in tests works but is wrong
Problem: Using winheight('.') in tests works but is wrong.
Solution: Use winheight(0). (issue #6863)
Bram Moolenaar [Fri, 4 Sep 2020 16:35:26 +0000 (18:35 +0200)]
patch 8.2.1590: Vim9: bufnr() doesn't take "true" argument
Problem: Vim9: bufnr() doesn't take "true" argument.
Solution: use tv_get_bool_chk(). (closes #6863)
Bram Moolenaar [Fri, 4 Sep 2020 16:34:09 +0000 (18:34 +0200)]
patch 8.2.1589: term_start() options for size are overruled by 'termwinsize'
Problem: Term_start() options for size are overruled by 'termwinsize'.
(Sergey Vlasov)
Solution: Set 'termwinsize' to the specified size.
Bram Moolenaar [Fri, 4 Sep 2020 14:35:35 +0000 (16:35 +0200)]
patch 8.2.1588: cannot read back the prompt of a prompt buffer
Problem: Cannot read back the prompt of a prompt buffer.
Solution: Add prompt_getprompt(). (Ben Jackson, closes #6851)
Bram Moolenaar [Fri, 4 Sep 2020 13:37:31 +0000 (15:37 +0200)]
patch 8.2.1587: loop for handling keys for the command line is too long
Problem: Loop for handling keys for the command line is too long.
Solution: Move wild menu handling to separate functions. (Yegappan
Lakshmanan, closes #6856)
Bram Moolenaar [Fri, 4 Sep 2020 12:41:21 +0000 (14:41 +0200)]
patch 8.2.1586: :resize command not fully tested
Problem: :resize command not fully tested.
Solution: Add a couple of tests. (Dominique Pellé, closes #6857)
Bram Moolenaar [Fri, 4 Sep 2020 11:53:00 +0000 (13:53 +0200)]
patch 8.2.1585: messages in globals.h not translated
Problem: Messages in globals.h not translated, xgettext on MS-Windows not
fully supported.
Solution: Add globals.h to list of input files. Update MS-Windows makefiles
to improve message translations. (Ken Takata, closes #6858)
Bram Moolenaar [Thu, 3 Sep 2020 20:33:44 +0000 (22:33 +0200)]
patch 8.2.1584: Vim9: cannot use "true" for "skipstart" in prop_find()
Problem: Vim9: cannot use "true" for "skipstart" in prop_find().
Solution: Use dict_get_bool() instead of tv_get_number(). (closes #6852)
Bram Moolenaar [Thu, 3 Sep 2020 17:50:05 +0000 (19:50 +0200)]
patch 8.2.1583: MS-Windows: cannot easily measure code coverage
Problem: MS-Windows: cannot easily measure code coverage.
Solution: Add the COVERAGE option. (Ken Takata, closes #6842)
Bram Moolenaar [Thu, 3 Sep 2020 17:25:11 +0000 (19:25 +0200)]
patch 8.2.1582: the channel log does not show typed text
Problem: The channel log does not show typed text.
Solution: Add raw typed text to the log file.
Bram Moolenaar [Thu, 3 Sep 2020 16:52:24 +0000 (18:52 +0200)]
patch 8.2.1581: using line() for global popup window doesn't work
Problem: Using line() for global popup window doesn't work.
Solution: Set tabpage to "curtab". (closes #6847)
Bram Moolenaar [Thu, 3 Sep 2020 14:50:13 +0000 (16:50 +0200)]
patch 8.2.1580: wildmenu does not work properly
Problem: Wildmenu does not work properly.
Solution: Do not call may_do_incsearch_highlighting() if completion is in
progress.
Bram Moolenaar [Thu, 3 Sep 2020 14:05:04 +0000 (16:05 +0200)]
patch 8.2.1579: reports from asan are not optimal
Problem: Reports from asan are not optimal.
Solution: Use clang with ubsan. (James McCoy, closes #6811)
Bram Moolenaar [Wed, 2 Sep 2020 20:33:24 +0000 (22:33 +0200)]
patch 8.2.1578: Vim9: popup_clear() does not take "true" as argument
Problem: Vim9: popup_clear() does not take "true" as argument.
Solution: Use tv_get_bool(). (closes #6826)
Bram Moolenaar [Wed, 2 Sep 2020 20:25:35 +0000 (22:25 +0200)]
patch 8.2.1577: Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" arg
Problem: Vim9: hasmapto(), mapcheck() and maparg() do not take "true" as
argument.
Solution: Use tv_get_bool(). (closes #6822, closes #6824)
Bram Moolenaar [Wed, 2 Sep 2020 20:10:34 +0000 (22:10 +0200)]
patch 8.2.1576: Vim9: index() does not take "true" as argument
Problem: Vim9: index() does not take "true" as argument.
Solution: Use tv_get_bool_chk(). (closes #6823)
Bram Moolenaar [Wed, 2 Sep 2020 19:57:07 +0000 (21:57 +0200)]
patch 8.2.1575: Vim9: globpath() doesnot take "true" as argument
Problem: Vim9: globpath() doesnot take "true" as argument.
Solution: Use tv_get_bool_chk(). (closes #6821)
Bram Moolenaar [Wed, 2 Sep 2020 19:53:11 +0000 (21:53 +0200)]
patch 8.2.1574: Vim9: glob() doesnot take "true" as argument
Problem: Vim9: glob() doesnot take "true" as argument.
Solution: Use tv_get_bool_chk(). (closes #6821)
Bram Moolenaar [Wed, 2 Sep 2020 19:45:54 +0000 (21:45 +0200)]
patch 8.2.1573: Vim9: getreg() does not take "true" as argument
Problem: Vim9: getreg() does not take "true" as argument.
Solution: Use tv_get_bool_chk(). (closes #6820)
Bram Moolenaar [Wed, 2 Sep 2020 19:37:56 +0000 (21:37 +0200)]
patch 8.2.1572: Vim9: expand() does not take "true" as argument
Problem: Vim9: expand() does not take "true" as argument.
Solution: Use tv_get_bool_chk(). (closes #6819)
Bram Moolenaar [Wed, 2 Sep 2020 19:31:22 +0000 (21:31 +0200)]
patch 8.2.1571: Vim9: count() third argument cannot be "true"
Problem: Vim9: count() third argument cannot be "true".
Solution: use tv_get_bool_chk(). (closes #6818)
Bram Moolenaar [Wed, 2 Sep 2020 19:21:35 +0000 (21:21 +0200)]
patch 8.2.1570: configure check for dirfd() does not work on HPUX
Problem: Configure check for dirfd() does not work on HPUX. (Michael Osipov)
Solution: Use AC_TRY_LINK instead of AC_TRY_COMPILE. (closes #6838)
Bram Moolenaar [Wed, 2 Sep 2020 19:02:35 +0000 (21:02 +0200)]
patch 8.2.1569: Vim9: fixes not tested; failure in getchangelist()
Problem: Vim9: fixes for functions not tested; failure in getchangelist().
Solution: Add tests. (closes #6813, closes #6815, closes #6817)
Bram Moolenaar [Wed, 2 Sep 2020 17:59:00 +0000 (19:59 +0200)]
patch 8.2.1568: prop_find() skips properties in the same line
Problem: prop_find() skips properties in the same line if "skipstart" is
used.
Solution: Use "continue" instead of "break". (closes #6840)
Bram Moolenaar [Wed, 2 Sep 2020 17:23:06 +0000 (19:23 +0200)]
patch 8.2.1567: no example to use ubsan with clang
Problem: No example to use ubsan with clang.
Solution: Add example commands. (Dominique Pellé, issue #6811)
Bram Moolenaar [Wed, 2 Sep 2020 15:08:59 +0000 (17:08 +0200)]
patch 8.2.1566: not all Bazel files are recognized
Problem: Not all Bazel files are recognized.
Solution: Add *.bazel and *.BUILD. (closes #6836)
Bram Moolenaar [Wed, 2 Sep 2020 10:58:48 +0000 (12:58 +0200)]
patch 8.2.1565: spellfile test sometimes fails
Problem: Spellfile test sometimes fails.
Solution: Check running into the end of the file.
Bram Moolenaar [Wed, 2 Sep 2020 08:25:45 +0000 (10:25 +0200)]
patch 8.2.1564: a few remaining errors from ubsan
Problem: A few remaining errors from ubsan.
Solution: Avoid the warnings. (Dominique Pellé, closes #6837)
Bram Moolenaar [Tue, 1 Sep 2020 21:16:32 +0000 (23:16 +0200)]
patch 8.2.1563: Vim9: error when using '%" with setbufvar() r getbufvar()
Problem: Vim9: error when using '%" with setbufvar() or getbufvar().
Solution: Use tv_get_buf_from_arg(). (closes #6816)
Bram Moolenaar [Tue, 1 Sep 2020 21:06:01 +0000 (23:06 +0200)]
patch 8.2.1562: Vim9: error when using "%" where a buffer is expected
Problem: Vim9: error when using "%" where a buffer is expected.
Solution: Add tv_get_buf_from_arg(). (closes #6814)
Bram Moolenaar [Tue, 1 Sep 2020 19:21:24 +0000 (21:21 +0200)]
patch 8.2.1561: using NULL pointers in fold code
Problem: Using NULL pointers in fold code.
Solution: Avoid using a NULL pointer. (Dominique Pellé, closes #6831,
closes #6831)
Bram Moolenaar [Tue, 1 Sep 2020 17:56:15 +0000 (19:56 +0200)]
patch 8.2.1560: using NULL pointers in some code
Problem: Using NULL pointers in some code. (James McCoy)
Solution: Avoid adding to a NULL pointer. Use byte as unsigned.
Bram Moolenaar [Tue, 1 Sep 2020 15:50:51 +0000 (17:50 +0200)]
patch 8.2.1559: s390x tests work again
Problem: s390x tests work again.
Solution: re-enable s390x tests. (James McCoy, closes #6829)
Bram Moolenaar [Mon, 31 Aug 2020 21:18:00 +0000 (23:18 +0200)]
patch 8.2.1558: signs test fails
Problem: Signs test fails.
Solution: Add missing change to sign.c.
Bram Moolenaar [Mon, 31 Aug 2020 20:16:08 +0000 (22:16 +0200)]
patch 8.2.1557: crash in :vimgrep when started as "vim -n"
Problem: Crash in :vimgrep when started as "vim -n". (Raul Segura)
Solution: Check mfp pointer. (Yegappan Lakshmanan, closes #6827)
Bram Moolenaar [Mon, 31 Aug 2020 20:00:05 +0000 (22:00 +0200)]
patch 8.2.1556: cursorline highlighting always overrules sign highlighting
Problem: Cursorline highlighting always overrules sign highlighting.
Solution: Combine the highlighting, use the priority to decide how.
(closes #6812)
Bram Moolenaar [Mon, 31 Aug 2020 19:30:32 +0000 (21:30 +0200)]
patch 8.2.1555: not all tests are executed on Github Actions
Problem: Not all tests are executed on Github Actions.
Solution: Copy "src" to "src2" earlier. Recognize "src2" in a couple more
places. Add two tests to the list of flaky tests. (Ken Takata,
closes #6798)
Bram Moolenaar [Mon, 31 Aug 2020 19:22:40 +0000 (21:22 +0200)]
patch 8.2.1554: crash in normal test
Problem: Crash in normal test.
Solution: Skip adjusting marks if there are no folds.
Bram Moolenaar [Mon, 31 Aug 2020 19:15:02 +0000 (21:15 +0200)]
patch 8.2.1553: crash in edit test
Problem: Crash in edit test.
Solution: Avoid using invalid pointer.
Bram Moolenaar [Mon, 31 Aug 2020 17:58:13 +0000 (19:58 +0200)]
patch 8.2.1552: warnings from asan with clang-11
Problem: Warnings from asan with clang-11. (James McCoy)
Solution: Avoid using a NULL pointer. (issue #6811)
Bram Moolenaar [Sun, 30 Aug 2020 21:24:20 +0000 (23:24 +0200)]
patch 8.2.1551: Vim9: error for argument type does not mention the number
Problem: Vim9: error for argument type does not mention the number.
Solution: Pass the argument number to where the error is given.
Bram Moolenaar [Sun, 30 Aug 2020 19:26:57 +0000 (21:26 +0200)]
patch 8.2.1550: Vim9: bufname('%') gives an error
Problem: Vim9: bufname('%') gives an error.
Solution: Only give an error for wrong argument type. (closes #6807)
Bram Moolenaar [Sun, 30 Aug 2020 18:46:38 +0000 (20:46 +0200)]
patch 8.2.1549: "r" fails if 'esckeys' is off and modifyOtherKeys is used
Problem: The "r" command fails for keys with modifiers if 'esckeys' is off
and modifyOtherKeys is used. (Lauri Tirkkonen)
Solution: Temporarily disable bracketed paste and modifyOtherKeys if
'esckeys' is off. (closes #6809)
Bram Moolenaar [Sun, 30 Aug 2020 17:42:06 +0000 (19:42 +0200)]
patch 8.2.1548: cannot move position of "%%" in message translations
Problem: Cannot move position of "%%" in message translations. (Emir Sarı)
Solution: Improve the check script.
Bram Moolenaar [Sun, 30 Aug 2020 17:26:45 +0000 (19:26 +0200)]
patch 8.2.1547: various comment problems
Problem: Various comment problems.
Solution: Update comments.
Bram Moolenaar [Sun, 30 Aug 2020 16:11:54 +0000 (18:11 +0200)]
patch 8.2.1546: build rule for Vim.app is unused
Problem: Build rule for Vim.app is unused.
Solution: Delete the related build rules.
Bram Moolenaar [Sun, 30 Aug 2020 15:24:37 +0000 (17:24 +0200)]
patch 8.2.1545: ch_logfile() is unclear about closing when forking
Problem: ch_logfile() is unclear about closing when forking.
Solution: Adjust the log messages.
Bram Moolenaar [Sun, 30 Aug 2020 15:20:20 +0000 (17:20 +0200)]
Update runtime files.
Bram Moolenaar [Sun, 30 Aug 2020 13:52:10 +0000 (15:52 +0200)]
patch 8.2.1544: cannot translate messages in a Vim script
Problem: Cannot translate messages in a Vim script.
Solution: Add gettext(). Try it out for a few messages in the options
window.
Bram Moolenaar [Sun, 30 Aug 2020 10:54:53 +0000 (12:54 +0200)]
patch 8.2.1543: Vim9: test with invalid SID is skipped in the GUI
Problem: Vim9: test with invalid SID is skipped in the GUI.
Solution: Read the CTRL-C that feedkeys() put in typeahead.
Bram Moolenaar [Sat, 29 Aug 2020 20:59:17 +0000 (22:59 +0200)]
patch 8.2.1542: Vim9: test with invalid SID does not work in the GUI
Problem: Vim9: test with invalid SID does not work in the GUI.
Solution: Skip the test in the GUI.
Bram Moolenaar [Sat, 29 Aug 2020 15:47:08 +0000 (17:47 +0200)]
patch 8.2.1541: Vim9: cannot find function reference for s:Func
Problem: Vim9: cannot find function reference for s:Func.
Solution: Recognize <SNR> prefix. (closes #6805)
Bram Moolenaar [Sat, 29 Aug 2020 14:41:27 +0000 (16:41 +0200)]
patch 8.2.1540: the user cannot try out emoji character widths
Problem: The user cannot try out emoji character widths.
Solution: Move the emoji script to the runtime/tools directory.
Bram Moolenaar [Sat, 29 Aug 2020 11:39:17 +0000 (13:39 +0200)]
patch 8.2.1539: using invalid script ID causes a crash
Problem: Using invalid script ID causes a crash.
Solution: Check the script ID to be valid. (closes #6804)
Bram Moolenaar [Sat, 29 Aug 2020 10:57:16 +0000 (12:57 +0200)]
patch 8.2.1538: Python: iteration over vim objects fails to keep reference
Problem: Python: iteration over vim objects fails to keep reference.
Solution: Keep a reference for the object. (Paul Ollis, closes #6803,
closes #6806)
Bram Moolenaar [Fri, 28 Aug 2020 21:27:20 +0000 (23:27 +0200)]
patch 8.2.1537: memory acccess error when using setcellwidths()
Problem: Memory acccess error when using setcellwidths().
Solution: Use array and pointers correctly.
Bram Moolenaar [Fri, 28 Aug 2020 20:24:57 +0000 (22:24 +0200)]
patch 8.2.1536: cannot get the class of a character; emoji widths are wrong
Problem: Cannot get the class of a character; emoji widths are wrong in
some environments.
Solution: Add charclass(). Update some emoji widths. Add script to check
emoji widths.
Bram Moolenaar [Fri, 28 Aug 2020 19:04:24 +0000 (21:04 +0200)]
patch 8.2.1535: it is not possible to specify cell widths of characters
Problem: It is not possible to specify cell widths of characters.
Solution: Add setcellwidths().
Bram Moolenaar [Fri, 28 Aug 2020 15:19:07 +0000 (17:19 +0200)]
patch 8.2.1534: Vim9: type error for argument type is not at call position
Problem: Vim9: type error for argument type is not at call position.
Solution: Set the context and stack after checking the arguments.
(issue #6785)
Bram Moolenaar [Fri, 28 Aug 2020 14:39:33 +0000 (16:39 +0200)]
patch 8.2.1533: Vim9: error when passing getreginfo() result to setreg()
Problem: Vim9: error when passing getreginfo() result to setreg().
Solution: Use dict_get_bool() for "isunnamed". (closes #6784)
Bram Moolenaar [Fri, 28 Aug 2020 14:38:11 +0000 (16:38 +0200)]
patch 8.2.1532: compiler warning for conversion of size_t to long
Problem: Compiler warning for conversion of size_t to long.
Solution: Add type cast.
Bram Moolenaar [Thu, 27 Aug 2020 21:57:57 +0000 (23:57 +0200)]
patch 8.2.1531: Vim9: test still fails on MS-Windows
Problem: Vim9: test still fails on MS-Windows.
Solution: When skipping expect function to be NULL.
Bram Moolenaar [Thu, 27 Aug 2020 21:37:09 +0000 (23:37 +0200)]
patch 8.2.1530: Vim9: test fails on MS-Windows
Problem: Vim9: test fails on MS-Windows.
Solution: Skip Ex command inside "if false".
Bram Moolenaar [Thu, 27 Aug 2020 21:08:47 +0000 (23:08 +0200)]
patch 8.2.1529: Vim9: :elseif may be compiled when not needed
Problem: Vim9: :elseif may be compiled when not needed.
Solution: Do evaluate the :elseif expression.
Bram Moolenaar [Thu, 27 Aug 2020 20:43:03 +0000 (22:43 +0200)]
patch 8.2.1528: Vim9: :endif not found after "if false"
Problem: Vim9: :endif not found after "if false".
Solution: When skipping still check for a following command. (closes #6797)
Bram Moolenaar [Thu, 27 Aug 2020 19:33:10 +0000 (21:33 +0200)]
patch 8.2.1527: Vim9: cannot use a function name at script level
Problem: Vim9: cannot use a function name as a function reference at script
level.
Solution: Check if a name is a function name. (closes #6789)
Bram Moolenaar [Thu, 27 Aug 2020 14:06:46 +0000 (16:06 +0200)]
patch 8.2.1526: line in testdir Makefile got commented out
Problem: Line in testdir Makefile got commented out. (Christian Brabandt)
Solution: Revert.
Bram Moolenaar [Wed, 26 Aug 2020 20:29:57 +0000 (22:29 +0200)]
patch 8.2.1525: messages from tests were not always displayed
Problem: Messages from tests were not always displayed.
Solution: Always show messages, the timing is always useful. (Ken Takata,
closes #6792)
Bram Moolenaar [Tue, 25 Aug 2020 20:37:48 +0000 (22:37 +0200)]
patch 8.2.1524: no longer get an error for string concatenation with float
Problem: No longer get an error for string concatenation with float.
(Tsuyoshi Cho)
Solution: Only convert float for Vim9 script. (closes #6787)
Bram Moolenaar [Tue, 25 Aug 2020 19:19:36 +0000 (21:19 +0200)]
patch 8.2.1523: still not enough test coverage for the spell file handling
Problem: Still not enough test coverage for the spell file handling.
Solution: Add spell file tests. (Yegappan Lakshmanan, closes #6790)
Bram Moolenaar [Mon, 24 Aug 2020 18:28:56 +0000 (20:28 +0200)]
patch 8.2.1522: not enough test coverage for the spell file handling
Problem: Not enough test coverage for the spell file handling.
Solution: Add spell file tests. (Yegappan Lakshmanan, closes #6763)
Bram Moolenaar [Mon, 24 Aug 2020 18:05:50 +0000 (20:05 +0200)]
patch 8.2.1521: reading past end of buffer when reading spellfile
Problem: Reading past end of buffer when reading spellfile. (Yegappan
Lakshmanan)
Solution: Store the byte length and check for it.
Bram Moolenaar [Sun, 23 Aug 2020 19:46:32 +0000 (21:46 +0200)]
patch 8.2.1520: Vim9: CTRL-] used in :def function does not work
Problem: Vim9: CTRL-] used in :def function does not work.
Solution: Omit count or prepend colon. (closes #6769)
Bram Moolenaar [Sun, 23 Aug 2020 19:06:02 +0000 (21:06 +0200)]
patch 8.2.1519: Vim9: Ex command default range is not set
Problem: Vim9: Ex command default range is not set.
Solution: When range is not given use default. (closes #6779)
Bram Moolenaar [Sun, 23 Aug 2020 17:34:48 +0000 (19:34 +0200)]
patch 8.2.1518: Vim9: cannot assign to local option
Problem: Vim9: cannot assign to local option.
Solution: Skip over "&l:" and "&g:". (closes #6749)