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.0575: the getchar() function behaves strangely with bracketed paste

Problem: The getchar() function behaves strangely with bracketed paste.
Solution: Do not ha...

78aed95c8d11a06590abb079014887a458b28b36 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0574: timer garbage collect test hangs on Mac M1

Problem: Timer garbage collect test hangs on Mac M1.
Solution: Properly check for Mac M1 an...

140f6d0eda7921f2f0b057ec38ed501240903fc3 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0573: outdated dependencies go unnoticed

Problem: Outdated dependencies go unnoticed.
Solution: Use github Dependabot. (closes #11213)

81fd3b2b4438e2751a1b79049827a5ee315ea38d authored about 2 years ago by Philip H <[email protected]>
patch 9.0.0572: insert complete tests leave a mapping behind

Problem: Insert complete tests leave a mapping behind.
Solution: Use a buffer-local mapping...

75f4bafabdcc6bce5cf3e09fee29c634bf102c17 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0571: MS-Windows: CTRL-C can make Vim exit

Problem: MS-Windows: CTRL-C can make Vim exit.
Solution: Check the not-a-term argument.

f7e7302acb20b6ef6caa0740da1450b677ac91fb authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0570: CI for Windows is still using codecov action 3.1.0

Problem: CI for Windows is still using codecov action 3.1.0.
Solution: Use action 3.1.1. (c...

d3eafdd7098e5e47a3e93474a624cb0ba1a874c9 authored about 2 years ago by Philip H <[email protected]>
patch 9.0.0569: cannot easily get out when using "vim file | grep word"

Problem: Cannot easily get out when using "vim file | grep word".
Solution: Without changes...

5939c357431f8e43853ad80b03303167f39763df authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0568: autocmd code is indented more than needed

Problem: Autocmd code is indented more than needed.
Solution: Break out sooner. (Yegappan L...

e9dcf13a3007d4f603e007e0526b0005fd026bc5 authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0567: 'completeopt' "longest" is not used for complete()

Problem: 'completeopt' "longest" is not used for complete().
Solution: Also use "longest" f...

87af60c91503e37c9144f8e48022b12994ce2c85 authored about 2 years ago by bfredl <[email protected]>
patch 9.0.0566: Nim files are not recognized

Problem: Nim files are not recognized.
Solution: Add patterns for Nim files. (Nbiba Bedis, ...

9fd1583c839c5e43b0d48ec815a79005a2364776 authored about 2 years ago by Nbiba Bedis <[email protected]>
patch 9.0.0565: cscope test causes problems with test timeout timer

Problem: Cscope test causes problems when code for test timeout timer is
included...

dfa8be4944b49c228d401e788aaade47b4abb658 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0564: a few tests keep failing on MacOS M1

Problem: A few tests keep failing on MacOS M1.
Solution: Add a test check CheckNotMacM1. F...

0056ca71374feadf6bad27f5b66eaa18b6f7dad7 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0563: timer_info() test fails

Problem: Timer_info() test fails.
Solution: Ignore test timeout timer. Don't use test_null...

a9b0f8f7f35ddd281f4fa464d163dc4fb05e1d7b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0562: HSL playlist files are not recognized

Problem: HSL playlist files are not recognized.
Solution: Add a pattern to recognize HSL pa...

35fdd9a67d73d4750152c419d4193ebb6b6d6eee authored about 2 years ago by =?UTF-8?q?Beno=C3=AEt=20Ryder?= <[email protected]>
patch 9.0.0561: when a test gets stuck it just hangs forever

Problem: When a test gets stuck it just hangs forever.
Solution: Set a timeout of 30 seconds.

3bcd0ddc2deb34794c735c6ea0b8f964b510c6db authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0560: elapsed time since testing started is not visible

Problem: Elapsed time since testing started is not visible.
Solution: Show the elapsed time...

b9093d50098ccff3848c2a404b9d0324a074c7b7 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0559: timer test may get stuck at hit-enter prompt

Problem: Timer test may get stuck at hit-enter prompt.
Solution: Feed some more characters.

4ecf16bbf951f10fd32c918c9d8bc004b7f8f7c9 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0558: Coverity warns for possibly using NULL pointer

Problem: Coverity warns for possibly using NULL pointer.
Solution: Only use "evalarg" when ...

7f9a5a68fe363db467a505502237c1e8479c1436 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0557: valgrind reports possibly leaked memory

Problem: Valgrind reports possibly leaked memory.
Solution: Move the problematic test funct...

259a741044812df739457e25eb5195d9c5c0e6f8 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0556: leaking memory with nested functions

Problem: Leaking memory with nested functions.
Solution: Free saved pointer.

86fb3f8b99d155fe6bcbb553b5596c3e9fd570a9 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0555: scrolling with 'nosplitscroll' in callback changing curwin

Problem: Scrolling with 'nosplitscroll' in callback changing curwin.
Solution: Invalidate w...

20e58561abc4116f3bfbafaef242d886dd77b303 authored about 2 years ago by Luuk van Baal <[email protected]>
patch 9.0.0554: using freed memory when command follows lambda

Problem: Using freed memory when command follows lambda.
Solution: Don't free what is still...

f8addf1ca1d8c7801f6dded2341b7084d2b93e5e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0553: no error for "|" after "{" in lamda

Problem: No error for "|" after "{" in lamda.
Solution: Check for invalid "|". (closes #11199)

f5f4e85f0189790ab81c0005b703604721db13d4 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0552: crash when using NUL in buffer that uses :source

Problem: Crash when using NUL in buffer that uses :source.
Solution: Don't get a next line ...

69082916c8b5d321545d60b9f5facad0a2dd5a4e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0551: mode message is delayed when :echowin was used

Problem: Mode message is delayed when :echowin was used. (Maxim Kim)
Solution: Save and res...

f87eeb43fb29f5e3d39807e6ce49e5e2d72eb38b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0550: crash when closing a tabpage and buffer is NULL

Problem: Crash when closing a tabpage and buffer is NULL.
Solution: Adjust how autocommands...

62de54b48d6354d4622ec0b21ffa4cf3cf312505 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0549: duplicated code in calling a :def function

Problem: Duplicated code in calling a :def function.
Solution: Simplify the code.

5800c798385b4a7eded9ea63cfd4f57d1499a673 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0548: reduce() with a compiled lambda could be faster

Problem: reduce() with a compiled lambda could be faster.
Solution: Call eval_expr_typval()...

f1c60d4bf10794265b828afd9c5f7eddacada10b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0547: looping over empty out_loop[] entries

Problem: Looping over empty out_loop[] entries.
Solution: Store the array size.

6d313bec535d9ccc24f6f82025280a61caad7416 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0546: supporting Ruby 1.8 makes code complicated

Problem: Supporting Ruby 1.8 makes code complicated.
Solution: Drop Ruby 1.8 support, it is...

236ccbf6f8a671a45b773de4b34558ecfdf9ac02 authored about 2 years ago by K.Takata <[email protected]>
patch 9.0.0545: when a test is slow and CI times out there is no time info

Problem: When a test is slow and CI times out there is no time info.
Solution: Add the elap...

daaa3d9965d74faf1f75aea218822bfb7ba687a7 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0544: minor issues with setting a string option

Problem: Minor issues with setting a string option.
Solution: Adjust the code, add a test. ...

fcba86c0316dc0d6341078b50e7967206a1627a0 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0543: insufficient testing for assert and test functions

Problem: Insufficient testing for assert and test functions.
Solution: Add a few more tests...

e24b5e0b0f5ab015215ef2761baa98ccb1ba8606 authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0542: MSVC build still has support for 2012 edition

Problem: MSVC build still has support for 2012 edition.
Solution: Drop MSVC 2012 support. (...

f1d2ddcb9b298d8ed7d31c792c56531211fbd771 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0541: terminal pwd test fails with a very long path name

Problem: Terminal pwd test fails with a very long path name.
Solution: Join two lines.

ee7c8d999beb847457f768757b1bdcd76391c1f4 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0540: assigning stack variable to argument confuses Coverity

Problem: Assigning stack variable to argument confuses Coverity.
Solution: Use a local poin...

6f98114e4a5db3917c4f9d2fec09e11b4b0d0be5 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0539: long message test can be flaky

Problem: Long message test can be flaky.
Solution: Wait for more prompt instead of ruler.

21d393a12be86126d9326ea0c244d3a101b77151 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0538: manually deleting test temp files

Problem: Manually deleting test temp files.
Solution: Add the 'D' flag to writefile().

5c645a25bb8e6d766db720a44b9ceeff39d1e92b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0537: the do_set() function is much too long

Problem: The do_set() function is much too long.
Solution: Move setting of a string option ...

4740394f230dda09d6e9337465305741d8ee4fa3 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0536: CI: codecov action update available

Problem: CI: codecov action update available.
Solution: Update Codecov 3.1.0 to 3.3.1. (clo...

6a434e93a9a4fe9dbe5fee78f1ad4dac449a5ed6 authored about 2 years ago by Philip H <[email protected]>
patch 9.0.0535: closure gets wrong value in for loop with two loop variables

Problem: Closure gets wrong value in for loop with two loop variables.
Solution: Correctly ...

e8e369a796e110760d033e937b40c84e0c5e8b36 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0534: line number is displayed at virtual text "above"

Problem: Line number is displayed at virtual text "above".
Solution: Show the line number a...

ec5e1483ebda577e0b7f638c485203cd0e479c47 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0533: the win_line() function is much too long

Problem: The win_line() function is much too long.
Solution: Move code to separate functions.

e49f9acecc03755db850410b2590ad7312c5224b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0532: edit test is flaky when run under valgrind

Problem: Edit test is flaky when run under valgrind.
Solution: Send some text to the termin...

14f91765c07e147e0c8554a50560ae24dbd5ecea authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0531: the win_line() function is much too long

Problem: The win_line() function is much too long.
Solution: Move code to separate functions.

c20a41972c61ab4bc211327d535c73c9b30cc166 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0530: using freed memory when autocmd changes mark

Problem: Using freed memory when autocmd changes mark.
Solution: Copy the mark before editi...

8ecfa2c56b4992c7f067b92488aa9acea5a454ad authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0529: appveyor setup contains outdated lines

Problem: Appveyor setup contains outdated lines.
Solution: Remove outdated lines. (Ken Taka...

8eaee1fa5c0ce474132a04e1b70b73c49c41cc45 authored about 2 years ago by K.Takata <[email protected]>
patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versions

Problem: MS-Windows: no batch files for more recent MSVC versions.
Solution: Add batch file...

c3430cb583ff05722e33195e4818c88a59bb2fee authored about 2 years ago by K.Takata <[email protected]>
patch 9.0.0527: long sign text may overflow buffer

Problem: Long sign text may overflow buffer.
Solution: Use a larger buffer. Prevent for ov...

2b1ddf19f8f14365d0b998b4ac12ca85c0923475 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0526: MS-Windows: still some support for XP and old compilers

Problem: MS-Windows: still some support for XP and old compilers.
Solution: Remove XP suppo...

f7c7aa3594b9f917b0b9571e1e60bef69b55244d authored about 2 years ago by K.Takata <[email protected]>
patch 9.0.0525: manually deleting temp test files

Problem: Manually deleting temp test files.
Solution: Add the 'D' flag to writefile().

5917341f65d4fc669b9d15343ccdb00c160201da authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0524: build instructions for MS-Windows are outdated

Problem: Build instructions for MS-Windows are outdated.
Solution: Remove instructions for ...

4cbdcbda2d0abef3d7443320d7716f0e63e2df68 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0523: more compiler warnings for arguments in small version

Problem: more compiler warnings for arguments in small version
Solution: Adjust #ifdefs.

2d2e25b3e3c932e76f53e9cc49b60e92a7dc8715 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0522: build fails on Appveyor

Problem: Build fails on Appveyor.
Solution: Select Visual Studio 2015 for the build tools.

f64b75b1d90182d04c9f9bc2ff20c9fa59227c93 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0521: compiler warns for unused argument in small version

Problem: Compiler warns for unused argument in small version.
Solution: Add UNUSED.

31724238c8798113e0e11f61c52e0dc98bb21970 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0520: declaring a loop variable at the start of a block is clumsy

Problem: Declaring a loop variable at the start of a block is clumsy.
Solution: Declare the...

848db57e52ed787f7b62fc1619143934291f619f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0519: the win_line() function is much too long

Problem: The win_line() function is much too long.
Solution: Move the code to draw the line...

d7657e95b21f660a202a5118af059aa17ad37120 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0518: virtual text highlight starts too early with 'nowrap'

Problem: Virtual text highlight starts too early with 'nowrap' and 'number'
set.
...

b84d565c623c00ca40bb4c1269a6860f780dda09 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0517: when at the command line :redrawstatus does not work well

Problem: When at the command line :redrawstatus does not work well.
Solution: Only update t...

320d910064320f894a09ffdd1cd800ff5371e97f authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0516: virtual text "above" highlights gap after it

Problem: Virtual text "above" highlights gap after it.
Solution: Do not highlight the gap. ...

ccfaa075918639b57925b16902cad339ab39b18c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0515: virtual text highlight starts too early when 'number' is set

Problem: Virtual text highlight starts too early when 'number' is set.
Solution: Set column...

2fdc9b541918237168ca05ac09eb4bb245e5c6c5 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0514: terminal test sometimes hangs

Problem: Terminal test sometimes hangs.
Solution: Add a bit more information to the test ou...

a22c56a59a1e60f6976e61d16001623424a26b3a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0513: may not be able to use a pattern ad the debug prompt

Problem: May not be able to use a pattern ad the debug prompt.
Solution: Temporarily disabl...

9781d9c00517a67c44b50b040cca2c5804daf15c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0512: cannot redraw the status lines when editing a command

Problem: Cannot redraw the status lines when editing a command.
Solution: Only postpone the...

c14bfc31d907cbee6a3636f780561ad1787cdb9b authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0511: unnecessary scrolling for message of only one line

Problem: Unnecessary scrolling for message of only one line.
Solution: Only set msg_scroll ...

bdedd2bcce3a59028c7504a397ff77d901b1b12a authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0510: Chatito files are not recognized

Problem: Chatito files are not recognized.
Solution: Add a pattern for Chatito files. (clos...

7c046ae99ba85a4fdf1a546157e2ed6f12b79ea6 authored about 2 years ago by ObserverOfTime <[email protected]>
patch 9.0.0509: confusing error for "saveas" command with "nofile" buffer

Problem: Confusing error for "saveas" command with "nofile" buffer.
Solution: Give a cleare...

500a1f9972afa354f0bc77bc535aabf9f5f0116d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0508: when the channel test fails there is no clue why

Problem: When the channel test fails there is no clue why.
Solution: Add info about the job...

cd9fa256b587b2805faeaaa4b7a8c7d483a8ac54 authored about 2 years ago by K.Takata <[email protected]>
patch 9.0.0507: cmdline cleared when using :redrawstatus in CmdlineChanged

Problem: Command line cleared when using :redrawstatus in CmdlineChanged
autocomm...

bcd6924245c0e73d8be256282656c06aaf91f17c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0506: line number argument for :badd does not work

Problem: Line number argument for :badd does not work.
Solution: Set the last cursor positi...

a2b91036d12e1b406ed5d17bf03f8d1ed05221f6 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0505: various problems with 'nosplitscroll'

Problem: Various problems with 'nosplitscroll'.
Solution: Fix 'nosplitscroll' problems. (Lu...

faf1d412f5e3665021500b528c0e7301eb02bf0b authored about 2 years ago by Luuk van Baal <[email protected]>
patch 9.0.0504: still a build failure

Problem: still a Build failure.
Solution: Add another missing changes. Avoid compiler warn...

c9e4a6f1910dea250af69a3774bcf1fee7e7b8f5 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0503: build failure

Problem: Build failure.
Solution: Add missing changes.

65449bd1ee5cebde288a8f0150fe7d54c6c6ef31 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0502: a closure in a nested loop in a :def function does not work

Problem: A closure in a nested loop in a :def function does not work.
Solution: Use an arra...

cc34181f9994d64f8c8fa2f5845eaf0cc963067f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0501: warning for using uninitialized value in mouse test

Problem: Warning for using uninitialized value in mouse test.
Solution: Clear ScreenCols wh...

18ee0feb5dfbe51993dc715d24cf419ac92ebf92 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0500: when quitting cmdline window with CTRL-C it remains visible

Problem: When quitting the cmdline window with CTRL-C it remains visible.
Solution: Redraw ...

b2f0ca820eae50994745106d824e215d87bd7926 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0499: in :def function list created after const is locked

Problem: In :def function list created after const is locked.
Solution: Reset v_lock. (clos...

566badc76ba7c0fbdc75e62f79486182304fc7cc authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0498: various small issues

Problem: Various small issues.
Solution: Various small fixes.

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

9712ff1288f942736ed76c0dec014909f067eec9 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0497: LyRiCs files are not recognized

Problem: LyRiCs files are not recognized.
Solution: Add a pattern to detect LyRiCs files. (...

65ee49decf5677690cd695d5d288e39344965fff authored about 2 years ago by ObserverOfTime <[email protected]>
patch 9.0.0496: no good reason to keep supporting Windows-XP

Problem: No good reason to keep supporting Windows-XP.
Solution: Drop Windows-XP support. (...

27b53be3a6a340f1858bcd31233fe2efc86f8e15 authored about 2 years ago by K.Takata <[email protected]>
patch 9.0.0495: closure doesn't work properly in nested loop

Problem: Closure doesn't work properly in nested loop.
Solution: Save variables up to the o...

dbbb02bc770646776a04122ff58313d170873e67 authored about 2 years ago by Bram Moolenaar <[email protected]>
Merge pull request #1214 from sfsam/toolbar

Big Sur style toolbar icons

951e80d7a470e2e45af7acf132e235229ac9c077 authored about 2 years ago by Yee Cheng Chin <[email protected]>
Merge pull request #1290 from ychin/sparkle-use-macvim-org-appcast

Switch Sparkle appcast to use macvim.org domain name

7a48fdf6c06dabc14058a0f1d47c1ec55eb86f0d authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0494: small build misses float function declaraitons

Problem: Small build misses float function declaraitons.
Solution: Adjust #ifdefs.

96caa557f92f7e1fd61d4b401fefd30c91eb44f0 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0493: Perl test fails

Problem: Perl test fails.
Solution: Remove remaining FEAT_EVAL.

1e8009e34a68b0fa5a47ef485d88a0cb11ec5687 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0492: cmdwin test fails on MS-Windows

Problem: Cmdwin test fails on MS-Windows.
Solution: Skip test on MS-Windows.

312af65d1ac763c060cb5adfcf8ae5beeec97f59 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0491: no good reason to build without the float feature

Problem: No good reason to build without the float feature.
Solution: Remove configure chec...

73e28dcc6125f616cf1f2d56443d22428a79e434 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0490: using freed memory with cmdwin and BufEnter autocmd

Problem: Using freed memory with cmdwin and BufEnter autocmd.
Solution: Make sure pointer t...

1c3dd8ddcba63c1af5112e567215b3cec2de11d0 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0489: using "end_lnum" with virtual text causes problems

Problem: Using "end_lnum" with virtual text causes problems.
Solution: Disallow using "end_...

fb593c5350e8fe23b608ded5a011cd7eefe73922 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0488: cursor wrong with virtual text "above" and 'showbreak'

Problem: Cursor in wrong position with virtual text "above" and
'showbreak'.
Solu...

4c7fd4d68f69b4e420a5448f144f4d57eda22f8c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0487: using freed memory with combination of closures

Problem: Using freed memory with combination of closures.
Solution: Do not use a partial af...

acd6b9976bd939035025a16ceb4213a680827927 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0486: text scrolled with 'nosplitscroll', autocmd win and help

Problem: Text scrolled with 'nosplitscroll', autocmd win opened and help
window c...

d5bc762dea1fd32fa04342f8149f95ccfc3b9709 authored about 2 years ago by Luuk van Baal <[email protected]>
patch 9.0.0485: in :def function all closures in loop get the same variables

Problem: In a :def function all closures in a loop get the same variables.
Solution: Make a...

0cdfb7ce462393595b0308dcabf343e82f05319d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0484: in :def function all closures in loop get the same variables

Problem: In a :def function all closures in a loop get the same variables.
Solution: Add EN...

8abb584ab85d5855d810d1c6e2b260f45ec839b7 authored about 2 years ago by Bram Moolenaar <[email protected]>
Switch Sparkle appcast to use macvim.org domain name

Switch Sparkle's appcast URL to use macvim.org instead of raw GitHub
URL. This is more public fa...

d65c0f2016711dbbe5c0a1db8a752d2334e0240d authored about 2 years ago by Yee Cheng Chin <[email protected]>
Merge remote-tracking branch 'vim/master'

45b74e359d0ce40739bd8563984591cdc7127b02 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0483: illegal memory access when replacing in virtualedit mode

Problem: Illegal memory access when replacing in virtualedit mode.
Solution: Check for repl...

c249913edc35c0e666d783bfc21595cf9f7d9e0d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0482: "g0" moves to wrong location with virtual text "above"

Problem: "g0" moves to wrong location with virtual text "above".
Solution: Compensate for t...

e24b4aba1fbf782954897abdbfc084c4221428eb authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0481: in :def function all closures in loop get the same variables

Problem: In a :def function all closures in a loop get the same variables.
Solution: Use a ...

8fa745e7be3a791ac25f93ef0227bbc48ade8a37 authored about 2 years ago by Bram Moolenaar <[email protected]>