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.0408: GUI test sometimes fails on MS-Windows

Problem: GUI test sometimes fails on MS-Windows.
Solution: Make sure Vim is the foreground ...

fef38d86a1fc3790d2ca7fc4b3e45071c1d8c79c authored about 2 years ago by K.Takata <[email protected]>
patch 9.0.0407: matchstr() does match column offset

Problem: matchstr() does match column offset. (Yasuhiro Matsumoto)
Solution: Accept line nu...

75a115e8d632e96b4f45dc5145ba261876a83dcf authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0406: deferred functions not invoked when partial func exits

Problem: Deferred functions not invoked when partial func exits.
Solution: Create a funccal...

9667b2c888351b04751bdb43cba0d4ffc8c13ab1 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0405: arguments in a partial not used by a :def function

Problem: Arguments in a partial not used by a :def function.
Solution: Put the partial argu...

c9c967da09d9faf5ba989c943352274fea365841 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0404: crash when passing invalid arguments to assert_fails()

Problem: Crash when passing invalid arguments to assert_fails().
Solution: Check for NULL s...

1540d334a04d874c2aa9d26b82dbbcd4bc5a78de authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0403: 'equalalways' may be off when 'laststatus' is zero

Problem: 'equalalways' may be off when 'laststatus' is zero.
Solution: call last_status() b...

fd7e60a33ddd83a82da4eb6267f1c12fa926f32b authored about 2 years ago by Luuk van Baal <[email protected]>
patch 9.0.0402: javascript module files are not recoginzed

Problem: Javascript module files are not recoginzed.
Solution: Recognize "*.jsm" files as J...

bb6c4073e79e86ef69c315338e00c12f0d8d6395 authored about 2 years ago by Brett Holman <[email protected]>
patch 9.0.0401: CI uses older clang version

Problem: CI uses older clang version.
Solution: Switch from clang 14 to 15. (closes #11066)

bd01f476ea8751ce9787271742017b69149edc22 authored about 2 years ago by Philip H <[email protected]>
patch 9.0.0400: GUI test sometimes hangs on CI

Problem: GUI test sometimes hangs on CI.
Solution: Delete a test file explicitly. (Ken Taka...

e68f1348f25766c669e27e1f7da2453c46e4c981 authored about 2 years ago by K.Takata <[email protected]>
Merge remote-tracking branch 'vim/master'

3d0d9f9a9c25517eb05324655482183c9a8928ba authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0399: using :defer in expression funcref not tested

Problem: Using :defer in expression funcref not tested.
Solution: Add a test. Fix uncovere...

98aff658d5f97629d7c3a9fccac6c79fc9c6029d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0398: members of funccall_T are inconsistently named

Problem: Members of funccall_T are inconsistently named.
Solution: Use the "fc_" prefix for...

ca16c60f337ed33d5dd66a6e90aaf95b619c5e47 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0397: :defer not tested with exceptions and ":qa!"

Problem: :defer not tested with exceptions and ":qa!".
Solution: Test :defer works when exc...

58779858fb5a82a3233af5d4237a3cece88c10d4 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0396: :findrepl does not escape '&' and '~' properly

Problem: :findrepl does not escape '&' and '~' properly.
Solution: Escape depending on the ...

2834ebdee473c838e50e60d0aa160f0e62fc8ef9 authored about 2 years ago by matveyt <[email protected]>
patch 9.0.0395: clang warnings for function prototypes

Problem: Clang warnings for function prototypes.
Solution: Remove incomplete function proto...

635bb4908577738c5658a95672259b8537d97d49 authored about 2 years ago by Philip H <[email protected]>
patch 9.0.0394: Cygwin: multibyte characters may be broken in terminal window

Problem: Cygwin: multibyte characters may be broken in terminal window.
Solution: Adjust ho...

5903aaf7eb4586cf7e4fa5a219092334b05c89de authored about 2 years ago by K.Takata <[email protected]>
patch 9.0.0393: signals test often fails on FreeBSD

Problem: Signals test often fails on FreeBSD.
Solution: Use separate files for Suspend and ...

a9480dbc8c4381e4139db1ab7969722f4d100bac authored about 2 years ago by K.Takata <[email protected]>
Merge remote-tracking branch 'vim/master'

67397111282b7413ca9f68085bf272a51f543922 authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0392: inverted condition is a bit confusing

Problem: Inverted condition is a bit confusing.
Solution: Remove the "!" and swap the block...

e53a0d44090753d6284b34cc7fb5cf6c765d562c authored about 2 years ago by K.Takata <[email protected]>
patch 9.0.0391: using separate delete() call instead of writefile() 'D' flag

Problem: Using separate delete() call instead of writefile() 'D' flag.
Solution: Use the wr...

3411265a3698c3d5ef56d9b0c3bb237a9f5fdba1 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0390: cannot use a partial with :defer

Problem: Cannot use a partial with :defer.
Solution: Add the partial arguments before the o...

86d87256c4005c6215da5af2597fbf6f6304421f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0389: crash when 'tagfunc' closes the window

Problem: Crash when 'tagfunc' closes the window.
Solution: Bail out when the window was clo...

ccfde4d028e891a41e3548323c3d47b06fb0b83e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0388: the do_arg_all() function is too long

Problem: The do_arg_all() function is too long.
Solution: Split the function in smaller par...

8894761daf68220504932c8b3e75f59138cdb617 authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0387: repeat <ScriptCmd> mapping doesn't use right script context

Problem: repeating a <ScriptCmd> mapping does not use the right script
context.
S...

ddf7dba96e05a41c7a228b153146237e0a21b146 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0386: some code blocks are nested too deep

Problem: Some code blocks are nested too deep.
Solution: Bail out earlier. (Yegappan Lakshm...

b1f471ee20b0fa783ecd6e29aa69067e6c821376 authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0385: GUI: when CTRL-D is mapped in Insert mode it gets inserted

Problem: GUI: when CTRL-D is mapped in Insert mode it gets inserted.
(Yasuhiro Ma...

c47b16a47063735413ebe3885604c4460f724246 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0384: Covertity still complains about using return value of getc()

Problem: Covertity still complains about using return value of getc().
Solution: Check for ...

c7d2ff2ca03f1f36544a92cb93300eae06bcd0c0 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0383: Coverity complains about unused value

Problem: Coverity complains about unused value.
Solution: Use the value.

963ab26842be22c0d210c3e950fecac28578f8be authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0382: freeing the wrong string on failure

Problem: Freeing the wrong string on failure.
Solution: Adjust the argument. Reorder the c...

31ea6bf530a814991f669122dbc9921117a862c3 authored about 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

223b2d8e75964eb37fa1eb74ed8d1e20dcdd28ce authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0381: writefile test leaves files behind

Problem: Writefile test leaves files behind.
Solution: Fix the file names of files to be de...

b40ad4ff148404b1226bea7051278a1c3c79d4f3 authored about 2 years ago by Dominique Pelle <[email protected]>
patch 9.0.0380: deleting files in tests is a hassle

Problem: Deleting files in tests is a hassle.
Solution: Use the new 'D' flag of writefile().

e1f3ab73bc7c4b3eee03b673c2983ed7eca6ea80 authored about 2 years ago by Bram Moolenaar <[email protected]>
Revert part of patch merged twice

8f7116caddc6f0725cf1211407d97645c4eb7b65 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0380: deleting files in tests is a hassle

Problem: Deleting files in tests is a hassle.
Solution: Use the new 'D' flag of writefile().

fed6bdae6f5f15d842d2e33eda6d3ffbc5b258a7 authored about 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files

0daafaa7d99ef500f76b1b12f5fe8153e2fcaea0 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0379: cleaning up after writefile() is a hassle

Problem: Cleaning up after writefile() is a hassle.
Solution: Add the 'D' flag to defer del...

806a273f3c84ecd475913d901890bb1929be9a0a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0378: compiler warning for uninitialized variable

Problem: Compiler warning for uninitialized variable. (Tony Mechelynck)
Solution: Initializ...

c1eb131c9eb38e00e08109f50e3e5337c072b71e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0377: argument assignment does not work

Problem: Argument assignment does not work.
Solution: Skip over "=".

eb5adf19d15de4dd1d148954ac5345154f0fea60 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0376: clang warns for dead assignments

Problem: Clang warns for dead assignments.
Solution: Adjust the code. (Yegappan Lakshmanan,...

6b085b9d7367e077ca69f4f82ba0f92cc6b6e443 authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0375: the footer feature is unused

Problem: The footer feature is unused.
Solution: Remove FEAT_FOOTER and code.

c8ac3a072f18d4b250e55e91f610fe517e218777 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0374: Coverity still complains about dropping sign of character

Problem: Coverity still complains about dropping sign of character.
Solution: Add intermedi...

3c7707680fea0881fe96c75f962af01edf810d5d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0373: Coverity warns for NULL check and unused return value

Problem: Coverity warns for NULL check and unused return value.
Solution: Remove the NULL c...

a5348f241bbbb6d5db863d666fa9ca72fc95037a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0372: MS-Windows: "%T" time format does not appear to work

Problem: MS-Windows: "%T" time format does not appear to work.
Solution: Use "%H:%M:%S" ins...

5fbbec180b623cd6ebfc9528be6fa70b4cf664d4 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0371: compiler warning for uninitialized variable

Problem: Compiler warning for uninitialized variable.
Solution: Initialize the variable. (J...

06fef1b2bdc07c6170b178e34b4712c21bd81a2e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0370: cleaning up afterwards can make a function messy

Problem: Cleaning up afterwards can make a function messy.
Solution: Add the :defer command.

1d84f7608f1e41dad03b8cc7925895437775f7c0 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0369: a failing flaky test doesn't mention the time

Problem: A failing flaky test doesn't mention the time.
Solution: Add the time for debuggin...

06d32a0c177e4166ff0491668cd459464bc2ef45 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0368: old Coverity warning for using NULL pointer

Problem: Old Coverity warning for using NULL pointer.
Solution: Bail out if dictionary allo...

89083466fa565bea22832687ec5fe89a70a3b8f7 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0367: Coverity complains about dropping sign of character

Problem: Coverity complains about dropping sign of character.
Solution: Add explicit type c...

0a6bb59f6b198b351555dc0919816c9f0f1e3ed9 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0366: cannot use import->Func() in lambda

Problem: Cannot use import->Func() in lambda. (Israel Chauca Fuentes)
Solution: Adjust how ...

6ac69ed9a23fcbccc54574ded1cbab5065e19c41 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0365: file name used in test is unusual

Problem: File name used in test is unusual.
Solution: Rename it. (Dominique Pellé, closes #...

91a874eb88eff2df9b8fdd64ccf98eed337823cf authored about 2 years ago by Dominique Pelle <[email protected]>
patch 9.0.0364: clang static analyzer gives warnings

Problem: Clang static analyzer gives warnings.
Solution: Avoid the warnings. (Yegappan Laks...

c99e182e1fb54e39540d25d0ccd8dcdde25bb96c authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0363: common names in test files causes tests to be flaky

Problem: Common names in test files causes tests to be flaky.
Solution: Use more specific n...

b18b49699776485150b71626069a40d12d2c5590 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0362: expanding ":e %" does not work for remote files

Problem: Expanding ":e %" does not work for remote files.
Solution: If the "%" or "#" file ...

f5724376ab7362b5a98eaa8a331d663ef722c2a2 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0361: removing a listener may result in a memory leak

Problem: Removing a listener may result in a memory leak and remove
subsequent li...

956be4678fba2051a8d24c15cc5dc67fb89c515f authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0360: crash when invalid line number on :for is ignored

Problem: Crash when invalid line number on :for is ignored.
Solution: Do not check breakpoi...

35d21c6830fc2d68aca838424a0e786821c5891c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0359: error message for wrong argument type is not specific

Problem: Error message for wrong argument type is not specific.
Solution: Include more info...

8deb2b30c77035bb682ccf80b781455ac1d6038b authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0358: 'breakindent' does not indent non-lists

Problem: 'breakindent' does not indent non-lists with
"breakindentopt=list:-1".
S...

119167265ebc7eced210a7f8ed2f4b90378f98f1 authored about 2 years ago by Maxim Kim <[email protected]>
patch 9.0.0357: 'linebreak' interferes with text property highlight

Problem: 'linebreak' interferes with text property highlight if there is
syntax h...

cf2bb633978a3d2d5bba06611c95e15170662c15 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0356: :echowindow sets the in_echowindow flag too early

Problem: :echowindow sets the in_echowindow flag too early.
Solution: Set in_echowindow onl...

a02a8a4d849906ae100f46f23642b5f7d1bd314e authored about 2 years ago by Yasuhiro Matsumoto <[email protected]>
patch 9.0.0355: check for uppercase char in autoload name is wrong

Problem: Check for uppercase char in autoload name is wrong, it checks the
name o...

6c667bdc9489963102bd6c46b1b73e4d43c034ce authored about 2 years ago by thinca <[email protected]>
Merge remote-tracking branch 'vim/master'

6b073a5732557680f76aaf93bf67dc92bea2a0da authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0354: MS-Windows: starting a python server for test sometimes fails

Problem: MS-Windows: starting a python server for test sometimes fails.
Solution: Increase ...

a906e8e1abf0a4c9a058ec5ee8a4c321a008cd41 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0353: missing entry in switch

Problem: Missing entry in switch.
Solution: Add ISN_ECHOWINDOW.

68a635a80a4cccf5b4b7235d886159d52b08f04c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0352: using :echowindow in a timer clears part of message

Problem: using :echowindow in a timer clears part of message
Solution: Do not use msg_clr_e...

3b474dcd30ea188124f5ad766f5096f9a0cef895 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0351: message window may obscure the command line

Problem: Message window may obscure the command line.
Solution: Reduce the maximum height o...

b5b4f61cf192324379b6a8c4f7ed83a13f0e3bc6 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0350: :echowindow does not work in a compiled function

Problem: :echowindow does not work in a compiled function.
Solution: Handle the expression ...

7d7ad7b2e8c6403033fbdb083f092321c0ccbfaf authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0349: filetype of *.sil files not well detected

Problem: Filetype of *.sil files not well detected.
Solution: Inspect the file contents to ...

be807d582499acbe314ead3891481cba6ca136df authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0348: MS-Windows: GUI mouse move event test is flaky

Problem: MS-Windows: GUI mouse move event test is flaky.
Solution: Wait for a little while ...

36eb14fa3e729434cbb6f9078b4b330ae4f864f9 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0347: MS-Windows: cannot set cursor shape in Windows Terminal

Problem: MS-Windows: cannot set cursor shape in Windows Terminal.
Solution: Make cursor sha...

df5320c439e9a7f7bf1ebff3cb455d45e223547a authored about 2 years ago by K.Takata <[email protected]>
patch 9.0.0346: :horizontal modifier not fully supported

Problem: :horizontal modifier not fully supported.
Solution: Also use :horizontal for compl...

d3de178e5352fedf0f30b979f46a2fcbca24ea40 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0345: error message for list argument could be clearer

Problem: Error message for list argument could be clearer.
Solution: Include the argument n...

d83392a43a48c566c0f3b76382a3648584dae32b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0344: MS-Windows: background color wrong in Console

Problem: MS-Windows: background color wrong in Console.
Solution: Figure out the default co...

e42c8dae32f3575557b83a371c4be66c09afbf7f authored about 2 years ago by Yasuhiro Matsumoto <[email protected]>
Merge remote-tracking branch 'vim/master'

820f30d1810a55dfe0170cd21ba817aec129e13c authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0343: ColorScheme autocommand triggered when colorscheme not found

Problem: ColorScheme autocommand triggered when colorscheme is not found.
(Romain...

5d09a401ec393dc930e1104ceb38eab34681de64 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0342: ":wincmd =" equalizes in two directions

Problem: ":wincmd =" equalizes in two directions.
Solution: Make ":vertical wincmd =" equal...

21c3a80a7fd6b7fc250ce5dc287963511f54b86f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0341: mapset() does not restore <Nop> mapping properly

Problem: mapset() does not restore <Nop> mapping properly.
Solution: Use an empty string fo...

92a3d20682d46359bb50a452b4f831659e799155 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0340: the 'cmdheight' zero support causes too much trouble

Problem: The 'cmdheight' zero support causes too much trouble.
Solution: Revert support for...

a2a8973e51a0052bb52e43a2b22e7ecdecc32003 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0339: no check if the return value of XChangeGC() is NULL

Problem: No check if the return value of XChangeGC() is NULL.
Solution: Only use the return...

a63ad78ed31e36dbdf3a9cd28071dcdbefce7d19 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0338: return value of list_append_list() not always checked

Problem: Return value of list_append_list() not always checked.
Solution: Check return valu...

9ba6194d4cba60fec4ed10c33d2d4fbe6e38c696 authored about 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

214f089edb669306f36bdb761a1f76208de5738d authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0337: flicker when resetting cmdline_row after updating the screen

Problem: Flicker when resetting cmdline_row after updating the screen.
Solution: Do not upd...

b22653a98ed9252b88455c55e15c888c66c97927 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0336: tests are flaky because of using a common file name

Problem: Tests are flaky because of using a common file name.
Solution: Rename files and di...

61abe7d8f827ec31f098e8abcdf58846b956ef16 authored about 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files

9b03d3e75b4274493bbe76772d7b92238791964c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0335: checks for Dictionary argument often give a vague error

Problem: Checks for Dictionary argument often give a vague error message.
Solution: Give a ...

04c4c5746e15884768d2cb41370c3276a196cd4c authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0334: test does not properly clean up

Problem: Test does not properly clean up.
Solution: Fix typo in argument of delete(). (Domi...

f240395fca63d4b330112a4b81e94b05b50de1aa authored about 2 years ago by Dominique Pelle <[email protected]>
patch 9.0.0333: method test fails

Problem: Method test fails.
Solution: Adjust test for items() now working on string.

171a1607f4b0b3cdcbbe5e886da37a5d11f15684 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0332: overwrite check may block BufWriteCmd

Problem: Overwrite check may block BufWriteCmd.
Solution: Do not use overwrite check when '...

9c8f94636b3610b898ffbbd07f6b75866d16cbca authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0331: cannot use items() on a string

Problem: Cannot use items() on a string.
Solution: Make items() work on a string. (closes #...

3e518a8ec74065aedd67d352c93d6ae6be550316 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0330: method tests fail

Problem: Method tests fail.
Solution: Adjust for change of items().

f92cfb1acc3fef74eef0c83c1a35a2b6a9f93a9b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0329: ":highlight" hangs when 'cmdheight' is zero

Problem: ":highlight" hangs when 'cmdheight' is zero.
Solution: Add to msg_col when using t...

24735f2a19c666f545330a267a32ae5df72db25c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0328: OLD_DIGRAPHS is unused

Problem: OLD_DIGRAPHS is unused.
Solution: Remove OLD_DIGRAPHS. Also drop HPUX_DIGRAPHS.

e27d6e6382795e86ea4dd3a86396350a4c29b6fb authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0327: items() does not work on a list

Problem: items() does not work on a list. (Sergey Vlasov)
Solution: Make items() work on a ...

976f859763b215050a03248dbc2bb62fa5d0d059 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0326: some changes for cmdheight=0 are not needed

Problem: Some changes for cmdheight=0 are not needed.
Solution: Revert resize behavior if h...

0e412be00f8290e0575c7f72ec080725631eff38 authored about 2 years ago by Shougo Matsushita <[email protected]>
Merge remote-tracking branch 'vim/master'

f4deb2eb43cf41e7ff2d391303d6e864262bd74f authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0325: MS-Windows: completion test fails

Problem: MS-Windows: completion test fails.
Solution: Adjust directory prefix.

816736bcc74ddd058f68d565d9e2b2fca153c33a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0324: MS-Windows: resolve() test fails

Problem: MS-Windows: resolve() test fails.
Solution: Revert renaming the directory.

15cae5c9ca3d2dc0b2c9ac29d27c4ba765362ab5 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0323: using common name in tests leads to flaky tests

Problem: Using common name in tests leads to flaky tests.
Solution: Rename files and direct...

3b0d70f4ff436cb144683dafd956e8a3ee485a90 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0322: crash when no errors and 'quickfixtextfunc' is set

Problem: Crash when no errors and 'quickfixtextfunc' is set.
Solution: Do not handle errors...

4f1b083be43f351bc107541e7b0c9655a5d2c0bb authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0321: cannot use the message popup window directly

Problem: Cannot use the message popup window directly.
Solution: Add ":echowindow".

37fef16c225eabed28a3c7a0542d2eeef30d812b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0320: command line type of CmdlineChange differs from getcmdtype()

Problem: Command line type of CmdlineChange differs from getcmdtype().
Solution: Use the sa...

54acb90d9e672315e3bd13f8dc71f828df97c868 authored about 2 years ago by zeertzjq <[email protected]>