Amaan Qureshi
91deac4539
patch 9.0.1288: FunC files are not recognized
...
Problem: FunC files are not recognized.
Solution: Recognize FunC files. (Amaan Qureshi, closes #11949 )
2023-02-06 19:32:07 +00:00
Bram Moolenaar
0261e3978e
patch 9.0.1287: with the Kitty key protocl Esc with NumLock cannot be mapped
...
Problem: With the Kitty key protocl Esc with NumLock cannot be mapped.
Solution: Also use K_ESC when there is a modifier. (closes #11811 )
2023-02-06 17:46:37 +00:00
Bram Moolenaar
546933f497
patch 9.0.1286: Coverity warns for using a NULL pointer
...
Problem: Coverity warns for using a NULL pointer.
Solution: Bail out whan "varp" is NULL.
2023-02-06 16:40:49 +00:00
Bram Moolenaar
a9a6b0323e
patch 9.0.1285: various small problems
...
Problem: Various small problems.
Solution: Adjust white space and comments.
2023-02-05 18:00:42 +00:00
Bram Moolenaar
40b4872966
patch 9.0.1284: compiler warnings for uninitialized variables
...
Problem: Compiler warnings for uninitialized variables. (Tony Mechelynck)
Solution: Add variable initializations.
2023-02-05 17:04:50 +00:00
Yegappan Lakshmanan
c72078b631
patch 9.0.1283: the code for setting options is too complicated
...
Problem: The code for setting options is too complicated.
Solution: Refactor the do_set() function. (Yegappan Lakshmanan, Lewis
Russell, closes #11945 )
2023-02-05 16:02:35 +00:00
Amaan Qureshi
c8ef30bc2e
patch 9.0.1282: Ron files are not recognized
...
Problem: Ron files are not recognized.
Solution: Recognize Ron files. (Amaan Qureshi, closes #11948 )
2023-02-05 14:47:46 +00:00
Janez Podhostnik
cb626a4692
patch 9.0.1281: Cadence files are not recognized
...
Problem: Cadence files are not recognized.
Solution: Recognize Cadence files. (Janez Podhostnik, closes #11951 )
2023-02-05 13:01:40 +00:00
Bram Moolenaar
7a1bdaecf2
patch 9.0.1280: inssufficient testing for what 9.0.1265 fixes
...
Problem: Inssufficient testing for what 9.0.1265 fixes.
Solution: Add a couple of test cases. (issue #11885 )
2023-02-04 15:45:27 +00:00
Bram Moolenaar
61fdbfa1e3
patch 9.0.1279: display shows lines scrolled down erroneously
...
Problem: Display shows lines scrolled down erroneously. (Yishai Lerner)
Solution: Do not change "wl_lnum" at index zero. (closes #11938 )
2023-02-04 13:57:55 +00:00
Amaan Qureshi
4ad8ae8465
patch 9.0.1278: go.work.sum files are not recognized
...
Problem: go.work.sum files are not recognized.
Solution: Recognize go.work.sum files as the gosum filetype. (Amaan Qureshi,
closes #11940 )
2023-02-04 12:12:36 +00:00
zeertzjq
49f0524fb5
patch 9.0.1277: cursor may move with autocmd in Visual mode
...
Problem: Cursor may move with autocmd in Visual mode.
Solution: Restore "VIsual_active" before calling check_cursor().
(closes #11939 )
2023-02-04 10:58:34 +00:00
Bram Moolenaar
4be18e77ff
patch 9.0.1276: some mappings with Meta and Shift do not work
...
Problem: Some mappings with Meta and Shift do not work.
Solution: Apply the Shift modifier to the key. (issue #11913 )
2023-02-03 12:28:07 +00:00
Yegappan Lakshmanan
78012f55fa
patch 9.0.1275: the code for setting options is too complicated
...
Problem: The code for setting options is too complicated.
Solution: Refactor the do_set() function. (Yegappan Lakshmanan, Lewis
Russell, closes #11932 )
2023-02-02 16:34:11 +00:00
Amaan Qureshi
685bf83b73
patch 9.0.1274: FIRRTL files are not recognized
...
Problem: FIRRTL files are not recognized.
Solution: Add a pattern for FIRRTL files. (Amaan Qureshi, closes #11931 )
2023-02-02 13:30:13 +00:00
Bram Moolenaar
8f531662e2
patch 9.0.1273: "1v" may select block with wrong size
...
Problem: "1v" may select block with wrong size. (Evgeni Chasnovski)
Solution: Compute "curswant" in the right line. (closes #11925 )
2023-02-01 17:33:18 +00:00
zeertzjq
e8d4ae0d11
patch 9.0.1272: typo in pattern for filetype detection
...
Problem: Typo in pattern for filetype detection.
Solution: Fix the typo. (closes #11924 )
2023-02-01 15:31:23 +00:00
zeertzjq
1b438a8228
patch 9.0.1271: using sizeof() and subtract array size is tricky
...
Problem: Using sizeof() and subtract array size is tricky.
Solution: Use offsetof() instead. (closes #11926 )
2023-02-01 13:11:15 +00:00
zeertzjq
a7d36b7320
patch 9.0.1270: crash when using search stat in narrow screen
...
Problem: Crash when using search stat in narrow screen.
Solution: Check length of message. (closes #11921 )
2023-01-31 21:13:38 +00:00
Bram Moolenaar
b40c1de384
patch 9.0.1269: channel test often fails on Mac OS
...
Problem: Channel test often fails on Mac OS.
Solution: Increase the wait time from one to 15 milliseconds. (D. Ben
Knoble, closes #11894 )
2023-01-31 21:01:08 +00:00
Mark Skelton
9c51798a1f
patch 9.0.1268: .clangd and .stylelintrc files don't get a filetype
...
Problem: .clangd and .stylelintrc files don't get a filetype.
Solution: Use yaml for .clangd and json for .stylelintrc files. (Mark
Skelton, closes #11916 )
2023-01-31 18:57:17 +00:00
Yegappan Lakshmanan
d6e4c75af2
patch 9.0.1267: the did_set_string_option function is too long
...
Problem: The did_set_string_option function is too long.
Solution: Further cleanup of handling string options. (Yegappan Lakshmanan,
Lewis Russell, closes #11920 )
2023-01-31 13:25:58 +00:00
Bram Moolenaar
ce93d162da
patch 9.0.1266: error for space before ": type" is inconsistent
...
Problem: Error for space before ": type" is inconsistent.
Solution: Give E1059 in more places. (closes #11868 )
2023-01-30 21:12:34 +00:00
Bram Moolenaar
b8bebd0cd7
patch 9.0.1265: using an interface method may give a compilation error
...
Problem: Using an interface method may give a compilation error.
Solution: Do not try to compile the body of a method of an interface.
(closes #11885 )
2023-01-30 20:24:23 +00:00
Bram Moolenaar
eb45ad25ab
patch 9.0.1264: Motif: compiler warning for unused argument
...
Problem: Motif: compiler warning for unused argument.
Solution: Add "UNUSED".
2023-01-30 19:26:24 +00:00
Amaan Qureshi
907349a743
patch 9.0.1263: KDL files are not recognized
...
Problem: KDL files are not recognized.
Solution: Add a pattern for KDL files. (Amaan Qureshi, closes #11898 )
2023-01-30 15:19:57 +00:00
Yegappan Lakshmanan
f2e30d0c44
patch 9.0.1262: the did_set_string_option function is too long
...
Problem: The did_set_string_option function is too long.
Solution: Split off functionality to individual functions. (Yegappan
Lakshmanan, Lewis Russell, closes #11904 )
2023-01-30 13:04:42 +00:00
Amaan Qureshi
2a99fe6c41
patch 9.0.1261: Elsa files are not recognized
...
Problem: Elsa files are not recognized.
Solution: Add a pattern for Elsa files. (Amaan Qureshi, closes #11908 )
2023-01-29 17:50:14 +00:00
Bram Moolenaar
836137d89a
patch 9.0.1260: Coverity warns for possible NULL pointer usage
...
Problem: Coverity warns for possible NULL pointer usage.
Solution: Change the condition.
2023-01-29 14:11:24 +00:00
Bram Moolenaar
492324e588
patch 9.0.1259: diffmode test fails
...
Problem: Diffmode test fails.
Solution: Adjust expected result for adjusted indenting.
2023-01-28 20:57:59 +00:00
Bram Moolenaar
755bf2b3d2
patch 9.0.1258: code style test fails
...
Problem: Code style test fails.
Solution: Adjust test files.
2023-01-28 19:38:49 +00:00
Bram Moolenaar
94722c5107
patch 9.0.1257: code style is not check in test scripts
...
Problem: Code style is not check in test scripts.
Solution: Add basic code style check for test files.
2023-01-28 19:19:03 +00:00
ObserverOfTime
04e4f1d985
patch 9.0.1256: NetworkManager connection files are not recognized
...
Problem: NetworkManager connection files are not recognized.
Solution: Add a pattern for NetworkManager connection files. (closes #11893 )
2023-01-28 18:05:40 +00:00
Bram Moolenaar
8fe5b9c8c1
patch 9.0.1255: changing 'virtualedit' does not have immediate effect
...
Problem: Changing 'virtualedit' does not have immediate effect.
Solution: Correct how is checked for a changed value. (closes #11878 )
2023-01-28 16:37:37 +00:00
Bram Moolenaar
d0200c8631
patch 9.0.1254: calling a method on an interface does not work
...
Problem: Calling a method on an interface does not work.
Solution: At runtime figure out what method to call. (closes #11901 )
2023-01-28 15:19:40 +00:00
Philip H
192e24d974
patch 9.0.1253: CI adds repository unnecessarily
...
Problem: CI adds repository unnecessarily.
Solution: Remove the line from the workflow. (closes #11900 )
2023-01-28 10:43:50 +00:00
Christopher Plewright
f75a2cb3c7
patch 9.0.1252: MS-Windows: scrollback cropped off on Vim exit
...
Problem: MS-Windows: scrollback cropped off on Vim exit.
Solution: Don't call SetConsoleScreenBufferInfoEx when using the alternate
screen buffer. (Christopher Plewright, closes #11882 )
2023-01-28 10:28:09 +00:00
Yegappan Lakshmanan
fadc02a2a5
patch 9.0.1251: checking returned value of ga_grow() is inconsistent
...
Problem: Checking returned value of ga_grow() is inconsistent.
Solution: Check for FAIL instaed of "not OK". (Yegappan Lakshmanan,
closes #11897 )
2023-01-27 21:03:12 +00:00
Bram Moolenaar
8dbab1d8ce
patch 9.0.1250: cannot use an object method with :defer
...
Problem: Cannot use an object method with :defer. (Ernie Rael)
Solution: Find the object method and generate code to call it.
(closes #11886 )
2023-01-27 20:14:02 +00:00
Bram Moolenaar
657aea7fc4
patch 9.0.1249: cannot export an abstract class
...
Problem: Cannot export an abstract class. (Ernie Rael)
Solution: Add the EX_EXPORT flag to :abstract. (closes #11884 )
2023-01-27 13:16:19 +00:00
Bram Moolenaar
53f54e49b7
patch 9.0.1248: cannot export an interface
...
Problem: Cannot export an interface. (Ernie Rael)
Solution: Add the EX_EXPORT flag to :interface. (closes #11884 )
2023-01-26 20:36:56 +00:00
Bram Moolenaar
870219c58c
patch 9.0.1247: divide by zero with 'smoothscroll' set and a narrow window
...
Problem: Divide by zero with 'smoothscroll' set and a narrow window.
Solution: Bail out when the window is too narrow.
2023-01-26 14:14:43 +00:00
Yegappan Lakshmanan
142ed77898
patch 9.0.1246: code is indented more than necessary
...
Problem: Code is indented more than necessary.
Solution: Use an early return where it makes sense. (Yegappan Lakshmanan,
closes #11887 )
2023-01-26 12:00:00 +00:00
Yegappan Lakshmanan
032713f829
patch 9.0.1245: code is indented more than necessary
...
Problem: Code is indented more than necessary.
Solution: Use an early return where it makes sense. (Yegappan Lakshmanan,
closes #11879 )
2023-01-25 21:05:38 +00:00
Bram Moolenaar
0f843ef091
patch 9.0.1244: cursor displayed in wrong position when leaving Insert mode
...
Problem: Cursor briefly displayed in a wrong position when pressing Esc in
Insert mode after autoindent was used.
Solution: Do not adjust the cursor position for assumed deleted white space
if text is following. (closes #11877 )
2023-01-25 17:34:41 +00:00
zeertzjq
01d4efe2e8
patch 9.0.1243: :setglobal cannot use script-local function for "expr" option
...
Problem: :setglobal cannot use script-local function for "expr" option.
Solution: Use the pointer to the option value properly. (closes #11883 )
2023-01-25 15:31:28 +00:00
zeertzjq
b0d45ec67f
patch 9.0.1242: code for :runtime completion is not consistent
...
Problem: Code for :runtime completion is not consistent.
Solution: Make code for cmdline expansion more consistent. (closes #11875 )
2023-01-25 15:04:22 +00:00
Bram Moolenaar
b582010350
patch 9.0.1241: Coverity warns for not checking function return value
...
Problem: Coverity warns for not checking function return value.
Solution: Explicitly ignore the return value.
2023-01-25 12:27:13 +00:00
Bram Moolenaar
62a6923470
patch 9.0.1240: cannot access a private object member in a lambda
...
Problem: Cannot access a private object member in a lambda defined inside
the class.
Solution: Go up the context stack to find the class. (closes #11866 )
2023-01-24 15:07:04 +00:00
Bram Moolenaar
b149d22796
patch 9.0.1239: cannot have a line break before an object member access
...
Problem: Cannot have a line break before an object member access.
Solution: Check for "." in next line. (closes #11864 )
2023-01-24 13:03:37 +00:00