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

Merge remote-tracking branch 'vim/master'

8c56d1cb2ab3c1012c2843ea42fca334da7d0ae6 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5154: still mentioning version8, some cosmetic issues

Problem: Still mentioning version8, some cosmetic issues.
Solution: Prefer mentioning versi...

abd56da30bae4a5c6c20b9363ccae12f7b126026 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5153: "make uninstall" does not remove colors/lists

Problem: "make uninstall" does not remove colors/lists.
Solution: Add a line to the Makefil...

1b096b0d4a52cacf5ac782c7fa0d02cf0ef22fc4 authored over 2 years ago by towrang <[email protected]>
Update runtime files

8cc5b559f70041361612b8a6a87922503b33baa6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5152: search() gets stuck with "c" and skip evaluates to true

Problem: search() gets stuck with "c" and skip evaluates to true.
Solution: Reset the SEARC...

180246cfd1a5842c538fa8a4a0b520f1d95c90c7 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.5151: reading beyond the end of the line with lisp indenting

Problem: Reading beyond the end of the line with lisp indenting.
Solution: Avoid going over...

8eba2bd291b347e3008aa9e565652d51ad638cfa authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5150: read past the end of the first line with ":0;'{"

Problem: Read past the end of the first line with ":0;'{".
Solution: When on line zero chec...

f7c7c3fad6d2135d558f3b36d0d1a943118aeb5e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5149: cannot build without the +eval feature

Problem: Cannot build without the +eval feature. (Tony Mechelynck)
Solution: Add #ifdefs.

6689df024bce4309ec5884e445738fe07ee4ffcc authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5148: invalid memory access when using expression on command line

Problem: Invalid memory access when using an expression on the command line.
Solution: Make...

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

8ab2fd8f781d3282a28522a8d4626105d7e79b30 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5147: flaky test always fails on retry

Problem: Flaky test always fails on retry.
Solution: Delete the created function.

12a49408b3d60a55b1e098f97d3f1127a75fb3bf authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5146: memory leak when substitute expression nests

Problem: Memory leak when substitute expression nests.
Solution: Use an array of expression...

44ddf19ec0ff59c969658ec7d9ed42070c59c51b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5145: exit test causes spurious valgrind reports

Problem: Exit test causes spurious valgrind reports.
Solution: Skip test. Add CheckNotValg...

cf801d4b95180ddaee1bf633ef482232625dd80b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5144: with 'lazyredraw' set completion menu may be wrong

Problem: With 'lazyredraw' set completion menu may be displayed wrong.
Solution: When the p...

c856ceb300ff8871ed546e36638f1a28531c379c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5143: some tests fail when using valgrind

Problem: Some tests fail when using valgrind. Spurious leak reports.
Solution: Use WaitForA...

37bb3b111d08ce420e3cfd6ea3da3ed7428fbed1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5142: startup test fails if there is a status bar

Problem: Startup test fails if there is a status bar at the top of the
screen. (E...

fa04eae5a5b9394079bde2d37ce6f9f8a5567d48 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5141: using "volatile int" in a signal handler might be wrong

Problem: Using "volatile int" in a signal handler might be wrong.
Solution: Use "volatile s...

155f2d1451949d1124bfd6ba9c55be6bd74bab75 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5140: seachpair timeout test is flaky

Problem: Seachpair timeout test is flaky.
Solution: Mark the test as flaky so it is retried.

73171ba4344e17484699d11c65d57fb1f4de572a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5139: TIME_WITH_SYS_TIME is no longer supported by autoconf

Problem: TIME_WITH_SYS_TIME is no longer supported by autoconf.
Solution: Always include ti...

300d71881957f8e60e48eda19002ce5e25fd9c06 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5138: various small issues

Problem: Various small issues.
Solution: Various small improvments.

8088ae95bbed2085c5fb196850c4e4b8df55c989 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5137: cannot build without the +channel feature

Problem: Cannot build without the +channel feature. (Dominique Pellé)
Solution: Add #ifdef ...

509ce0383105d5b516ef2d489adb7c554d3c8f81 authored over 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files

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

c981dc1f338878c113d020197075b74eafec57e3 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5136: debugger test fails when run with valgrind

Problem: Debugger test fails when run with valgrind.
Solution: Wait longer when using valgr...

e366ed4f2c6fa8cb663f1b9599b39d57ddbd8a2a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5135: running configure gives warnings for main() return type

Problem: Running configure gives warnings for main() return type.
Solution: Specify "int" r...

0f0d3a7fb6473760b6f6679e3c8a81376220c869 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5134: function has confusing name

Problem: Function has confusing name.
Solution: Rename tgetent_error() to invoke_tgetent().

3efd65c55710cbd2db7569096554bc92f4a66a43 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5133: MacOS: build fails

Problem: MacOS: build fails.
Solution: Remove "#if 0" from timer_delete().

1f68d992cd2fd7f484fbdc14eb8a9feefe59bec8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5132: :mkview test doesn't test much

Problem: :mkview test doesn't test much.
Solution: Save the view with the folds closed. (Ja...

c829faa8211df52997c0b9ee49cdea0c8786b177 authored over 2 years ago by James McCoy <[email protected]>
patch 8.2.5131: timeout implementation is not optimal

Problem: Timeout implementation is not optimal.
Solution: Further improvements for timeouts...

e530395c2cd261d598094dc9ea785e90a753c5f1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5130: edit test for mode message fails when using valgrind

Problem: Edit test for mode message fails when using valgrind.
Solution: Use WaitForAssert(...

c5382b667ac4b69ddff5b5bc562386843bc9c07b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5129: timeout handling is not optimal

Problem: Timeout handling is not optimal.
Solution: Avoid setting timeout_flag twice. Adju...

1f30caff8b63beda75a5dcd15ffe3e9e818ed483 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5128: syntax disabled when using synID() in searchpair() skip expr

Problem: Syntax highlighting disabled when using synID() in searchpair()
skip exp...

6f0cf62df97ee7c9d26b550adaf469be7fe1e09a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5127: using assert_true() does not show value on failure

Problem: Using assert_true() does not show value on failure.
Solution: Use assert_inrange()...

cdc6a43559d5b880f81efceb849f40c20af1ada1 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.5126: substitute may overrun destination buffer

Problem: Substitute may overrun destination buffer.
Solution: Disallow switching buffers in...

d6211a52ab9f53b82f884561ed43d2fe4d24ff7d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5125: MS-Windows: warnings from MinGW compiler

Problem: MS-Windows: warnings from MinGW compyler.
Solution: Use "volatile". (Yasuhiro Mats...

09f68a5e7817cbb40854ee6b8ae3db21d5365346 authored over 2 years ago by Yasuhiro Matsumoto <[email protected]>
patch 8.2.5124: when syntax timeout test fails it does not show the time

Problem: When syntax timeout test fails it does not show the time.
Solution: Use assert_inr...

620aa8eb5b1468d086253f8aa787a33a86033100 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5123: using invalid index when looking for spell suggestions

Problem: Using invalid index when looking for spell suggestions.
Solution: Do not decrement...

156d3911952d73b03d7420dc3540215247db0fe8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5122: lisp indenting my run over the end of the line

Problem: Lisp indenting my run over the end of the line.
Solution: Check for NUL earlier.

0e8e938d497260dd57be67b4966cb27a5f72376f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5121: interrupt test sometimes fails

Problem: Interrupt test sometimes fails.
Solution: Use a different file name.

8d6420631c2bd73dbc1939c4bf04ab7bb39cc263 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5120: searching for quotes may go over the end of the line

Problem: Searching for quotes may go over the end of the line.
Solution: Check for running ...

2f074f4685897ab7212e25931eeeb0212292829f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5119: CI uses cache v2

Problem: CI uses cache v2.
Solution: Use cache v3. (closes #10588)

2ff7e7e16db4791ec3fe45766120552ece42e8a6 authored over 2 years ago by Philip H <[email protected]>
patch 8.2.5118: MS-Windows: sending a message to another Vim may hang

Problem: MS-Windows: sending a message to another Vim may hang if that Vim
is hal...

f9f2a330b961fe1623d428b61afdc52f0af0a666 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.5117: crash when calling a Lua callback from a :def function

Problem: Crash when calling a Lua callback from a :def function. (Bohdan
Makohin)...

7d149f899d423b7bf2b90d7b11ebe3e560c462b9 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5116: "limit" option of matchfuzzy() not always respected

Problem: "limit" option of matchfuzzy() not always respected.
Solution: Remove "else". (Kaz...

47f1a55849a73cefe738a246798221e45448546a authored over 2 years ago by Kazuyuki Miyagi <[email protected]>
Update runtime files

d592deb336523a5448779ee3d4bba80334cff1f7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5115: search timeout is overrun with some patterns

Problem: Search timeout is overrun with some patterns.
Solution: Check for timeout in more ...

616592e0816d2d9f893fcd95e3e1e0fbc5893168 authored over 2 years ago by Bram Moolenaar <[email protected]>
Fix Test_gui_dialog_file for MacVim GUI

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

e7a1361946a0660eaff931a100e47045a42bb133 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5114: time limit on searchpair() does not work properly

Problem: Time limit on searchpair() does not work properly.
Solution: Set the time limit on...

5ea38d1e7fd597ffde13b292d43e12747f20e97f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5113: timer becomes invalid after fork/exec, :gui gives errors

Problem: Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel
Dupra...

c72e31dfcc013ae840cd7f8899f2430b7f6812c9 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5112: gui test hangs on MS-Windows

Problem: Gui test hangs on MS-Windows.
Solution: Use "!start" to start Vim.

a272624c763fea9f98510bbc5b1f2b65a309c765 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5111: no test for --gui-dialog-file

Problem: No test for --gui-dialog-file.
Solution: Add a test.

de8be2beaeb99961247766a9b8181429be1617d6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5110: icon filetype not recognized from the first line

Problem: Icon filetype not recognized from the first line.
Solution: Add a check for the fi...

bf6614643f656d38d220c04befdcb1d35774853a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5109: mode not updated after CTRL-O CTRL-C in Insert mode

Problem: Mode not updated after CTRL-O CTRL-C in Insert mode.
Solution: Set redraw_mode and...

7a1d32809bb5c1527314000983e75125d79192e0 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5108: retab test disabled because it hangs on MS-Windows

Problem: Retab test disabled because it hangs on MS-Windows.
Solution: Also set got_int at ...

308660bd263367a4f1a75498cbd2e29cade47f4d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5107: some callers of rettv_list_alloc() check for not OK

Problem: Some callers of rettv_list_alloc() check for not OK. (Christ van
Willege...

93a1096fe48e12095544924adb267e3b8a16b221 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5106: default cmdwin mappings are re-mappable

Problem: Default cmdwin mappings are re-mappable.
Solution: Make the default mappings not r...

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

432411c41f816eda231661899b3a74959ec6c4c2 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5105: test still hangs on MS-Windows

Problem: Test still hangs on MS-Windows.
Solution: Skip "nocatch" test the right way.

83497f875881973df772cc4cc593766345df6c4a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5104: test hangs on MS-Windows

Problem: Test hangs on MS-Windows.
Solution: Skip another test on MS-Windows.

b31cb04771234556374cda45ce19dabd4a2a7fc7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5103: build fails with small features

Problem: Build fails with small features.
Solution: Add #ifdef. Skip test on MS-Windows.

34f99584c73f91bcc8ca5236557a2a09335e1e43 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5102: interrupt not caught in test

Problem: Interrupt not caught in test.
Solution: Consider an exception thrown in the curren...

8bea171f154845046239c61bdef50a8e0f12f643 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5101: MS-Windows with MinGW: $CC may be "cc" instead of "gcc"

Problem: MS-Windows with MinGW: $CC may be "cc" instead of "gcc".
Solution: Set $CC if it i...

cf65d88ff844f042337dfd043e6e98f3b9270577 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.5100: memory usage tests are not retried

Problem: Memory usage tests are not retried.
Solution: Mark memory usage tests as flaky.

dad5d2f87b867dab48ac265e3d978d86f0541493 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5099: some terminal tests are not retried

Problem: Some terminal tests are not retried.
Solution: Mark terminal tests as flaky.

62eb239c1c19ff3e08e492ecf01b1246082a03ac authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5098: spelldump test sometimes hangs

Problem: Spelldump test sometimes hangs.
Solution: Catch the problem of the spell file not ...

fc9f0fd6d18c03d6420f84ebb374a373c830fbad authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5097: using uninitialized memory when using 'listchars'

Problem: Using uninitialized memory when using 'listchars'.
Solution: Use the length return...

74ac29cecd56457ee93f3f71b31b7a2e6d9712d6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5096: terminal test still fails with some shell commands

Problem: Terminal test still fails with some shell commands.
Solution: Add missing "call". ...

377d92a912d4d11a336322a6eeff128cf8ebb5fa authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5095: terminal test still fails with some shell commands

Problem: Terminal test still fails with some shell commands.
Solution: Disable setting the ...

99f4b6e0824b339510aaaa0bb81c50f5866f6be1 authored over 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files

8c1b8cb2e0b52d0853f85c2096a2f22dbc57a788 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5094: MS-Windows GUI: empty command may cause a dialog

Problem: MS-Windows GUI: empty command may cause a dialog.
Solution: Delete the dialog file...

217ea51ee4c4cb6cf690eb0da70cc4c81291aa2e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5093: error message for unknown command may have the command twice

Problem: Error message for unknown command may mention the command twice.
(Malcol...

6ce1b59228b94f4a5b076af75b091e14483c1392 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5092: using "'<,'>" in Ex mode may compare unrelated pointers

Problem: Using "'<,'>" in Ex mode may compare unrelated pointers.
Solution: Set eap->cmd to...

48ce135e6d45e6c10ed0c0fc4cb8433bf647672a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5091: terminal test fails with some shell commands

Problem: Terminal test fails with some shell commands.
Solution: Disable setting the window...

e564c7009dfb065fb5261e548b15f83d32f735c9 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5090: MS-Windows: vim.def is no longer used

Problem: MS-Windows: vim.def is no longer used.
Solution: Delete vim.def. (Ken Takata, clos...

831d6d4c02ca629e7e7a28537fd9048351e5db5c authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.5089: some functions return a different value on failure

Problem: Some functions return a different value on failure.
Solution: Initialize the retur...

ca195cc84fb3f5e497cdbc5f1f53dc1d7efedf48 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.5088: value of cmod_verbose is a bit complicated to use

Problem: Value of cmod_verbose is a bit complicated to use.
Solution: Use zero for not set,...

cd7496382efc9e6748326c6cda7f01003fa07063 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.5087: cannot build with clang on MS-Windows

Problem: Cannot build with clang on MS-Windows.
Solution: Add support for building with cla...

1630bd980a1f7f62adc6f73cb20be66a3c382225 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.5086: CI runs on Windows 2019

Problem: CI runs on Windows 2019.
Solution: Switch to Windows 2022.

361f9d2da4eee27797deaa3283c5054106324b09 authored over 2 years ago by Philip H <[email protected]>
patch 8.2.5085: gcc gives warning for signed/unsigned difference

Problem: Gcc gives warning for signed/unsigned difference.
Solution: Use a different pointe...

819ab82f7ee505d6fc4c6dc408e4b27c0fbe4a97 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5084: when the GUI shows a dialog tests get stuck

Problem: When the GUI shows a dialog tests get stuck.
Solution: Add the --gui-dialog-file a...

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

3bd575d66ddad60e7a23dd4705d7d650be8c748b authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5083: autocmd test still fails on MS-Windows

Problem: Autocmd test still fails on MS-Windows.
Solution: Change backward to forward slashes.

db77c49401145d76441fbb3d22a1d7d987681c13 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5082: retab test fails

Problem: Retab test fails.
Solution: Disable the test for now.

93974239857318fe604e53abd41ffead04b7c657 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5081: autocmd test fails on MS-Windows

Problem: Autocmd test fails on MS-Windows.
Solution: Set shellslash to get forward slashes.

7c0d0c3c75151e716184397a41ff74ab0429db5a authored over 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files.

6ba83ba9ee292f68aa0b218b3eef42db31c0b632 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5080: when indenting gets out of hand it is hard to stop

Problem: When indenting gets out of hand it is hard to stop.
Solution: When line gets too l...

a7ac4c9c395d64059437e37045fa0ad5f9fecb0b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5079: DirChanged autocommand may use freed memory

Problem: DirChanged autocommand may use freed memory. (Shane-XB Qian)
Solution: Free the me...

d8c9d32c8932e93008bfd4e8828ed42f4e9f8315 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5078: substitute test has a one second delay

Problem: Substitute test has a one second delay.
Solution: Use ":silent!". Add another tes...

3269efdf014dd3b6e60e330950d40a7cc5d13d3a authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.5077: various warnings from clang on MS-Windows

Problem: Various warnings from clang on MS-Windows.
Solution: Avoid the warnings. (Yegappan...

a34b4460c2843c67a35a2d236b01e6cb9bc38734 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.5076: unnecessary code

Problem: Unnecessary code.
Solution: Remove code and replace with function call. (closes #1...

2e7cba347fc8b746add12aa5e0e9f6218a76c788 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.5075: clang gives an out of bounds warning

Problem: Clang gives an out of bounds warning.
Solution: adjust conditional expression (Joh...

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

219aa9f8a98610c6035630c23abdc73fe441e23b authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5074: spell test fails on MS-Windows

Problem: Spell test fails on MS-Windows.
Solution: Do not change 'encoding'

ad73cc2ff2a8b5397ed20598757b702a4e686256 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5073: clang on MS-Windows produces warnings

Problem: Clang on MS-Windows produces warnings.
Solution: Avoid the warnings. (Yegappan Lak...

35d7a2fb13fc833aa1b654ca6fd6e429e72e6b49 authored over 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files

63f32603789d1a27c559fc440325955fd0b8b500 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5072: using uninitialized value and freed memory in spell command

Problem: Using uninitialized value and freed memory in spell command.
Solution: Initialize ...

2813f38e021c6e6581c0c88fcf107e41788bc835 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5071: with some Mac OS version clockid_t is redefined

Problem: With some Mac OS version clockid_t is redefined.
Solution: Adjust #ifdefs. (Ozaki ...

f5465ff5c83f5a8a3e05bec64a0c013e5bdeb46e authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5070: unnecessary code

Problem: Unnecessary code.
Solution: Remove code that isn't needed. (closes #10534)

b5f0801b1f043b5cf99380f58eca51b75b3236c7 authored over 2 years ago by zeertzjq <[email protected]>
Replace a version magic number by a version macro

d0f9616f4c47c64ce70bb2d57cbb4e19876d4b1d authored over 2 years ago by ichizok <[email protected]>