Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/macvim-dev/macvim

Vim - the text editor - for macOS
https://github.com/macvim-dev/macvim

patch 9.0.1343: check for OSC escape sequence doesn't work

Problem: Check for OSC escape sequence doesn't work.
Solution: Move square bracket to the r...

3451789f58b24d48fc97301a01a8d27bd154caf5 authored over 1 year ago by Johan Mattsson <[email protected]>
patch 9.0.1342: MS-Windows: linking may fail with space in directory name

Problem: MS-Windows: linking may fail with space in directory name.
Solution: Add quotes. (...

3e2d5385edcdaa4a09e76081e8d309d8f8c9a58a authored over 1 year ago by zhihaoy <[email protected]>
Merge pull request #1371 from ychin/no-exception-when-quitting

Don't throw Objective C exception when quitting MacVim

b17184f1edc410c94b93b6e087f6c875527351bf authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1341: build error with mzscheme but without GUI

Problem: Build error with mzscheme but without GUI.
Solution: Adjust #ifdefs. (Ken Takata, ...

4ee083e7f9e973a9f5939eb0cd477aa52fbab51c authored over 1 year ago by K.Takata <[email protected]>
patch 9.0.1340: Coverity warns for using NULL pointer

Problem: Coverity warns for using NULL pointer.
Solution: Check that lhs_type is not NULL.

666cb9c5303753fef7039e9a9e5fbe9a44299607 authored over 1 year ago by Bram Moolenaar <[email protected]>
Don't throw Objective C exception when quitting MacVim

Currently when quitting MacVim, MMVimController will throw an exception
in `sendMessage:`. This ...

0c93e18a0c35cf930c58ec2b578e76de8d088e67 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1339: no test for :disassemble with class function

Problem: No test for :disassemble with class function.
Solution: Add a test.

38f1ab31fa31196360dc4a31aeb388889b8bd6b8 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1338: :defcompile and :disassemble can't find class method

Problem: :defcompile and :disassemble can't find class method. (Ernie Rael)
Solution: Make ...

99a7c0d89cf77c0a908b60191e63f41f04f9e793 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1337: yuck files are not recognized

Problem: Yuck files are not recognized.
Solution: Add a filetype pattern for yuck files. (A...

cfce5cf542db20c7beba5b4211c0ae3305a64a43 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1336: functions without arguments are not always declared properly

Problem: Functions without arguments are not always declared properly.
Solution: Use "(void...

a23a11b5bf03454b71fdb5deac0d5f641e222160 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1335: no test for bad use of spaces in help files

Problem: No test for bad use of spaces in help files.
Solution: Add checks for use of space...

d950984489e50b12d87c85f0cce1d672c880aa23 authored over 1 year ago by h-east <[email protected]>
patch 9.0.1334: using tt_member for the class leads to mistakes

Problem: Using tt_member for the class leads to mistakes.
Solution: Add a separate tt_class...

b1e32ac0c998808705cfbd59e4b8510931875078 authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge pull request #1363 from dkav/patch-1

Update gui_mac.txt headings

1ec231d1f946caa40ccc30ddc4265f0f728a1566 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Update runtime files.

938ae280c79b8cdb0fca60336ec4c090ecd8bb5a authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1333: when redo'ing twice <ScriptCmd> may not get the script ID

Problem: When redo'ing twice <ScriptCmd> may not get the script ID.
Solution: When "last_us...

6b066c6d8f57aa05f1ab29ab4d098bc4bfabb1bb authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1332: crash when using buffer-local user command in cmdline window

Problem: Crash when using buffer-local user command in cmdline window.
(Karl Yngv...

b444ee761a2956a996a75d923281c51fa1a759f3 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1331: illegal memory access when using :ball in Visual mode

Problem: Illegal memory access when using :ball in Visual mode.
Solution: Stop Visual mode ...

e1121b139480f53d1b06f84f3e4574048108fa0b authored over 1 year ago by Pavel Mayorov <[email protected]>
patch 9.0.1330: handling new value of an option has a long "else if" chain

Problem: Handling new value of an option has a long "else if" chain.
Solution: Use a functi...

af93691b53f38784efce0b93fe7644c44a7e382e authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1329: completion of map includes simplified ones

Problem: Completion of map includes simplified ones.
Solution: Do not complete simplified m...

997b8a015cd39141866e953651d55c705275cbd6 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1328: error when using "none" for GUI color is confusing

Problem: Error when using "none" for GUI color is confusing.
Solution: Mention that the nam...

5b9f57262fdadf460e6355abf1eee95b4f96abe8 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1327: cursor in wrong position below line with virtual text below

Problem: Cursor in wrong position below line with virtual text below ending
in mu...

ea62cee85e9e77ec86edd9843926dadb69978753 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1326: relative line number not updated with virtual text above

Problem: Relative line number not updated with virtual text above.
Solution: Adjust the row...

a572b936ce7bbaf630b22a32c039738a783cdf41 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1325: 'colorcolumn' highlight wrong with virtual text above

Problem: 'colorcolumn' highlight wrong with virtual text above.
Solution: Adjust column of ...

f53e065bce1adff4bff202ed3ba9982ece90b745 authored over 1 year ago by Bram Moolenaar <[email protected]>
Update gui_mac.txt

Update gui_mac.txt headings to match MacVim release.

a03fba992530c6dd1a7392440e1e105a8479667b authored over 1 year ago by Darren Kavanagh <[email protected]>
patch 9.0.1324: "gj" and "gk" do not move correctly over a closed fold

Problem: "gj" and "gk" do not move correctly over a closed fold.
Solution: Use the same cod...

441a7a94482f704b66253b8d08130f27b6b13736 authored over 1 year ago by Luuk van Baal <[email protected]>
patch 9.0.1323: build failure with +eval feature

Problem: Build failure with +eval feature.
Solution: Add missing part for using funcerror_T.

3e1ac1443af0bce41351b9d917651ac4fe41928d authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1322: crash when indexing "any" which is an object

Problem: Crash when indexing "any" which is an object.
Solution: Check the index is a numbe...

2c1c803c7e0cc356dd55a2cd49fbffbbf7db766e authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1321: vimscript test fails where using {expr} syntax

Problem: vimscript test fails where using {expr} syntax.
Solution: Only return FCERR_FAILED...

d114975b9bec30ec1486ebc70db6b802d0f1cfb8 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1320: checking the type of a null object causes a crash

Problem: Checking the type of a null object causes a crash.
Solution: Don't try to get the ...

0917e867632199883c07c2d7534f7091b1d12607 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1319: PRQL files are not recognized

Problem: PRQL files are not recognized.
Solution: Add a filetype pattern for PRQL files. (M...

9de960ace0f017fcfeaf64a2f6492f0f88b11fdb authored over 1 year ago by Matthias Queitsch <[email protected]>
patch 9.0.1318: code style test fails

Problem: Code style test fails.
Solution: Remove trailing white space.

f2017f255ddceaad88a951adc6a2c190d3a18ebf authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1317: crash when using an unset object variable

Problem: Crash when using an unset object variable.
Solution: Give an error instead. (close...

552bdca781bd202012224316ffae3439aac83b7b authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1316: MS-Windows: vimfiles dir created with admin group

Problem: MS-Windows: vimfiles dir created with admin group.
Solution: Use ShellExecAsUser t...

eea0a00811e8e8e3c2d07964ea61795cce5a4665 authored over 1 year ago by Christopher Plewright <[email protected]>
patch 9.0.1315: escaping for completion of map command not properly tested

Problem: Escaping for completion of map command not properly tested.
Solution: Add a few te...

c3a26c6bff666a368b0a22d35d2e00aa62770f8c authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1314: :messages behavior depends on 'fileformat' of current buffer

Problem: :messages behavior depends on 'fileformat' of current buffer.
Solution: Pass the b...

1d87e11a1ef201b26ed87585fba70182ad0c468a authored over 1 year ago by cero1988 <[email protected]>
Merge pull request #1367 from ychin/fix-sparkle2-xpcservices-symlink

Remove Sparkle 2's XPCServices symlink

30f3dd4f3f69de4ea1b391311c9c7db69cc6370a authored over 1 year ago by Yee Cheng Chin <[email protected]>
Remove Sparkle 2's XPCServices symlink

We are already removing the XPCServices folder in Sparkle 2 because it's
unnecessary for us, but...

fc8b1befbfe438d8e86e04a15982a54b72bcda5d authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1313: some settings use the current codepage instead of 'encoding'

Problem: Some settings use the current codepage instead of 'encoding'.
Solution: Adjust how...

ce3189d56e867a2ffc077893b62f530d5b09150f authored over 1 year ago by K.Takata <[email protected]>
Fix upstream Vim merge error

Didn't properly set up the ifdef for imstyle settings, leading to test
complaining that `set ims...

3e0cf811635e82810c9462b92488c4cd82c06282 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1312: Cursor position wrong when splitting window in insert mode

Problem: Cursor position wrong when splitting window in insert mode.
Solution: Pass the act...

bc3dc298b37820a8212e7d839e882e07d6cc98c8 authored over 1 year ago by Luuk van Baal <[email protected]>
patch 9.0.1311: Coverity warns for using a NULL pointer

Problem: Coverity warns for using a NULL pointer.
Solution: Use "empty_option" instead of N...

339e114d70de3ec2b36edf37d7ba7a7cfdf9d1a6 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1310: 'splitkeep' test has failures

Problem: 'splitkeep' test has failures.
Solution: Adjust expected cursor line position.

fdbd14e89207dca95549f298ee468793da852086 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1309: scrolling two lines with even line count and 'scrolloff' set

Problem: Scrolling two lines with even line count and 'scrolloff' set.
Solution: Adjust how...

1d6539cf36a7b6d1afe76fb6316fe662f543bf60 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1308: the code for setting options is too complicated

Problem: The code for setting options is too complicated.
Solution: Refactor the code for s...

1a6476428f63e9fa0c2cbea296e475e60363af11 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1307: setting 'formatoptions' with :let doesn't check for errors

Problem: Setting 'formatoptions' with :let doesn't check for errors.
Solution: Pass "errbuf...

32ff96ef018eb1a5bea0953648b4892a6ee71658 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1306: no regression test for solved problem of #11959

Problem: No regression test for solved problem of #11959.
Solution: Add a test, also with '...

5ceb8157bc4608eeff4b7453da31ebe65f08a862 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1305: cursor in wrong line with virtual text above

Problem: Cursor in wrong line with virtual text above.
Solution: Count extra line for text ...

55a27d8ea7c112429fff14aba5db562de7f765f1 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1304: "$" for 'list' option displayed in wrong position

Problem: "$" for 'list' option displayed in wrong position when there are
text pr...

234c3fab28c14846b962c90097496b27ee1b4df8 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1303: Motif: scrollbar width/height wrong when maximized

Problem: Motif: scrollbar width/height wrong when maximized.
Solution: Set the width/height...

094b8473edcc7531c942ac726dd575d95f5b622c authored over 1 year ago by qsmodo <[email protected]>
patch 9.0.1302: on a Belgian keyboard CTRL-] does not work

Problem: On a Belgian keyboard CTRL-] does not work.
Solution: Translate CTRL-$ into CTRL-]...

aab2ead008a66fe873091fa721b2d8d8f4083815 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1301: virtual text below empty line not displayed

Problem: Virtual text below empty line not displayed.
Solution: Adjust flags and computatio...

9d9a20ee8799bafe9caac616fef11b7a26db6a8d authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1300: 'statusline' only supports one "%=" item

Problem: 'statusline' only supports one "%=" item.
Solution: Add support for multiple "%=" ...

3ec78f973fdaec2cea8e036ed38037b2fe40670b authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1299: change for triggering incsearch not sufficiently tested

Problem: Change for triggering incsearch not sufficiently tested.
Solution: Add a test case...

412e0e4ed903682f352d8ea58ded480930cc664f authored over 1 year ago by zeertzjq <[email protected]>
Merge remote-tracking branch 'vim/master'

c53718f8a3c8154886757073b08f9a5ca0344248 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1298: inserting register on the cmdline does not trigger incsearch

Problem: Inserting a register on the command line does not trigger
incsearch or u...

c4b7dec38292fe1cfad7aa5f244031fc6f7c7a09 authored over 1 year ago by K.Takata <[email protected]>
patch 9.0.1297: wrong value for $LC_CTYPE makes the environ test fail

Problem: Wrong value for $LC_CTYPE makes the environ test fail.
Solution: Unset $LC_CTYPE w...

962d91643520ec3748fcf5af3263d89ccfcdda92 authored over 1 year ago by WuerfelDev <[email protected]>
patch 9.0.1296: calling an object method with arguments does not work

Problem: Calling an object method with arguments does not work. (Ernie
Rael)
Solu...

094cf9f4d588b1c29f4e35c4ccbf8505510569fb authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1295: the option initialization function is too long

Problem: The option initialization function is too long.
Solution: Move code to separate fu...

6c41bedeed2a1f98fb9c55ff85634138782ad92a authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
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 functi...

80b817b7494b5b162efd2d0d308933f81aef7c45 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
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. (Yega...

0caaf1e46511f7a92e036f05e6aa9d5992540117 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
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 obj...

313e4724c3b4f6d7454b45b89da08f83a2a0c77e authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1291: Move language files are not recognized

Problem: Move language files are not recognized.
Solution: Recognize Move language files. (...

6642982beaf4f1f5164f0315a1b3e3c275156089 authored over 1 year ago by Amaan Qureshi <[email protected]>
MacVim Release 176

Updated to Vim 9.0.1276

Features
====================

Dictionary lookup
--------------------

...

8d7e6a26f136508557a8418c01bbff2379a98ee2 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1361 from ychin/fix-tab-remaining-tracking-tag-crash

Fix remaining tab crash from not clearing tracking tags correctly

76b9df28ea8d2497f8841cd6602d4e3af5d87e7f authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix remaining tab crash from not clearing tracking tags correctly

Similar to #1334. The old PSMTabBarControl code has a lot of dubious
straggling states regarding...

3906462fcfee763ccdb0b43fb723dc7f88f05ece authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1360 from ychin/sparkle-release-notes-javascript

Allow Sparkle release notes to use JavaScript so videos work

b2dacc541621ccc08ec9f59d9d7a63711446acd4 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1359 from ychin/fix-macvim-sign-scripts-sparkle-1

Fix MacVim code signing script to work with Sparkle 1

d3ec3555129a3680e872f55544ec21ab0178ac28 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Allow Sparkle release notes to use JavaScript so videos work

Currently, it's hard to embed video in the release notes shown to
Sparkle, because by default it...

905db20e171abf009bce9d8453d70420a5f839ba authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix MacVim code signing script to work with Sparkle 1

We previously removed the --deep flag from signing, which missed one of
the executable within Sp...

a3042b8e97c12337adc2a75212a2110a7a158892 authored over 1 year ago by Yee Cheng Chin <[email protected]>
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_c...

af9e28a5b8f888b79459393ddb26fffe613c3f3c authored over 1 year ago by zeertzjq <[email protected]>
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 cla...

43e234e8b48caf59d6895a31628dad0bba4fd5c8 authored over 1 year ago by Philip H <[email protected]>
patch 9.0.1288: FunC files are not recognized

Problem: FunC files are not recognized.
Solution: Recognize FunC files. (Amaan Qureshi, clo...

91deac45392fe93094b9c31403b1ae771dc71938 authored over 1 year ago by Amaan Qureshi <[email protected]>
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...

0261e3978e3064176f57008d4ce6de18cb166b69 authored over 1 year ago by Bram Moolenaar <[email protected]>
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.

546933f4974d0e0966a4d4e78a6a46b7532d71c6 authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge pull request #1358 from ychin/downgrade-sh-syntax-204

Downgrade sh.vim syntax from version 205 to 204

2e74830e8a15d56acb95d5ff71b34a1bab145723 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Downgrade sh.vim syntax from version 205 to 204

The latest Vim runtime update upgraded sh.vim from version 204 to 205,
which contains a bug (htt...

be09129614f9a5b503117cc1df9be07ce2e7e127 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1285: various small problems

Problem: Various small problems.
Solution: Adjust white space and comments.

a9a6b0323ea3dc5e4d11d28e7c9ae3534e02ee54 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1284: compiler warnings for uninitialized variables

Problem: Compiler warnings for uninitialized variables. (Tony Mechelynck)
Solution: Add var...

40b4872966d3886e7ff86184ae4ffb58704bf075 authored over 1 year ago by Bram Moolenaar <[email protected]>
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() f...

c72078b631832a1f3d7d8ee90560d54f7d7d3ffe authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1282: Ron files are not recognized

Problem: Ron files are not recognized.
Solution: Recognize Ron files. (Amaan Qureshi, close...

c8ef30bc2eaec956549510cd4b2efc96b7aee563 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1281: Cadence files are not recognized

Problem: Cadence files are not recognized.
Solution: Recognize Cadence files. (Janez Podhos...

cb626a4692df7154be02b47d6089ec679e95cb44 authored over 1 year ago by Janez Podhostnik <[email protected]>
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 case...

7a1bdaecf2d2a06eb06ed462e6ccae4954939fc9 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1279: display shows lines scrolled down erroneously

Problem: Display shows lines scrolled down erroneously. (Yishai Lerner)
Solution: Do not ch...

61fdbfa1e3c842252b701aec12f45839ca41ece5 authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

4ad8ae8465e30df38dba31910f130891b16d38a0 authored over 1 year ago by Amaan Qureshi <[email protected]>
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" bef...

49f0524fb575bb1cf4881e472afab7d37c579440 authored over 1 year ago by zeertzjq <[email protected]>
Merge remote-tracking branch 'vim/master'

19d0419569b1eb6fc3799eb7ba0e9f79119e9d8e authored over 1 year ago by Yee Cheng Chin <[email protected]>
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 ...

4be18e77ff2d9a85d01e9d62335542755b26d5d5 authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge pull request #1357 from ychin/store-last-used-version-macvim-better-about-version

Report better version in About MacVim, and store last used version

aa485a215cf845506ae242de81c1eb417dcf683f authored over 1 year ago by Yee Cheng Chin <[email protected]>
Report better version in About MacVim, and store last used version

Use a better format for the version reporting in the "About MacVim" page
to be clear what's the ...

02092cfe96d7b577338a6edd5cc16d8a2c040a52 authored over 1 year ago by Yee Cheng Chin <[email protected]>
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() f...

78012f55faf7444e554c0a97a589d99fa215bea9 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
Update runtime files.

be4e01637e71c8d5095c33b9861fd70b41476732 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1274: FIRRTL files are not recognized

Problem: FIRRTL files are not recognized.
Solution: Add a pattern for FIRRTL files. (Amaan ...

685bf83b73d0fe6fd36bb2949bebd6aae66a139e authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1273: "1v" may select block with wrong size

Problem: "1v" may select block with wrong size. (Evgeni Chasnovski)
Solution: Compute "curs...

8f531662e28c37560bf5ac20a059bf00d01ee5a4 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1272: typo in pattern for filetype detection

Problem: Typo in pattern for filetype detection.
Solution: Fix the typo. (closes #11924)

e8d4ae0d1153ecb45ebf48030be60640e8800540 authored over 1 year ago by zeertzjq <[email protected]>
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...

1b438a8228a415720efb5ca1c0503f5467292e8e authored over 1 year ago by zeertzjq <[email protected]>
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. ...

a7d36b732070944aab614944075ec0b409311482 authored over 1 year ago by zeertzjq <[email protected]>
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 1...

b40c1de38442a26f31efb8473adec7fad560f3d0 authored over 1 year ago by Bram Moolenaar <[email protected]>
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 .clang...

9c51798a1f3b79ace5ae0551a8bb122025ac94ed authored over 1 year ago by Mark Skelton <[email protected]>
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 handl...

d6e4c75af2d6435794f1a9259141d6d7c1923b4c authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1266: error for space before ": type" is inconsistent

Problem: Error for space before ": type" is inconsistent.
Solution: Give E1059 in more plac...

ce93d162da8de2419c15b63286e2f72a8fe3bf2d authored over 1 year ago by Bram Moolenaar <[email protected]>