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.3975: error messages are spread out

Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.

cbadefe25a27ded93548eaa7a325d2a04bf55d7c authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3974: Vim9: LISTAPPEND instruction does not check for a locked list

Problem: Vim9: LISTAPPEND instruction does not check for a locked list.
Solution: Check whe...

1f4a3457a3e55cdacd70ab0d5be587c248fb1ce8 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3973: tiny build fails

Problem: Tiny build fails.
Solution: Adjust #ifdefs

0f7a5e758c5d8be2d8f1ab4a145d1636a36d18b2 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3972: error messages are spread out

Problem: Error messages are spread out.
Solution: Move the last errors from globals.h to er...

3a846e6bca25bd3d0addcd9ed3bdd9a6774adbe5 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3971: build fails

Problem: Build fails.
Solution: Use the right error message name.

0699b040e6794d27ffdca241a4358d7c31876385 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3970: error messages are spread out

Problem: Error messages are spread out.
Solution: Move more errors to errors.h.

74409f62790a93daf0965c71da01ff76aa0fa5a5 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3969: value of MAXCOL not available in Vim script

Problem: Value of MAXCOL not available in Vim script.
Solution: Add v:maxcol. (Naohiro Ono,...

56200eed62e59ad831f6564dcafe346e6f97ac20 authored almost 3 years ago by naohiro ono <[email protected]>
patch 8.2.3968: build failure

Problem: Build failure.
Solution: Add missing changes.

e70cec976026ce72d09b6589ebba4677581063ac authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3967: error messages are spread out

Problem: Error messages are spread out.
Solution: Move more errors to errors.h.

460ae5dfca31fa627531c263184849976755cf6b authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3966: when using feedkeys() abbreviations may be blocked

Problem: When using feedkeys() abbreviations may be blocked.
Solution: Reset tb_no_abbr_cnt...

b37a65e4bf08c4eec4fa5b81a5efc3945fca44de authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supported

Problem: Vim9: no easy way to check if Vim9 script is supported.
Solution: Add has('vim9scr...

b79ee0c299d786627784f7304ba84b80e78ece26 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3964: some common lisp and scheme files not recognized

Problem: Some common lisp and scheme files not recognized.
Solution: Recognize *.asd as lis...

654b729c4c9951f2a46c161d1e9fefdc223fc94e authored almost 3 years ago by Alex Vear <[email protected]>
patch 8.2.3963: build failure with tiny and small features

Problem: Build failure with tiny and small features. (Tony Mechelynck)
Solution: Adjust #if...

096ca73dacd748a65d080197b842eef6f4423096 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3962: build fails for missing error message

Problem: Build fails for missing error message.
Solution: Add changes in missed file.

d0819d11ecdf3bca4b0800ef905091b5e175b6f4 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3961: error messages are spread out

Problem: Error messages are spread out.
Solution: Move more errors to errors.h.

436b5adc9770a2568209dd5ab1f98bd1afc91898 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3960: error messages are spread out

Problem: Error messages are spread out.
Solution: Move more errors to errors.h.

f1474d801bbdb73406dd3d1f931f515f99e86dfa authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3959: error messages are spread out

Problem: Error messages are spread out.
Solution: Move more errors to errors.h.

6d0570117ac86b7979bf249de5741088212d6e17 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3958: build failure compiling xxd with "-std=c2x"

Problem: Build failure compiling xxd with "-std=c2x".
Solution: define _XOPEN_SOURCE. (Yega...

ef089f50f9d6685c7a0ab94f9133576d7beec32b authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3957: error messages are spread out

Problem: Error messages are spread out.
Solution: Move more errors to errors.h.

1a9922243a90f213894d5c58cd063465eea3350f authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3956: duplicate assignment

Problem: Duplicate assignment.
Solution: Remove the second assignment. (closes #9442)

4b1478093eb8b8bebc94b1f596e0afc25db4d189 authored almost 3 years ago by zeertzjq <[email protected]>
patch 8.2.3955: error messages are spread out

Problem: Error messages are spread out.
Solution: Move more errors to errors.h.

eb822a280cf4706f7e67319ced1cdf3243b27e20 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3954: Vim9: no error for shadowing if script var is declared later

Problem: Vim9: no error for shadowing if script var is declared later.
Solution: Check argu...

9a015111a56d0011ced40d98f46a9841d1457b51 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3953: insert completion code is too complicated

Problem: Insert completion code is too complicated.
Solution: More refactoring. Move funct...

6ad84ab3e48d9490e4139df04f2c55b136f5501d authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3952: first line not redrawn when adding lines to an empty buffer

Problem: First line not redrawn when adding lines to an empty buffer.
Solution: Adjust the ...

1fa3de1ce806ba18ebcc00c6d9a0678a84735463 authored almost 3 years ago by zeertzjq <[email protected]>
Update runtime files

04fb916684829f6aa12f33f14d0d0023b458f200 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3951: Vim9: memory leak when text after a nested function

Problem: Vim9: memory leak when text after a nested function.
Solution: Free the function i...

d293981d2b76b40013143fe2302b910585e50808 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3950: going beyond the end of the line with /\%V

Problem: Going beyond the end of the line with /\%V.
Solution: Check for valid column in ge...

94f3192b03ed27474db80b4d3a409e107140738b authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3949: using freed memory with /\%V

Problem: Using freed memory with /\%V.
Solution: Get the line again after getvvcol().

4c13e5e6763c6eb36a343a2b8235ea227202e952 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3948: Vim9: failure with partial with unknown argument count

Problem: Vim9: failure with partial with unknown argument count.
Solution: Do not copy argu...

cfe3af284a26178f4838df7c7489b2a1edd4c3a1 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3947: unnecessary check for NULL pointer

Problem: Unnecessary check for NULL pointer.
Solution: Remove the check. (closes #9434)

f38aad85cf8e4e930c96cb843bc136949c8dbd29 authored almost 3 years ago by zeertzjq <[email protected]>
patch 8.2.3946: when an internal error makes Vim exit the error is not seen

Problem: When an internal error makes Vim exit the error is not seen.
Solution: Add the err...

1c67f3a9779b99bed7aacb3108abbb649445d3ed authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3945: Vim9: partial variable argument types are wrong

Problem: Vim9: partial variable argument types are wrong, leading to a
crash.
Sol...

13789bf10338a0d049c78acfdc0870fc63e63f4f authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3944: insert mode completion functions are too long

Problem: Insert mode completion functions are too long.
Solution: Split up into multiple fu...

5d2e007ccbfbd749a1f201d06965b8811ff50e6e authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3943: compiler warning from gcc for uninitialized variable

Problem: Compiler warning from gcc for uninitialized variable.
Solution: Initialize variabl...

491669701c72578f273db53e579d8a03a9deac0c authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3942: Coverity reports a possible memory leak

Problem: Coverity reports a possible memory leak.
Solution: Free the array if allocation fa...

8e7cc6b920ddea37deaa5e6b7b3bdfff2222d137 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3941: SIGTSTP is not handled

Problem: SIGTSTP is not handled.
Solution: Handle SIGTSTP like pressing CTRL-Z. (closes #9422)

ab16ad33ba10dd12ff6660fa57b88f1a30ddd8ba authored almost 3 years ago by dbivolaru <[email protected]>
patch 8.2.3940: match highlight disappears when doing incsearch for ":s/pat"

Problem: Match highlight disappears when doing incsearch for ":s/pat".
Solution: Only use l...

94fb8274ca8c93a10102d41c8bcc848f75cb7334 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3939: MS-Windows: fnamemodify('', ':p') does not work

Problem: MS-Windows: fnamemodify('', ':p') does not work.
Solution: Do not consider an empt...

5a664fe57fe7ba65a771bc95ef1c205e4db193b7 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3938: line comment start is also found in a string

Problem: Line comment start is also found in a string.
Solution: Skip line comments in a st...

ba26367fea3b63df49d274f3d5cca0af38402add authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3937: Insert mode completion function is too long

Problem: Insert mode completion function is too long.
Solution: Refactor into multiple func...

edc6f103907a004b9e2265e232dc8be8bc594601 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3936: no proper test for maintaining change mark in diff mode

Problem: No proper test for maintaining change mark in diff mode.
Solution: Run the test wi...

ccc1644f95e7833c23fa0d440e42293c1622fdcb authored almost 3 years ago by Sean Dewar <[email protected]>
patch 8.2.3935: CTRL-U in Insert mode does not fix the indent

Problem: CTRL-U in Insert mode does not fix the indent.
Solution: Fix the indent when 'cind...

5d20fbf2e79b96a39abbdadc486b656cdcc67ed6 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3934: repeating line comment is undesired for "O" command

Problem: Repeating line comment is undesired for "O" command.
Solution: Do not copy line co...

5ea5f373729589acb38ce3f3ca338e8a6d398bdc authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3933: after ":cd" fails ":cd -" is incorrect

Problem: After ":cd" fails ":cd -" is incorrect.
Solution: Set the previous directory only ...

3d0abad5bf4fe125e219f1b56c4e8200cb900e2a authored almost 3 years ago by Richard Doty <[email protected]>
patch 8.2.3932: C line comment not formatted properly

Problem: C line comment not formatted properly.
Solution: If a line comment follows after "...

264d3ddac0f9474816c20a0e92014d6f7f4b08ac authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3931: Coverity reports a memory leak

Problem: Coverity reports a memory leak.
Solution: Free memory in case of failure.

febb78fa1798e0f95983b3f7881419a754886df5 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3930: getcmdline() argument has a misleading type

Problem: getcmdline() argument has a misleading type.
Solution: Use the correct type, even ...

c97f9a55bd020b94d92c392516d763ed5e43d872 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3929: using unititialized variable

Problem: Using unititialized variable.
Solution: Set the option flags to zero for a termina...

10c75c4a09a604ea674a2700aacb55914750b86d authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3928: heredoc test fails

Problem: Heredoc test fails.
Solution: Correct order of function arguments.

11ceb7d949e7c2fb36509a79dfe8df54fbdfa666 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3927: Vim9: double free when using lambda

Problem: Vim9: double free when using lambda.
Solution: Don't free both cmdline and line_to...

8c697e3698e7dbe0a3c4524ac360b78ceb852b23 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3926: build failure without the 'autochdir' option

Problem: Build failure without the 'autochdir' option. (John Marriott)
Solution: Add #ifdefs.

92f246e4f9936f15471d5ee71b9afd5f3e6e0653 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3925: diff mode confused by NUL bytes

Problem: Diff mode confused by NUL bytes.
Solution: Handle NUL bytes differently. (Christia...

06f6095623cfcc72da08748c058d13b465652fd4 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3924: Vim9: no error if something follows :enddef

Problem: Vim9: no error if something follows :enddef in a nested function.
Solution: Give a...

7473a84cf935f64ddd4ea7fe7eee0f9c51c50b60 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3923: Vim9: double free with split argument list in nested function

Problem: Vim9: double free if a nested function has a line break in the
argument ...

4bf1006cae7e87259ccd5219128c3dba75774441 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3922: cannot build with dynamic Ruby 3.1

Problem: Cannot build with dynamic Ruby 3.1.
Solution: Add "_EXTRA" variables for CI. Add ...

8bb3fe4d4dcd27c02e903f6772fdc8fe2e9eba70 authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3921: the way xdiff is used is inefficient

Problem: The way xdiff is used is inefficient.
Solution: Use hunk_func instead of the out_l...

d9da86e94ea8dbaa056270a666892945c40a6674 authored almost 3 years ago by Lewis Russell <[email protected]>
patch 8.2.3920: restoring directory after using another window is inefficient

Problem: Restoring directory after using another window is inefficient.
Solution: Only rest...

90c317f2246a7fb4bd4e3feb0778b53627bc9fad authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3919: Vim9: wrong argument for append() results in two errors

Problem: Vim9: wrong argument for append() results in two errors.
Solution: Check did_emsg....

8b6256f6ec075cca40341e61ebc9f538b4902dd1 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3918: function list test fails

Problem: Function list test fails.
Solution: Adjust the test for the new location of the fu...

be4e223eadaa765bf2957f196e4d4b6014057bd1 authored almost 3 years ago by Bram Moolenaar <[email protected]>
Update runtime files

a4d131d11052cafcc5baad2273ef48e0dd4d09c5 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3917: the eval.txt help file is way too big

Problem: The eval.txt help file is way too big.
Solution: Move the builtin function details...

1cae5a0a034d0545360387407a7a409310f1efe2 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3916: no error for passing an invalid line number to append()

Problem: No error for passing an invalid line number to append().
Solution: In Vim9 script ...

8dac2acd6a79d571ff5409d9c90b4c9e73237eb4 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3915: illegal memory access when completing with invalid bytes

Problem: illegal memory access when completing with invalid bytes.
Solution: Avoid going ov...

4b28ba3245df8274303c79429972f9dc9438e4aa authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3914: various spelling mistakes in comments

Problem: Various spelling mistakes in comments.
Solution: Fix the mistakes. (Dominique Pell...

af4a61a85d6e8cacc35324f266934bc463a21673 authored almost 3 years ago by Dominique Pelle <[email protected]>
patch 8.2.3913: help for expressions does not mention Vim9 syntax

Problem: Help for expressions does not mention Vim9 syntax.
Solution: Add the rules for Vim...

5da36052a4bb0f3a9747ec3a8ab9d85e058e39fa authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3912: the ins_complete() function is much too long

Problem: The ins_complete() function is much too long.
Solution: Split it up into multiple ...

bf7ff61af490a2fbc0d9c7d42f3bb7eb7d37127e authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3911: Vim9: type check for filter() does not accept unknown

Problem: Vim9: type check for filter() does not accept unknown.
Solution: Also accept unkno...

ef8f04b1d1daf2e0be8fa38dedcae84ebfc5ffb4 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3910: when compare function of sort() fails it does not abort

Problem: When the compare function of sort() produces and error then sort()
does ...

23018f2d4b6f85512af117d346eee9b14a4637a6 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3909: Containerfile using prefix name not recognized

Problem: Containerfile using prefix name not recognized.
Solution: Recognize Containerfile.*.

bbdd3fb804bf69684f7b0f49d3c0a0b039daec02 authored almost 3 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

912f6bad92a96adfab49d7ff8c483e121b5785f8 authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3908: cannot use a script-local function for 'foldtext'

Problem: Cannot use a script-local function for 'foldtext'.
Solution: Expand "s:" and "<SID...

27708e6c7b6f444fd599f3dc5015336b002b874d authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3907: error messages are spread out

Problem: Error messages are spread out.
Solution: Move error messages to errors.h. Avoid d...

c553a21e189aa440515a19c5b25f8b6b50c5d53d authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3906: Vim9 help still contains "under development" warnings

Problem: Vim9 help still contains "under development" warnings.
Solution: Remove the explic...

1f318c6eac3d894a3fb9c68c53512cdd75e8f6b4 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3905: Dockerfile using prefix name not recognized

Problem: Dockerfile using prefix name not recognized.
Solution: Recognize Dockerfile.*. (cl...

c88ac94a0bdc70012558813404821fe077f1de20 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3904: Vim9: skip expression type is not checked at compile time

Problem: Vim9: skip expression type is not checked at compile time.
Solution: Add argument ...

7319981f21cbd51267c8cc80b37ed56d8ee78ea7 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3903: "gM" does not count tabs as expected

Problem: "gM" does not count tabs as expected.
Solution: Use linetabsize() instead of mb_st...

71c41255f6a074c4df4dc6f9e97d347e565253a1 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3902: Vim9: double free with nested :def function

Problem: Vim9: double free with nested :def function.
Solution: Pass "line_to_free" from co...

9c23f9bb5fe435b28245ba8ac65aa0ca6b902c04 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 script

Problem: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 script.
Solution: Do not resto...

71eb3ad5790ef3d16369e2fceb040980d75539cf authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3900: it is not easy to use a script-local function for an option

Problem: It is not easy to use a script-local function for an option.
Solution: recognize s...

8bb65f230d3025037f34021a72616038da0601ee authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3899: Vim9: test for map() on string fails

Problem: Vim9: test for map() on string fails.
Solution: Expect string return type.

ec86520f946a40d5c4a92d6a11d6928faa13abd4 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3898: Vim9: not sufficient testing for variable initialization

Problem: Vim9: not sufficient testing for variable initialization.
Solution: Add another te...

fb9dcb080b5143d3021a8c1d6deaf143f2ca3a48 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3897: Vim9: second argument of map() and filter() not checked

Problem: Vim9: the second argument of map() and filter() is not checked at
compil...

1802405d71da20dff510690bf14f6da085836125 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3896: Vim9: no test for nested function not available later

Problem: Vim9: no test for nested function not available later.
Solution: Add a test.

db8e5c21b98c5998df4ab94e0b94bd9fdaf35c83 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3895: Vim9: confusing error when using function() with a number

Problem: Vim9: confusing error when using function() with a number.
Solution: Check for a f...

ae1068afde6dfc6fd3e3f54512dbd089e1559053 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3894: Vim9: no proper type check for first argument of call()

Problem: Vim9: no proper type check for first argument of call().
Solution: Add specific ty...

223d0a6bc8dc68039ceb6660de9576fafe178d73 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3893: Vim9: many local variables are initialized with an instruction

Problem: Vim9: many local variables are initialized with an instruction.
Solution: Initiali...

5cd647935d0834b3064aa36384b8f6730fadadd6 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3892: when modifyOtherKeys is used CTRL-C is not recognized

Problem: When modifyOtherKeys is used CTRL-C is not recognized.
Solution: Check for upperca...

35cfd793aad7c4bfba4a9bedf5c435c44e4293d0 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3891: github CI: workflows may overlap

Problem: Github CI: workflows may overlap.
Solution: Cancel previous workflows when startin...

7f4a628efefd893a3cad3a1fdde340c98360f705 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3890: Vim9: type check for using v: variables is basic

Problem: Vim9: type check for using v: variables is basic.
Solution: Specify a more precise...

d787e40fdbe6f4d8bf47d36186c1d9d51c29b853 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3889: duplicate code for translating script-local function name

Problem: Duplicate code for translating script-local function name.
Solution: Move the code...

e7f4abd38b6e05100c699900c8f87281e363beb2 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3888: the argument list may contain duplicates

Problem: The argument list may contain duplicates.
Solution: Add the :argdedeupe command. (...

73a024209cbfbd5b39a2e974084d807c6131e2ed authored almost 3 years ago by Nir Lichtman <[email protected]>
patch 8.2.3887: E1135 is used for two different errors

Problem: E1135 is used for two different errors.
Solution: Renumber one error.

806da5176e9e9ab011d927c4ca33a8dde1769539 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3886: can define autocmd for every event by using "au!"

Problem: Can define autocmd for every event by using "au!".
Solution: Check if a command is...

b6db1467622be046dbf00b2213fd9f49f4f3cccb authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3885: arglist test fails

Problem: Arglist test fails.
Solution: Adjust for locking the arglist for ":all".

679140c56bbabf12a199d94f584b1b9dfc9809fd authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3884: crash when clearing the argument list while using it

Problem: Crash when clearing the argument list while using it.
Solution: Lock the argument ...

6f98371532fcff911b462d51bc64f2ce8a6ae682 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3883: crash when switching to other regexp engine fails

Problem: Crash when switching to other regexp engine fails.
Solution: Check for regprog bei...

5937c7505f444dd896f336fa0119a93a55ebe9a2 authored almost 3 years ago by Bram Moolenaar <[email protected]>
Update runtime files

fa3b72348d88343390fbe212cfc230fec1602fc2 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3882: more duplicated code in f_getreginfo()

Problem: More duplicated code in f_getreginfo().
Solution: Also use getreg_get_regname(). (...

d3f00f54bf955bd01767db3a0af25866bc112ec7 authored almost 3 years ago by zeertzjq <[email protected]>
patch 8.2.3881: QNX: crash when compiled with GUI but using terminal

Problem: QNX: crash when compiled with GUI but using terminal.
Solution: Check the gui.in_u...

6073f13f557c53928a2a9071495178599c38e798 authored almost 3 years ago by h-east <[email protected]>
patch 8.2.3880: Solution filter files are not recognized

Problem: Solution filter files are not recognized.
Solution: Add pattern *.slnf and use jso...

70a120b72b2b48800f881725c58241cd170893f8 authored almost 3 years ago by Bram Moolenaar <[email protected]>