Yegappan Lakshmanan
6c41bedeed
patch 9.0.1295: the option initialization function is too long
...
Problem: The option initialization function is too long.
Solution: Move code to separate functions. (Yegappan Lakshmanan,
closes #11966 )
v9.0.1295
2023-02-10 14:50:31 +00:00
Yegappan Lakshmanan
80b817b749
patch 9.0.1294: the set_bool_option() function is too long
...
Problem: The set_bool_option() function is too long.
Solution: Move code to separate functions. (Yegappan Lakshmanan,
closes #11964 )
v9.0.1294
2023-02-09 22:08:52 +00:00
Yegappan Lakshmanan
0caaf1e465
patch 9.0.1293: the set_num_option() is too long
...
Problem: The set_num_option() is too long.
Solution: Move code to separate functions. (Yegappan Lakshmanan,
closes #11954 )
v9.0.1293
2023-02-09 12:23:17 +00:00
Bram Moolenaar
313e4724c3
patch 9.0.1292: :defer may call the wrong method for an object
...
Problem: :defer may call the wrong method for an object. (Ernie Rael)
Solution: When en object is from a class that extends or implements, figure
out the method to call at runtime. (closes #11910 )
v9.0.1292
2023-02-08 20:55:27 +00:00
Amaan Qureshi
6642982bea
patch 9.0.1291: Move language files are not recognized
...
Problem: Move language files are not recognized.
Solution: Recognize Move language files. (Amaan Qureshi, closes #11947 )
v9.0.1291
2023-02-07 19:37:32 +00:00
zeertzjq
af9e28a5b8
patch 9.0.1290: CTRL-N and -P on cmdline don't trigger CmdlineChanged
...
Problem: CTRL-N and -P on cmdline don't trigger CmdlineChanged.
Solution: Jump to cmdline_changed instead of cmdline_not_changed.
(closes #11956 )
v9.0.1290
2023-02-06 20:58:09 +00:00
Philip H
43e234e8b4
patch 9.0.1289: a newer version of clang can be used for CI
...
Problem: A newer version of clang can be used for CI.
Solution: Switch from clang-15 to clang-16. (closes #11577 )
v9.0.1289
2023-02-06 20:22:48 +00:00
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 )
v9.0.1288
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 )
v9.0.1287
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.
v9.0.1286
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.
v9.0.1285
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.
v9.0.1284
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 )
v9.0.1283
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 )
v9.0.1282
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 )
v9.0.1281
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 )
v9.0.1280
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 )
v9.0.1279
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 )
v9.0.1278
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 )
v9.0.1277
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 )
v9.0.1276
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 )
v9.0.1275
2023-02-02 16:34:11 +00:00
Bram Moolenaar
be4e01637e
Update runtime files.
2023-02-02 13:59:48 +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 )
v9.0.1274
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 )
v9.0.1273
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 )
v9.0.1272
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 )
v9.0.1271
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 )
v9.0.1270
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 )
v9.0.1269
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 )
v9.0.1268
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 )
v9.0.1267
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 )
v9.0.1266
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 )
v9.0.1265
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".
v9.0.1264
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 )
v9.0.1263
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 )
v9.0.1262
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 )
v9.0.1261
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.
v9.0.1260
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.
v9.0.1259
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.
v9.0.1258
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.
v9.0.1257
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 )
v9.0.1256
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 )
v9.0.1255
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 )
v9.0.1254
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 )
v9.0.1253
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 )
v9.0.1252
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 )
v9.0.1251
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 )
v9.0.1250
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 )
v9.0.1249
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 )
v9.0.1248
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.
v9.0.1247
2023-01-26 14:14:43 +00:00