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 8.2.4983: colors test fails in the GUI

Problem: Colors test fails in the GUI.
Solution: Reset g:terminal_ansi_colors.

b0855f5324b348921d412d97193e8c8bc3b5d1dd authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4982: colors in terminal window are not 100% correct

Problem: Colors in terminal window are not 100% correct.
Solution: Use g:terminal_ansi_colo...

b2b3acbf2b3ae29ecf517f03b46fbeadf0c1a905 authored over 2 years ago by LemonBoy <[email protected]>
Merge remote-tracking branch 'vim/master'

dc12a956ee9f60d08c92e3d082a3a38c66436b2d authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4981: it is not possible to manipulate autocommands

Problem: It is not possible to manipulate autocommands.
Solution: Add functions to add, get...

1755a91851f7022fdd3eecfbd2cc0b508a2f2a8f authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
Merge remote-tracking branch 'vim/master'

da600c48e1b0274cbba9f8883ab37436965b8dae authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4980: when 'shortmess' contains 'A' loading session may still warn

Problem: When 'shortmess' contains 'A' loading a session may still warn for
an ex...

aaadb5b6f76ea03e5eb460121f3dbf46ad04ce50 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4979: accessing freed memory when line is flushed

Problem: Accessing freed memory when line is flushed.
Solution: Make a copy of the pattern ...

28d032cc688ccfda18c5bbcab8b50aba6e18cde5 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4978: no error if engine selection atom is not at the start

Problem: No error if engine selection atom is not at the start.
Solution: Give an error. (C...

360da40b47a84ee8586c3b5d062f8c64a2ac9cc6 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4977: memory access error when substitute expression changes window

Problem: Memory access error when substitute expression changes window.
Solution: Disallow ...

e2bd8600b873d2cd1f9d667c28cba8b1dba18839 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4976: Coverity complains about not restoring a saved value

Problem: Coverity complains about not restoring a saved value.
Solution: Restore value befo...

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

df9fbe1af91f854aac20035ecb683d645a234437 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4975: recursive command line loop may cause a crash

Problem: Recursive command line loop may cause a crash.
Solution: Limit recursion of getcmd...

51f0bfb88a3554ca2dde777d78a59880d1ee37a8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4974: ":so" command may read after end of buffer

Problem: ":so" command may read after end of buffer.
Solution: Compute length of text prope...

4748c4bd64610cf943a431d215bb1aad51f8d0b4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4973: Vim9: type error for list unpack mentions argument

Problem: Vim9: type error for list unpack mentions argument.
Solution: Mention variable. (c...

bd3a9d2c946bae0427d7c9b9249716064935fb4e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4972: Vim9: compilation fails when using dict member when skipping

Problem: Vim9: compilation fails when using dict member when skipping.
Solution: Do not gen...

1ff9c44267ce487145d22d75a96370d7f96ae8dd authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4971: Vim9: interpolated string seen as range

Problem: Vim9: interpolated string seen as range.
Solution: Recognize an interpolated strin...

40c141d333292d625907f4de13766cbbc2223911 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4970: "eval 123" gives an error, "eval 'abc'" does not

Problem: "eval 123" gives an error, "eval 'abc'" does not.
Solution: Also give an error whe...

0d03263fd731986c0eee1a08e0f1b19f1bc3a7ad authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4969: changing text in Visual mode may cause invalid memory access

Problem: Changing text in Visual mode may cause invalid memory access.
Solution: Check the ...

7ce5b2b590256ce53d6af28c1d203fb3bc1d2d97 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4968: reading past end of the line when C-indenting

Problem: Reading past end of the line when C-indenting.
Solution: Check for NUL.

60ae0e71490c97f2871a6344aca61cacf220f813 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4967: MS-Windows GUI: mouse event test sometimes fails

Problem: MS-Windows GUI: mouse event test sometimes fails.
Solution: Ignore one move event ...

3c25a8617aad9860a1b179d40a183c638b3b70cc authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4966: MS-Windows GUI: mouse event test gets extra event

Problem: MS-Windows GUI: mouse event test gets extra event.
Solution: Ignore one move event.

e5162e76c0a8bd71fbfb0840a8c0014788d8808b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4965: GUI: testing mouse move event depends on screen cell size

Problem: GUI: testing mouse move event depends on screen cell size.
Solution: Multiply the ...

7add8d373185a6b20aeeb8c30adb9acc68de66ec authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4964: MS-Windows GUI: mouse event test is flaky

Problem: MS-Windows GUI: mouse event test is flaky.
Solution: Add a short delay after gener...

3b675c276c71472022b684b7b1dec213824d3104 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4963: expanding path with "/**" may overrun end of buffer

Problem: Expanding path with "/**" may overrun end of buffer.
Solution: Use vim_snprintf().

386c24cd262edac66a31add2fd989c96c4c2c952 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4962: files show up in git status

Problem: Files show up in git status.
Solution: Adjust the list of ignored files. Clean up...

5a8fad32ea9c075f045b37d6c7739891d458f82b authored over 2 years ago by shane.xb.qian <[email protected]>
patch 8.2.4961: build error with a certain combination of features

Problem: Build error with a certain combination of features.
Solution: Adjust #if. (John Ma...

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

896c79f96e483e98cd5bd02def90d1f908c1ceb6 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4960: text properties that cross lines not updated for deleted line

Problem: Text properties that cross line boundary are not correctly updated
for a...

1bdc60eb91b9e6320318d96ea59bd2aad775f408 authored over 2 years ago by Paul Ollis <[email protected]>
patch 8.2.4959: using NULL regexp program

Problem: Using NULL regexp program.
Solution: Check for regexp program becoming NULL in mor...

b62dc5e7825bc195efe3041d5b3a9f1528359e1c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4958: a couple conditions are always true

Problem: A couple conditions are always true.
Solution: Remove the conditions. (Goc Dundar,...

dd41037552c1be3548d2ce34bb1c889f14edb553 authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.4957: text properties in a wrong position after a block change

Problem: Text properties in a wrong position after a block change.
Solution: Adjust the pro...

b559b302e0ecc6fced03d5201dc30f10cff7af0a authored over 2 years ago by LemonBoy <[email protected]>
Merge remote-tracking branch 'vim/master'

94b81c6bc4291ff8425bf2118a4319351d32a158 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4956: reading past end of line with "gf" in Visual block mode

Problem: Reading past end of line with "gf" in Visual block mode.
Solution: Do not include ...

395bd1f6d3edc9f7edb5d1f2d7deaf5a9e3ab93c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4955: text property in wrong position after auto-indent

Problem: Text property in wrong position after auto-indent.
Solution: Adjust text property ...

788c06a2492b546dd0824b119251cd8ea7da9cb5 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4954: inserting line breaks text property spanning two lines

Problem: Inserting line breaks text property spanning more then one line.
Solution: Check T...

698cb4c8fa16a4dbe4830648532c09d7e5c89095 authored over 2 years ago by LemonBoy <[email protected]>
Update runtime files, new color schemes

30ab04e16e1e9e6133590181197b3f8e70cb495e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4953: with 'si' inserting '}' after completion goes wrong

Problem: With 'smartindent' inserting '}' after completion goes wrong.
Solution: Check the ...

2e444bbef0f36535bf941f007f2961f3f66bbe87 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4952: GUI test will fail if color scheme changes

Problem: GUI test will fail if color scheme changes.
Solution: Reduce the test for now.

98feacedf9c03b8db79da03508a2c3c25dac3e53 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4951: smart indenting done when not enabled

Problem: Smart indenting done when not enabled.
Solution: Check option values before settin...

de5cf287812510d2c8ffe66b99cf33c4e1a6e6f1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4950: text properties position wrong after shifting text

Problem: Text properties position wrong after shifting text.
Solution: Adjust the text prop...

4b93674159d60c985de906c30f45dbaf2b64056f authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4949: Vim9: some code not covered by tests

Problem: Vim9: some code not covered by tests.
Solution: Add a few more test cases. Fix do...

31ad32a325cc31f0f2bdd530c68bfb856a2187c5 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4948: cannot use Perl heredoc in nested :def function

Problem: Cannot use Perl heredoc in nested :def function. (Virginia
Senioria)
Sol...

d881d1598467d88808bafd2fa86982ebbca7dcc1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4947: text properties not adjusted when accepting spell suggestion

Problem: Text properties not adjusted when accepting spell suggestion.
Solution: Adjust tex...

b7a701255578b38896631ba20556b856e8888069 authored over 2 years ago by LemonBoy <[email protected]>
Merge remote-tracking branch 'vim/master'

76974e0a0284aded8cf5dd00077957567a4b2e8c authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4946: Vim9: some code not covered by tests

Problem: Vim9: some code not covered by tests.
Solution: Add a few more test cases. Remove...

7f8a3b11bfc02f24dfd877d0a81392d679008180 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4945: inconsistent use of white space

Problem: Inconsistent use of white space.
Solution: Use Tabs and Spaces consistently.

9f1983de4e8293bae32fdab72a459b1b64bf767f authored over 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files and translations

3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4944: text properties are wrong after "cc"

Problem: Text properties are wrong after "cc". (Axel Forsman)
Solution: Pass the deleted by...

d0b1a09f44654bb5e29b09de1311845200f17d90 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4943: changing 'switchbuf' may have no effect

Problem: Changing 'switchbuf' may have no effect.
Solution: Handle 'switchbuf' in didset_st...

39c46b43780ad00ea27a93d92aadd44753d4c3ea authored over 2 years ago by Sean Dewar <[email protected]>
patch 8.2.4942: error when setting 'filetype' in help file again

Problem: Error when setting 'filetype' in help file again.
Solution: Deal with text propert...

de216732d45caa87e6f08f4319aa71e805a89a0e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4941: '[ and '] marks may be wrong after undo

Problem: '[ and '] marks may be wrong after undo.
Solution: Adjust the '[ and '] marks if n...

82444cefa3fef87624a078ea86a72af7ef4ef42e authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4940: some code is never used

Problem: Some code is never used.
Solution: Remove dead code. Add a few more test cases.

d0132f4862342eebe6d8e7a9096adf956ba6588b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4939: matchfuzzypos() with "matchseq" does not have all positions

Problem: matchfuzzypos() with "matchseq" does not have all positions.
Solution: Also add a ...

9af2bc075169e14fd06ed967d28eac7206d21f36 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4938: crash when matching buffer with invalid pattern

Problem: Crash when matching buffer with invalid pattern.
Solution: Check for NULL regprog.

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

61ebe5d9d34b29cc2ed0b3d5f6de0a54e6c30781 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4937: no test for what 8.2.4931 fixes

Problem: No test for what 8.2.4931 fixes.
Solution: Add a test that triggers a valgrind error.

ead241538cdd26cbf02599b6e23cd8baeafbcbb2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4936: MS-Windows: mouse coordinates for scroll event are wrong

Problem: MS-Windows: mouse coordinates for scroll event are wrong.
Solution: Convert coordi...

a773d84570e224035389f6697ac5634d7f27cccc authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4935: with 'foldmethod' "indent" some lines not included in fold

Problem: With 'foldmethod' "indent" some lines are not included in the
fold. (Ole...

d98e75e23666c159c7e00bcf5b6ad9a933bb0534 authored over 2 years ago by Brandon Simmons <[email protected]>
patch 8.2.4934: string interpolation fails when not evaluating

Problem: String interpolation fails when not evaluating.
Solution: Skip the expression when...

70c41241c2701f26a99085e433925a206ca265a3 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4933: a few more capitalization mistakes in error messages

Problem: A few more capitalization mistakes in error messages.
Solution: Adjust capitalizat...

df6e0e46c55c9c6d788f94482a8858c0f31391f4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4932: not easy to filter the output of maplist()

Problem: Not easy to filter the output of maplist().
Solution: Add mode_bits to the diction...

d8f5f766219273a8579947cc80b92580b6988a4b authored over 2 years ago by Ernie Rael <[email protected]>
patch 8.2.4931: Crash with sequence of Perl commands

Problem: Crash with sequence of Perl commands.
Solution: Move PUTBACK to another line. (clo...

0f267621c04883de010a6379217a5f182cc03dda authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4930: interpolated string expression requires escaping

Problem: Interpolated string expression requires escaping.
Solution: Do not require escapin...

0abc2871c105882ed1c1effb9a7757fad8a395bd authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

98614eb474fae4fe324a8b739b147096a5317ff0 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4929: off-by-one error in in statusline item

Problem: Off-by-one error in in statusline item.
Solution: Subtrace one less. (closes #1039...

57ff52677bf5ba1651281ffe40505df8feba4a36 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4928: various white space and cosmetic mistakes

Problem: Various white space and cosmetic mistakes.
Solution: Change spaces to tabs, improv...

6ed545e79735f23ff8e650bc2f0967e5a0baedc9 authored over 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files, translations

921bde88804663a7cb825d7f7e8a5d8ae6b58650 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4927: return type of remove() incorrect when using three arguments

Problem: Return type of remove() incorrect when using three arguments.
Solution: Use first ...

2ac037f54bb2588b7a86e61c9c6e9504884edbec authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4926: #ifdef for crypt feature around too many lines

Problem: #ifdef for crypt feature around too many lines.
Solution: Move code outside of #if...

51f0bc31d3cf512508419064faac0e5b7e52c98b authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4925: trailing backslash may cause reading past end of line

Problem: Trailing backslash may cause reading past end of line.
Solution: Check for NUL aft...

53a70289c2712808e6d4e88927e03cac01b470dd authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4924: maparg() may return a string that cannot be reused

Problem: maparg() may return a string that cannot be reused.
Solution: use msg_outtrans_spe...

0519ce00394474055bd58c089ea90a19986443eb authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4923: test checks for terminal feature unnecessarily

Problem: Test checks for terminal feature unnecessarily.
Solution: Remove CheckRunVimInTerm...

194843028ed486366b89e8f7d3bdd611a11ce7b4 authored over 2 years ago by zeertzjq <[email protected]>
Merge remote-tracking branch 'vim/master'

bc738c49269b73577984f6a5372a2f449ea9b045 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4922: mouse test fails on MS-Windows

Problem: Mouse test fails on MS-Windows.
Solution: Set 'mousemodel' to "extend".

b370771bffc8395204f53209b69e35dff95a9237 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4921: spell test fails because of new illegal byte check

Problem: Spell test fails because of new illegal byte check.
Solution: Remove the test.

fe978c2b6bb9d897d962595a4a51dd7a71dc8e89 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4920: MS-Windows GUI: unused variables

Problem: MS-Windows GUI: unused variables.
Solution: Delete the variables. (John Marriott)

728a05c4ab605ae96e906cdf704031ff298d1f89 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4919: can add invalid bytes with :spellgood

Problem: Can add invalid bytes with :spellgood.
Solution: Check for a valid word string.

7c824682d2028432ee082703ef0ab399867a089b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4918: conceal character from matchadd() displayed too many times

Problem: Conceal character from matchadd() displayed too many times.
Solution: Check the sy...

9830db63057db76044eca89cc4cfb2758ae7a543 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4917: fuzzy expansion of option names is not right

Problem: Fuzzy expansion of option names is not right.
Solution: Pass the fuzzy flag down t...

cb747899bd99361a299a163f3aa55d5fe7d6f798 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4916: mouse in Insert mode test fails

Problem: Mouse in Insert mode test fails.
Solution: Fix the text and check relevant positions.

8e8dc9b32326c6fbd37671b6072296404b481d4a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4915: sometimes the cursor is in the wrong position

Problem: Sometimes the cursor is in the wrong position.
Solution: When the cursor moved to ...

a91cb98bb36b0f9dc3c378c0bbd9a69de29830fa authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4914: string interpolation in :def function may fail

Problem: String interpolation in :def function may fail.
Solution: Do not terminate the exp...

933c2922b5e81b238c2e56361c76cf7c9548a2d7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4913: popup_hide() does not always have effect

Problem: Popup_hide() does not always have effect.
Solution: Add the POPF_HIDDEN_FORCE flag...

27724251bc73f97b55240731f4316ee1b4eac1c5 authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

419f8809585757a26ce9a749a028f9d9d9f70875 authored over 2 years ago by ichizok <[email protected]>
Update runtime files

d899e51120798d3fb5420abb1f19dddf3f014d05 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4912: using execute() to define a lambda doesn't work

Problem: Using execute() to define a lambda doesn't work. (Ernie Rael)
Solution: Put the ge...

a7583c42cd6b64fd276a5d7bb0db5ce7bfafa730 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4911: the mode #defines are not clearly named

Problem: The mode #defines are not clearly named.
Solution: Prepend MODE_. Renumber them t...

249591057b4840785c50e41dd850efb8a8faf435 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4910: imperfect coding

Problem: Imperfect coding.
Solution: Make code nicer.

9ff7d717aa3176de5c61de340deb93f41c7780fc authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4909: MODE_ enum entries names are too generic

Problem: MODE_ enum entries names are too generic.
Solution: use CH_MODE_.

ac4174e166dd76c72907caa76db0e7cd878ac667 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4908: no text formatting for // comment after a statement

Problem: No text formatting for // comment after a statement.
Solution: format a comment wh...

48a8a833033e10fc1eba96f2fc8dd19c2408eddf authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4907: some users do not want a line comment always inserted

Problem: Some users do not want a line comment always inserted.
Solution: Add the '/' flag ...

2bf875f881f7c6f6900bc0eb2a93a552db894109 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4906: MS-Windows: cannot use transparent background

Problem: MS-Windows: cannot use transparent background.
Solution: Make transparent backgrou...

aa04e1b0be343ff606e25a48d59bc057edcc6e87 authored over 2 years ago by Yasuhiro Matsumoto <[email protected]>
patch 8.2.4905: codecov includes MS-Windows install header file

Problem: codecov includes MS-Windows install header file.
Solution: Ignore dosinst.h.

3f1cfcb86407c15a3037d5595bb192a00c661303 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4904: codecov includes MS-Windows install files

Problem: codecov includes MS-Windows install files.
Solution: Ignore dosinst.c and uninstal...

4649c121232ac65ccfea4ed1235630c7fe81e286 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4903: cannot get the current cmdline completion type and position

Problem: Cannot get the current cmdline completion type and position.
Solution: Add getcmdc...

79d599b8772022af1d657f368c2fc97aa342c0da authored over 2 years ago by Shougo Matsushita <[email protected]>
patch 8.2.4902: mouse wheel scrolling is inconsistent

Problem: Mouse wheel scrolling is inconsistent.
Solution: Use the MS-Winows system setting....

c27747e6ddcbda7d1d3b39867898f746dc4db471 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4901: NULL pointer access when using invalid pattern

Problem: NULL pointer access when using invalid pattern.
Solution: Check for failed regexp ...

8e4b76da1d7e987d43ca960dfbc372d1c617466f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4900: Vim9 expression test fails without the job feature

Problem: Vim9 expression test fails without the job feature.
Solution: Add a check for the ...

801c3c1dbed88bfb59dcf25045365dc65f795f4e authored over 2 years ago by Dominique Pelle <[email protected]>
patch 8.2.4899: with latin1 encoding CTRL-W might go before the cmdline

Problem: With latin1 encoding CTRL-W might go before the start of the
command lin...

ef02f16609ff0a26ffc6e20263523424980898fe authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4898: Coverity complains about pointer usage

Problem: Coverity complains about pointer usage.
Solution: Move code for increment/decerment.

70d87690a39222277c2beab0649e343a78dee908 authored over 2 years ago by Bram Moolenaar <[email protected]>