Bram Moolenaar
ceff9cd1bb
patch 9.0.1457: no regression test for what patch 9.0.1333 fixes
...
Problem: No regression test for what patch 9.0.1333 fixes.
Solution: Extend existing test to cover the fixed problem. (issue #11930 )
2023-04-16 17:17:37 +01:00
zeertzjq
657b31fa3b
patch 9.0.1456: shortmess test depends on order of test execution
...
Problem: Shortmess test depends on order of test execution.
Solution: Clear messages. (closes #12264 )
2023-04-15 21:28:02 +01:00
Ben Jackson
732d69e191
patch 9.0.1455: C++ 20 modules are not recognized
...
Problem: C++ 20 modules are not recognized.
Solution: Add patterns to recognize C++ 20 modules as "cpp". (Ben Jackson,
closes #12261 )
2023-04-15 18:17:17 +01:00
Dominique Pelle
b49dfd0cf2
patch 9.0.1453: typos in source code and tests
...
Problem: Typos in source code and tests.
Solution: Fi the typos. (Dominique Pellé, closes #12217 )
2023-04-14 21:54:25 +01:00
Bram Moolenaar
ff6c230051
patch 9.0.1449: test for prompt buffer is flaky
...
Problem: Test for prompt buffer is flaky.
Solution: Use WaitForAssert() instead of TermWait(). (Ozaki Kiichi,
closes #12247 )
2023-04-13 17:32:23 +01:00
zeertzjq
ac6cd31afc
patch 9.0.1444: crash when passing NULL to setcmdline()
...
Problem: Crash when passing NULL to setcmdline(). (Andreas Louv)
Solution: Use tv_get_string() instead of using v_string directly.
(closes #12231 , closes #12227 )
2023-04-12 16:21:14 +01:00
Bram Moolenaar
05a627c3d4
patch 9.0.1443: ending Insert mode when accessing a hidden prompt buffer
...
Problem: Ending Insert mode when accessing a hidden prompt buffer.
Solution: Don't stop Insert mode when it was active before. (closes #12237 )
2023-04-09 22:01:31 +01:00
zeertzjq
bfc7cbd1d4
patch 9.0.1442: mapset() does not restore non-script context
...
Problem: mapset() does not restore non-script context.
Solution: Also accept negative sid. (closes #12132 )
2023-04-07 22:09:46 +01:00
Bram Moolenaar
23a971da50
patch 9.0.1440: "rvim" can execute a shell through :diffpatch
...
Problem: "rvim" can execute a shell through :diffpatch.
Solution: Disallow the shell "patch" command.
2023-04-04 22:04:53 +01:00
orbital
cde8de0345
patch 9.0.1439: start Insert mode when accessing a hidden prompt buffer
...
Problem: Start Insert mode when accessing a hidden prompt buffer.
Solution: Call leaving_window() in aucmd_restbuf(). (Thorben Tröbst,
closes #12148 , closes #12147 )
2023-04-02 22:05:13 +01:00
Johan Kotlinski
065088d554
patch 9.0.1438: .fs files are falsely recognized as forth files
...
Problem: .fs files are falsely recognized as forth files.
Solution: Check 100 lines for something that looks like forth. (Johan
Kotlinski, closes #12219 , closes #11988 )
2023-04-02 20:29:38 +01:00
Bram Moolenaar
3cdd799951
patch 9.0.1437: test fails with different error number
...
Problem: Test fails with different error number.
Solution: Adjust the expected error.
2023-04-01 22:24:18 +01:00
Bram Moolenaar
2ed57ac367
patch 9.0.1436: cannot compare a typed variable with v:none
...
Problem: Cannot compare a typed variable with v:none.
Solution: Allow for "x is v:none" and "x isnot v:none". (issue #12194 )
2023-04-01 22:05:38 +01:00
Bram Moolenaar
38d867f041
patch 9.0.1435: scrolling too many lines when 'wrap' and 'diff' are set
...
Problem: Scrolling too many lines when 'wrap' and 'diff' are set.
Solution: Only scroll by screenlines for 'diff' when 'wrap' is not set.
(closes #12211 )
2023-04-01 19:54:40 +01:00
zeertzjq
39c9ec16ea
patch 9.0.1434: crash when adding package already in 'runtimepath'
...
Problem: Crash when adding package already in 'runtimepath'.
Solution: Change order for using 'runtimepath' entries. (closes #12215 )
2023-04-01 13:52:03 +01:00
Bram Moolenaar
6ac2e4392a
patch 9.0.1432: completion popup in wrong position with virtual text "above"
...
Problem: Completion popup in wrong position with virtual text "above".
Solution: Adjust the column. (closes #12210 )
2023-03-31 19:32:29 +01:00
zeertzjq
2d68b722e3
patch 9.0.1431: getscriptinfo() loops even when specific SID is given
...
Problem: getscriptinfo() loops even when specific SID is given.
Solution: Only loop when needed. Give a clearer error message.
(closes #12207 )
2023-03-30 21:50:37 +01:00
Mathias Jean Johansen
6400203517
patch 9.0.1430: Livebook files are not recognized
...
Problem: Livebook files are not recognized.
Solution: Add a pattern for Livebook files. (Mathias Jean Johansen,
closes #12203 )
2023-03-28 21:28:36 +01:00
Bram Moolenaar
c174c2e58c
patch 9.0.1428: cursor in wrong position when leaving insert mode
...
Problem: Cursor in wrong position when leaving insert mode.
Solution: Update the w_valid flags. Position the cursor also when not
redrawing. (closes #12137 )
2023-03-25 20:06:49 +00:00
Virginia Senioria
99e4ab2a1e
patch 9.0.1426: indent wrong after "export namespace" in C++
...
Problem: Indent wrong after "export namespace" in C++.
Solution: Skip over "inline" and "export" in any order. (Virginia Senioria,
closes #12134 , closes #12133 )
2023-03-24 19:25:06 +00:00
Amaan Qureshi
3ea62381c5
patch 9.0.1425: "wat" and "wast" files are one filetype
...
Problem: "wat" and "wast" files are one filetype.
Solution: Add a separate filetype for "wat" files. (Amaan Qureshi,
closes #12165 )
2023-03-23 15:45:46 +00:00
Amaan Qureshi
890c772036
patch 9.0.1423: WebAssembly Interface Type files are not recognized
...
Problem: WebAssembly Interface Type files are not recognized.
Solution: Add a pattern for WIT files. (Amaan Qureshi, closes #12173 )
2023-03-21 22:03:15 +00:00
Amaan Qureshi
d0639d717b
patch 9.0.1422: Sage files are not recognized
...
Problem: Sage files are not recognized.
Solution: Add a pattern for Sage files. (Amaan Qureshi, closes #12176 )
2023-03-21 21:31:55 +00:00
Amaan Qureshi
8aa2a37f89
patch 9.0.1421: Nu files are not recognized
...
Problem: Nu files are not recognized.
Solution: Add a pattern for Nu files. (Amaan Qureshi, closes #12172 )
2023-03-21 21:28:06 +00:00
Amaan Qureshi
4a5c39fc52
patch 9.0.1419: Lean files are not recognized
...
Problem: Lean files are not recognized.
Solution: Add a pattern for Lean files. (Amaan Qureshi, closes #12177 )
2023-03-21 19:57:33 +00:00
Amaan Qureshi
a1fa8b3ac2
patch 9.0.1417: ESDL files are not recognized
...
Problem: ESDL files are not recognized.
Solution: Add a pattern for ESDL files. (Amaan Qureshi, closes #12174 )
2023-03-19 21:57:07 +00:00
Ernie Rael
e6d40dcdc7
patch 9.0.1416: crash when collection is modified when using filter()
...
Problem: Crash when collection is modified when using filter().
Solution: Lock the list/dict/blob. (Ernie Rael, closes #12183 )
2023-03-19 21:23:38 +00:00
Amaan Qureshi
7c4516fe93
patch 9.0.1415: Crystal files are not recognized
...
Problem: Crystal files are not recognized.
Solution: Add a pattern for Crystal files. (Amaan Qureshi, closes #12175 )
2023-03-19 20:43:26 +00:00
Amaan Qureshi
6e377eca8d
patch 9.0.1412: Pony files are not recognized
...
Problem: Pony files are not recognized.
Solution: Add a pattern for Pony files. (Amaan Qureshi, closes #12155 )
2023-03-17 18:42:58 +00:00
Ernie Rael
076de79ad8
patch 9.0.1411: accuracy of profiling is not optimal
...
Problem: Accuracy of profiling is not optimal.
Solution: Use CLOCK_MONOTONIC if possible. (Ernie Rael, closes #12129 )
2023-03-16 21:43:15 +00:00
Gabriel Kakizaki
d11ac403db
patch 9.0.1409: racket files are recognized as scheme
...
Problem: Racket files are recognized as scheme.
Solution: Recognize rackets files separately. (Gabriel Kakizaki,
closes #12164 , closes #12162 )
2023-03-16 20:13:29 +00:00
Amaan Qureshi
1505bef5c4
patch 9.0.1408: QMLdir files are not recognized
...
Problem: QMLdir files are not recognized.
Solution: Add a pattern for QMLdir files. (Amaan Qureshi, closes #12161 )
2023-03-16 19:30:44 +00:00
Amaan Qureshi
b8ef029ee4
patch 9.0.1407: TableGen files are not recognized
...
Problem: TableGen files are not recognized.
Solution: Add a pattern for TableGen files. (Amaan Qureshi, closes #12156 )
2023-03-16 15:54:18 +00:00
Andreas Louv
e202ec8a0c
patch 9.0.1406: ILE RPG files are not recognized
...
Problem: ILE RPG files are not recognized.
Solution: Add patterns for ILE RPG files. (Andreas Louv, issue #12152 )
2023-03-16 12:26:51 +00:00
Bram Moolenaar
d13dd30240
patch 9.0.1402: crash when using null_class
...
Problem: Crash when using null_class.
Solution: Give an error when trying to use a null class.
2023-03-11 20:56:35 +00:00
Bram Moolenaar
c0bdbfb2ee
patch 9.0.1398: profile test repeats the headers many times
...
Problem: Profile test repeats the headers many times.
Solution: Put the headers in script variables.
2023-03-10 18:28:12 +00:00
Gianmaria Bajo
6a7c774920
patch 9.0.1397: highlight for popupmenu kind and extra cannot be set
...
Problem: Highlight for popupmenu kind and extra cannot be set.
Solution: Add PmenuKind, PmenuKindSel, PmenuExtra and PmenuExtraSel
highlight groups and use them. (Gianmaria Bajo, closes #12114 )
2023-03-10 16:35:53 +00:00
Bram Moolenaar
be19d78c3d
patch 9.0.1396: sort(list, 'N') does not work in Vim9 script context
...
Problem: sort(list, 'N') does not work in Vim9 script context.
Solution: Convert string to number without giving an error. (closes #12061 )
2023-03-09 22:06:49 +00:00
Amaan Qureshi
638388b8ef
patch 9.0.1395: Odin files are not recognized
...
Problem: Odin files are not recognized.
Solution: Add a pattern for Odin files. (Amaan Qureshi, closes #12122 )
2023-03-08 20:35:17 +00:00
Amaan Qureshi
cde1f8714e
patch 9.0.1394: Unx Tal files are not recognized
...
Problem: Unx Tal files are not recognized.
Solution: Add a pattern for Unx Tal files. (Amaan Qureshi, closes #12117 )
2023-03-08 19:55:50 +00:00
Amaan Qureshi
ff226d49fe
patch 9.0.1393: Cairo files are not recognized
...
Problem: Cairo files are not recognized.
Solution: Add a pattern for Cairo files. (Amaan Qureshi, closes #12118 )
2023-03-08 16:39:21 +00:00
Bram Moolenaar
7ac5023a5f
patch 9.0.1392: using NULL pointer with nested :open command
...
Problem: Using NULL pointer with nested :open command.
Solution: Check that ccline.cmdbuff is not NULL.
2023-03-07 21:05:04 +00:00
Christian Brabandt
cf3c1ca276
patch 9.0.1387: scrollbar test sporadically fails
...
Problem: Scrollbar test sporadically fails.
Solution: Mark the scrollbar test as flaky. (Christian Brabandt,
closes #12113 )
2023-03-06 15:29:29 +00:00
zeertzjq
30585e03a7
patch 9.0.1386: options test fails with some window width
...
Problem: Options test fails with some window width.
Solution: Adjust what text the test checks with. (closes #12111 )
2023-03-06 08:10:04 +00:00
zeertzjq
f86dea8119
patch 9.0.1385: g'Esc is considered an error
...
Problem: g'Esc is considered an error.
Solution: Make g'Esc silently abandon the command. (closes #12110 )
2023-03-05 21:15:06 +00:00
Bram Moolenaar
4390d872b6
patch 9.0.1383: xxd: combination of little endian and cols fails
...
Problem: xxd: combination of little endian and cols fails. (Aapo
Rantalainen)
Solution: Round up the space taken by the hex output. (closes #12097 )
2023-03-05 20:17:39 +00:00
Bram Moolenaar
c142d6513e
patch 9.0.1382: failing test for strptime() doesn't show returned value
...
Problem: Failing test for strptime() doesn't show returned value.
Solution: Use assert_equal() instead of assert_true().
2023-03-05 19:27:49 +00:00
Bram Moolenaar
5fb78c3fa5
patch 9.0.1380: CTRL-X on 2**64 subtracts two
...
Problem: CTRL-X on 2**64 subtracts two. (James McCoy)
Solution: Correct computation for large number. (closes #12103 )
2023-03-04 20:47:39 +00:00
Yegappan Lakshmanan
5284b23e14
patch 9.0.1379: functions for handling options are not ordered
...
Problem: Functions for handling options are not ordered.
Solution: Put functions in alphabetical order. (Yegappan Lakshmanan,
closes #12101 )
2023-03-04 19:57:32 +00:00
Bram Moolenaar
c99cbf8f28
patch 9.0.1378: illegal memory access when using virtual editing
...
Problem: Illegal memory access when using virtual editing.
Solution: Make sure "startspaces" is not negative.
2023-03-04 14:13:10 +00:00