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.0319: Godot shader files are not recognized

Problem: Godot shader files are not recognized.
Solution: Add patterns for "gdshader". (Max...

d5c8f11905abc1bdf3b8864dbc40187855ed9374 authored about 2 years ago by Maxim Kim <[email protected]>
patch 9.0.0318: clearing screen causes flicker

Problem: Clearing screen causes flicker.
Solution: Do not clear but redraw in more cases. ...

13608d851a0470ced30921428b3313c023d395d8 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0317: when updating the whole screen a popup may not be redrawn

Problem: When updating the whole screen a popup may not be redrawn.
Solution: Mark the scre...

b13d3405fffae1115acc1433479b616f30e292e5 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0316: screen flickers when 'cmdheight' is zero

Problem: Screen flickers when 'cmdheight' is zero.
Solution: Redraw over existing text inst...

f73e5ba56f4aca1cd6e38f1c8ea24e941bf6b33f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0315: shell command is displayed in message window

Problem: Shell command is displayed in message window.
Solution: Do not echo the shell comm...

309c4e0ed7dcf42011e29976a06e6335f5ae6d1c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0314: VDM files are not recognized

Problem: VDM files are not recognized.
Solution: Add patterns for VDM files. (Alessandro Pe...

bf26941f40923d331169a4ecb7341608f5d1ca38 authored about 2 years ago by Alessandro Pezzoni <[email protected]>
patch 9.0.0313: using common name in tests leads to flaky tests

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

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

d31ec949e58c94ef6462a0def47fc11aa914f0ca authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0312: test for cmdheight zero fails

Problem: Test for cmdheight zero fails.
Solution: Do not close the messages window for CTRL-C.

98d1069a9cc6f1b439be154aeae0ed32a598e855 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0311: test for hit-Enter prompt fails

Problem: Test for hit-Enter prompt fails.
Solution: Only reset cmdline_row when 'cmdheight'...

926218b5dad0dcdc273ccd92436a72f038d222c4 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0310: output of :messages dissappears when cmdheight is zero

Problem: Output of :messages dissappears when cmdheight is zero.
Solution: Do not use the m...

b849c82851192cf14cd92b78d83d90ca432332ea authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0309: invalid memory access when cmdheight is zero

Problem: Invalid memory access when cmdheight is zero.
Solution: Check index in w_lines is ...

7a99da43d14671cc91a302bcfa34d37a35eaa28d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0308: when cmdheight is zero the attention prompt doesn't show

Problem: When cmdheight is zero the attention prompt doesn't show.
Solution: Do not use the...

33a5dd8b237738c15cae87441d731ab899b4e846 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0307: :echomsg doesn't work properly with cmdheight=0

Problem: :echomsg doesn't work properly with cmdheight=0.
Solution: Improve scrolling and d...

134b86553c12c46e0ae7d534f6fe65e8ba2d50bc authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0306: buffer write message is two lines in message popup window

Problem: Buffer write message is two lines in message popup window.
Solution: Overwrite mes...

f2fb54f641aa0e8a64356e4d0053f89b52c78229 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0305: CI lists useless deprecation warnings

Problem: CI lists useless deprecation warnings.
Solution: Ignore deprecation warnings. (clo...

533c306921a3ac46ab92f35dfc4ebd22b3da845d authored about 2 years ago by Philip H <[email protected]>
patch 9.0.0304: WinScrolled is not triggered when only skipcol changes

Problem: WinScrolled is not triggered when only skipcol changes.
Solution: Add w_last_skipc...

670ab0334b536e12d84810de88e73b7bcb01346d authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0303: it is not easy to get information about a script

Problem: It is not easy to get information about a script.
Solution: Make getscriptinf() re...

2f892d8663498c21296ad6661dac1bb8372cfd10 authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0302: CI for Coverity is bothered by deprecation warnings

Problem: CI for Coverity is bothered by deprecation warnings.
Solution: Ignore deprecation ...

75e9a6693e8d0126b5fff42203bfba9428cd19ae authored about 2 years ago by Philip H <[email protected]>
patch 9.0.0301: the message window popup is delayed after an error message

Problem: The message window popup is delayed after an error message.
Solution: Do not set e...

878e1d25a0a5b03233bf6ad64073fcf576c2aea5 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0300: 'cpoptions' tests are flaky

Problem: 'cpoptions' tests are flaky.
Solution: Use a different file name for each test.

a85e4db9780a4cf7a72cbb98c7127922f668cdf6 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0299: error messages for setcmdline() could be better

Problem: Error messages for setcmdline() could be better.
Solution: Use more specific error...

25f1e5556259d536c8608185145b0769262873ff authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0298: compiler warning for size_t to int conversion

Problem: Compiler warning for size_t to int conversion.
Solution: Add a type cast. (Wilhelm...

8934ec027da323aea95d4f6f6cf4967f054433b2 authored about 2 years ago by Wilhelm Payne <[email protected]>
patch 9.0.0297: cursor position wrong after right aligned virtual text

Problem: Cursor position wrong after right aligned virtual text. (Iizuka
Masashi)...

c8bf59e9b27f9d621818ffc61468abef45cedf37 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0296: message in popup is shortened unnecessary

Problem: Message in popup is shortened unnecessary.
Solution: Do not use 'showcmd' and 'rul...

35a4fbc5d04820d9b08e7da2e295a7e8210e2e2c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0295: GUI drop files test sometimes fails

Problem: GUI drop files test sometimes fails.
Solution: Mark the test as flaky.

00d4ceeccafb36f1337d133489b3651c11e78c30 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0294: crash when 'cmdheight' is 0 and popup_clear() used

Problem: Crash when 'cmdheight' is 0 and popup_clear() used.
Solution: Reset "message_win" ...

43568648dfefe5796dc3fe8fe711135eb20d9eb6 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0293: messages window not hidden when starting a command line

Problem: Messages window not hidden when starting a command line.
Solution: Hide the messag...

b0509c542ed974cb388d49273d365ff2daf43159 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0292: test causes another test to fail

Problem: Test causes another test to fail.
Solution: Redraw to remove the popup window

d1f8fd59074d9c8b4d00ccdea77726a9195e0be4 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0291: test failing

Problem: Test failing.
Solution: Run test with cmdheight=0 last.

efdfb0c5eeedb625cdfa3f9fe6e480d18ea7c6cb authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0290: compiler warning for variable set but not used

Problem: Compiler warning for variable set but not used.
Solution: Add #ifdef.

d54af2e550c6c34efbad748de36e42b318f39243 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0289: invalid memory write

Problem: Invalid memory write.
Solution: Do not put NUL in a static string.

beedd0a266cfe524fe2a851caec8316f2e37885c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0288: when 'cmdheight' is zero some messages are not displayed

Problem: When 'cmdheight' is zero some messages are not displayed.
Solution: Use a popup no...

9198de3ae2bd20ac51d580c44f2b43c282c1e773 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0287: Irix systems no longer exist

Problem: Irix systems no longer exist.
Solution: Remove references to Irix. (Yegappan Laksh...

aebc6ef7cdc5d4d0627a711ff66e6fe8d67f9d87 authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0286: using freed memory when location list changed in autocmd

Problem: Using freed memory when location list changed in autocmd.
Solution: Return QF_ABOR...

6d24a51b94beb1991cddce221f90b455e2d50db7 authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0285: it is not easy to change the command line from a plugin

Problem: It is not easy to change the command line from a plugin.
Solution: Add setcmdline(...

07ea5f1509fe8dafe3262ed2702b4d0fc99e288b authored about 2 years ago by Shougo Matsushita <[email protected]>
patch 9.0.0284: using static buffer for multiple completion functions

Problem: Using static buffer for multiple completion functions.
Solution: Use one buffer in...

5ff595d9db2d9a33aa10cc9f18f256826226862f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0283: cannot complete "syn list @cluster"

Problem: Cannot complete "syn list @cluster".
Solution: Recognize and handle "list @". (Bjö...

af9a6002e0761012cb7108cbfa179a880d3cb49b authored about 2 years ago by bfredl <[email protected]>
patch 9.0.0282: a nested timout stops the previous timeout

Problem: A nested timout stops the previous timeout.
Solution: Ignore any nested timeout.

0f618386367ba9388e1f50bc665bc1add6c01567 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0281: build failure without the +eval feature

Problem: Build failure without the +eval feature.
Solution: Add #ifdef.

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

7dd543246a4c21c4d5a4242a28076706f5abebd4 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0280: the builtin termcap list depends on the version

Problem: The builtin termcap list depends on the version.
Solution: Always include all term...

2ee347fbc0619179fefb9933e9bb1165463507b3 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'

Problem: The tiny version has the popup menu but not 'wildmenu'.
Solution: Graduate the wil...

5416232707349d5f24294178f47544f2024b73ed authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0278: the +wildignore feature is nearly always available

Problem: The +wildignore feature is nearly always available.
Solution: Graduate +wildignore...

074fbd413172edc6f4936296a28bf8fd5cdfa38b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0277: Coverity CI: update-alternatives not needed with Ubuntu 20.04

Problem: Coverity CI: update-alternatives not needed with Ubuntu 20.04.
Solution: Remove up...

c361842f1479a7f7f3e65bfb0e188f2e5d38336e authored about 2 years ago by Philip H <[email protected]>
patch 9.0.0276: 'buftype' values not sufficiently tested

Problem: 'buftype' values not sufficiently tested.
Solution: Add and extend tests with 'buf...

93f72cc119c796f1ccb75468ef9e446cbfb41e9b authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0275: BufEnter not triggered when using ":edit" in "nofile" buffer

Problem: BufEnter not triggered when using ":edit" in "nofile" buffer.
Solution: Let readfi...

a9b5b85068b2fcb1c01ea20524e227bcad579ceb authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0274: netrw plugin does not show remote files

Problem: Netrw plugin does not show remote files.
Solution: Do read a file when 'buftype' i...

c312619f7c0cf590d96e0b2ed891d1f6c43d769b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0273: Konsole termresponse not recognized

Problem: Konsole termresponse not recognized.
Solution: Handle Konsole like libvterm, set '...

d55f9ef8b2f1e9f868ed1440fe859d1b18b1cfe8 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0272: BufReadCmd not triggered when loading a "nofile" buffer

Problem: BufReadCmd not triggered when loading a "nofile" buffer. (Maxim
Kim)
Sol...

b1d2c8116cb5577961ea109651fb888b5e58265f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0271: using INIT() in non-header files

Problem: Using INIT() in non-header files.
Solution: Remove INIT(). (closes #10981)

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

708151d6a4ba9151395bd57bd30a5128ce65ae69 authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny version

Problem: Some values of 'path' and 'tags' do not work in the tiny version.
Solution: Gradua...

2bd9dbc19fc67395cfa1226dda7326071ab22464 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0269: getscriptinfo() does not include the version

Problem: getscriptinfo() does not include the version. Cannot select
entries by ...

520f6ef60a59f7b5f3da9199999d13dbe817d3ce authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0268: build error without the +eval feature

Problem: Build error without the +eval feature.
Solution: Remove #ifdef.

0166e398d11a09662d783fe5db62b414045880f8 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0267: Coverity workflow still uses Ubuntu 18.04

Problem: Coverity workflow still uses Ubuntu 18.04.
Solution: Use Ubuntu 20.04

930830a68b6eb7ca630956330b48996e3ef8518f authored about 2 years ago by Philip H <[email protected]>
patch 9.0.0266: compiler warning for unused argument

Problem: Compiler warning for unused argument.
Solution: Add UNUSED.

340dafd155222ac96304107542344faf3c56e12b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version

Problem: No good reason why the "gf" command is not in the tiny version.
Solution: Graduate...

f80f40a55ccff0a4331c5fbd1ac446511f622ed0 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0264: CI still runs on Ubuntu 18.04

Problem: CI still runs on Ubuntu 18.04.
Solution: Run CI on Ubuntu 20.04. (closes #10582)

b213703f358e1e10ba0affb3729c09ccb2c88ea3 authored about 2 years ago by Philip H <[email protected]>
patch 9.0.0263: too many #ifdefs

Problem: Too many #ifdefs.
Solution: Make some functions always available.

6d4b2f54df5d533eb0794331f38445a6ca5d3a3f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0262: build failure without the +quickfix feature

Problem: Build failure without the +quickfix feature.
Solution: Add #ifdef.

2e6dcbc4450c98bd12faace5d77a65f2afddae44 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0261: bufload() reads a file even if the name is not a file name

Problem: bufload() reads a file even if the name is not a file name. (Cyker
Way)
...

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

7f13c13c11b0b5e538925a9187cee554acdd50f1 authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0260: using freed memory when using 'quickfixtextfunc' recursively

Problem: Using freed memory when using 'quickfixtextfunc' recursively.
Solution: Do not all...

d6c67629ed05aae436164eec474832daf8ba7420 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0259: crash with mouse click when not initialized

Problem: Crash with mouse click when not initialized.
Solution: Check TabPageIdxs[] is not ...

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

fd999452adaf529a30d78844b5fbee355943da29 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0258: MS-Windows installer skips syntax/shared

Problem: MS-Windows installer skips syntax/shared.
Solution: Use "File /r" in the installer...

44b9abb150afdca557d8ff5af112d654e0d19e84 authored about 2 years ago by K.Takata <[email protected]>
patch 9.0.0257: "->" in ":scriptnames" output not tested yet

Problem: "->" in ":scriptnames" output not tested yet.
Solution: Add a check.

7ea9fcb48dcdb07c9eb960ace3cc625fe7c685b2 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0256: compiler warning for uninitialized variables

Problem: Compiler warning for uninitialized variables.
Solution: Initilize the variables.

5214b294615718cc3f0d2248b76e9970b9fe9d45 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0255: build failure without the eval feature

Problem: Build failure without the eval feature.
Solution: Add #ifdef.

0af2ecfe4474be3a83d75b1d636bfdf6b27bbc92 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0254: typo in function name

Problem: Typo in function name.
Solution: Rename the function. (closes #10971)

5fb3aabc2b0edd5573e107bb3bc103c348771f61 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0253: a symlink to an autoload script results in two entries

Problem: A symlink to an autoload script results in two entries in the list
of sc...

753885b6c5b9021184daa94d32fd8bf025f1b488 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0252: cursor in wrong place after virtual text

Problem: Cursor in wrong place after virtual text.
Solution: Do not change the length of a ...

f5240b96f721b08d703340ff0b2e67b79fb8b821 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0251: test output shows up in git

Problem: Test output shows up in git.
Solution: Ignore the "failed" directory. (Yao-Ching H...

762df0477c32065498805e09c15adc468a6cc8ea authored about 2 years ago by huang06 <[email protected]>
patch 9.0.0250: slightly inconsistent error messages

Problem: Slightly inconsistent error messages.
Solution: Make it "Using a Float". (closes #...

dde77a7c4d72622284dc5fb72557bde42c314fa6 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0249: no test for what 9.0.0234 fixes

Problem: No test for what 9.0.0234 fixes.
Solution: Add a test. (issue #10950)

3a7ad904d27d904e57f7a22eb33872a587ae6673 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0248: duplicate code in finding a script in the execution stack

Problem: Duplicate code in finding a script in the execution stack.
Solution: Reduce duplic...

a247142ae45308087b25f91c8af48399c8ac2943 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0247: cannot add padding to virtual text without highlight

Problem: Cannot add padding to virtual text without highlight.
Solution: Add the "text_padd...

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

b074cc86bc04198d5818808648c1b88b22863c95 authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0246: using freed memory when 'tagfunc' deletes the buffer

Problem: Using freed memory when 'tagfunc' deletes the buffer.
Solution: Make a copy of the...

adce965162dd89bf29ee0e5baf53652e7515762c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0245: mechanism to prevent recursive screen updating is incomplete

Problem: Mechanism to prevent recursive screen updating is incomplete.
Solution: Add "redra...

471c0fa3eed4f6207d1cb7636970547bfd2eee26 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0244: cannot easily get the list of sourced scripts

Problem: Cannot easily get the list of sourced scripts.
Solution: Add the getscriptinfo() f...

f768c3d19c518822d89dec4cc3947ddeea249316 authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0243: text properties "below" sort differently on MS-Windows

Problem: Text properties "below" sort differently on MS-Windows.
Solution: Use the ID as a ...

e89aeed43e6eca1bda5379cf9b437bce3bc56628 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0242: "make install" still fails

Problem: "make install" still fails. (Wilhelm Payne)
Solution: Also add the directory to in...

171c683237149262665135c7d5841a89bb156f53 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0241: "make install" does not install shared syntax file

Problem: "make install" does not install shared syntax file. (James McCoy)
Solution: Instal...

448f72a78aad3a86a066f269d7e4569679355c46 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0240: crash when using ":mkspell" with an empty .dic file

Problem: Crash when using ":mkspell" with an empty .dic file.
Solution: Check for an empty ...

6669de1b235843968e88844ca6d3c8dec4b01a9e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0239: build failure without the +wildmenu feature

Problem: Build failure without the +wildmenu feature.
Solution: Move parenthesis.

8884916043a4d517ff1cf3afb8c8a424a8ef3610 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is off

Problem: Shift-Tab shows matches on cmdline when 'wildmenu' is off.
Solution: Only show mat...

300175fd7f874be78826a00f5cb60a7ec2f20655 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0237: Mac: cannot build if dispatch.h is not available

Problem: Mac: cannot build if dispatch.h is not available.
Solution: Add #ifdef. (Evan Mill...

e24a14118c29d910d3be59203332768b5fbd93e8 authored about 2 years ago by Evan Miller <[email protected]>
patch 9.0.0236: popup menu not removed when 'wildmenu' reset while visible

Problem: Popup menu not removed when 'wildmenu' reset while it is visible.
Solution: Do not...

b82a2ab8ad7af52a327cdba013ec433f7caf550d authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0235: 'autoshelldir' does not work with chunked respose

Problem: 'autoshelldir' does not work with chunked respose.
Solution: Collect chunks before...

474ad390ccb8bbeb53848122829e04c52f0349ce authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0234: cannot make difference between :normal end and argument char

Problem: Cannot make difference between the end of :normal and a character
in its...

8d69637133e17370491b83da8657a15b991c2f76 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0233: removing multiple text properties takes many calls

Problem: Removing multiple text properties takes many calls.
Solution: Pass a list to prop_...

a7704226a26b95b15bf87d3a3a5128e23e4aaa06 authored about 2 years ago by Ben Jackson <[email protected]>
patch 9.0.0232: test with BufNewFile autocmd is flaky

Problem: Test with BufNewFile autocmd is flaky.
Solution: Use another file name.

38ea5bda2b699d91e339fb116d96e3a4f2e69c89 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0231: expanding "**" may loop forever with directory links

Problem: Expanding "**" may loop forever with directory links.
Solution: Check for being in...

57e95179abdd851cb2d0c06d4f973575a768e3bb authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0230: no error for comma missing in list in :def function

Problem: No error for comma missing in list in :def function.
Solution: Check for missing c...

2984ed31d92f7da19b3dc86b37764c55669dd7c2 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0229: Vim9: error message for missing type is not clear

Problem: Vim9: error message for missing type is not clear.
Solution: Mention the context. ...

62e0e2e54b34b618500be4521ab1c33e1c378b42 authored about 2 years ago by Bram Moolenaar <[email protected]>
Merge pull request #1274 from ychin/fix-github-close-stale-issue-version

Fix GitHub action to close stale issue not working

9817a7a1022dfd7d2ac59fa152d1aaefdf2c6854 authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix GitHub action to close stale issue not working

I previously added the use of the "close-issue-reason" parameter but
it's only available in v5, ...

085d013557a12defeee2ffdf91b82b325967835d authored about 2 years ago by Yee Cheng Chin <[email protected]>
Update runtime files

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