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.4524: MS-Windows: cannot build with some sodium libraries

Problem: MS-Windows: cannot build with some sodium libraries.
Solution: Make the DLL name c...

d8f8629b1bf566e1dada7515e9b146c69e5d9757 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4523: when gvim is started maximized the 'window' option isn't set

Problem: When gvim is started maximized the 'window' option isn't set
properly. (...

6ca883dd8a585a85acdf9303b434211ea91872a7 authored over 2 years ago by K.Takata <[email protected]>
Merge remote-tracking branch 'vim/master'

dd272322ad14299242a280399709b3d046134796 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4522: GUI test fails with Motif

Problem: GUI test fails with Motif. (Dominique Pellé)
Solution: Remove using an invalid val...

88dd6523fa86760a8f014ea16c3bb882db9bba07 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4521: build failure without the +diff feature

Problem: Build failure without the +diff feature. (John Marriott)
Solution: Define filler+l...

936dc6014c0132199a30e86bc33178a240f11849 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4520: using wrong highlight for cursor line number

Problem: Using wrong highlight for cursor line number.
Solution: Take filler lines into acc...

127969cf98000a760826ca3a0f3781a8b79522f1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4519: Vim9: Can still use ":fini" and ":finis" for ":finish"

Problem: Vim9: Can still use ":fini" and ":finis" for ":finish".
Solution: Require using ":...

d523c7be5cf39174f3447e8ec498051cea381d27 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4518: the binary tag search feature is always enabled

Problem: The binary tag search feature is always enabled.
Solution: Remove the #ifdefs. Ad...

655b734ee858e90dd8d28549b7704a71b25d30e7 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4517: MS-Windows: cannot specify location of sodium library

Problem: MS-Windows: cannot specify location of sodium library.
Solution: Allow for using a...

9eccee0e856e9fc77c343028b516dfe5df8fd1ed authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4516: build failure without the +eval feature

Problem: Build failure without the +eval feature.
Solution: Move error message outside of #...

525eba00ef818f50fb3ba71c54409a7a8962b344 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4515: old subsitute syntax is still supported

Problem: Old subsitute syntax is still supported.
Solution: Disallow using backslash after ...

9fb7b42935f13b5d3407eb82b151da1e9b4b6048 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4514: Vim9: some flow commands can be shortened

Problem: Vim9: some flow commands can be shortened.
Solution: Also require using the full n...

b2175220dafc28349b275ac7f3080f89cce78a57 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4513: window-local directory is not applied if 'acd' fails

Problem: Window-local directory is not applied if 'acd' fails.
Solution: Don't call do_auto...

b29ae159777028bb3266835b55716749ab0515be authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4512: the find_tags_in_file() function is much too long

Problem: The find_tags_in_file() function is much too long.
Solution: Refactor into multipl...

df1bbea436636ac227d33dd79f77e07f4fffb028 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4511: filetype test fails

Problem: Filetype test fails.
Solution: Change "endw" to "endwhile".

c12dc47b8f80c02e4fdcdb38b8217e1c06a11368 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4510: Vim9: shortening commands leads to confusing script

Problem: Vim9: shortening commands leads to confusing script.
Solution: In Vim9 script requ...

204852ae2adfdde10c656ca7f14e5b4207a69172 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4509: Vim9: can declare a variable with ":va"

Problem: Vim9: can declare a variable with ":va".
Solution: Disallow using ":va", require u...

e1d1211799bc37c063666e97437cf4e9af4782b0 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4508: Vim9: cannot assign to a global variable on the command line

Problem: Vim9: cannot assign to a global variable on the command line.
Solution: Allow usin...

330a388e18ad6b64c3574c712db675258b0e9878 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4507: test fails because of new error message

Problem: Test fails because of new error message.
Solution: Avoid the test fails.

f78ee2b49f0b060c642764a620b4c55ab13af82e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4506: "pattern not found" for :global is not an error message

Problem: "pattern not found" for :global is not an error message.
Solution: In Vim9 script ...

24d9c0557ef52141d12ac32568967b190d247c6f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4505: Vim9: outdated "autocmd nested" still works

Problem: Vim9: outdated "autocmd nested" still works.
Solution: Do not accept the :autocmd ...

f07751457c39a645009c17cd837131f6bcdd7d55 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4504: when there is a partially matching map full map may not work

Problem: When there is a partially matching map and modifyOtherKeys is
active a f...

196c3850dbe95247f7aa1b0000a5cae625a99ef2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4503: Vim9: there is no point in supporting :Print and :mode

Problem: Vim9: there is no point in supporting :Print and :mode.
Solution: Do not recognize...

6aca4d3c2bb6b60cdf51b2ab49fbec6b8f88c890 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4502: in the GUI a modifier is not recognized after CTRL-X

Problem: In the GUI a modifier is not recognized for the key typed after
CTRL-X, ...

d979d64fa269ff47a96fc6aed2f4cdd066753c0c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4501: with 'showbreak' set cursor displayed in wrong position

Problem: With 'showbreak' set and after the end of the line the cursor
may be dis...

21efafe4c25373929979c72dc8aafa119f12dd8b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4500: Vim9: can declare a global variable on the command line

Problem: Vim9: can declare a global variable on the command line.
Solution: Disallow declar...

0e1574c4069ded47c170fcd7a47a0df66693a5f4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4499: Vim9: at the script level declarations leak to next block

Problem: Vim9: at the script level declarations leak from try block to
catch and ...

28bf649a5732ffe5a47951b5e437b765cebc5b38 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4498: using <Plug> with "noremap" does not work

Problem: Using <Plug> with "noremap" does not work.
Solution: Always remap <Plug>. (closes ...

1fc34225acbee5ddca2b9ec3f82b3014d385b7f8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4497: wrong color for half of wide character next to pum scrollbar

Problem: Wrong color for half of wide character next to pum scrollbar.
Solution: Redraw the...

35d8c2010ea6ee5c9bcfa6a8285648172b92ed83 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4496: Coverity gives warnings after tags code refactoring

Problem: Coverity gives warnings after tags code refactoring.
Solution: Avoid the warnings....

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

6abd7adbed3b4ab6e9ebf157f8924030cf2c0a8d authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4495: help test fails in 24 line terminal

Problem: Help test fails in 24 line terminal.
Solution: Use up to 23 lines for text.

e4e1a1e1c8a2bc6efd806e379b5fc80998318830 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4494: the find_tags() function is much too long

Problem: The find_tags() function is much too long.
Solution: Refactor the function. (Yegap...

2f87a99b6e9b559d51e130769e7f8377db6749f8 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4493: options test fails in the GUI

Problem: Options test fails in the GUI.
Solution: Do not save and restore 'term'.

b9c510859360595c046b8b7c1d6828125525e967 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4492: no error if an option is given a value with ":let &opt = val"

Problem: No error if an option is given an invalid value with
":let &opt = val".
...

8ccbbeb620dcc73154de29c51100fe815cefe109 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4491: MS-Windows makefile dependencies are outdated

Problem: MS-Windows makefile dependencies are outdated.
Solution: Update dependencies. (Ken...

7f687aaca9f2fd7c04f8a07effed92dd0164f6a2 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4490: terminal focus reporting only works for xterm-like terminals

Problem: Terminal focus reporting only works for xterm-like terminals.
(Jonathan ...

8d5daf267eb84d2346785741b22d18907b047e0a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4489: failing test for comparing v:null with number

Problem: Failing test for comparing v:null with number.
Solution: Allow comparing v:null wi...

c6e9d7063d275139d3c207435d293271c8b556ab authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4488: build error with +eval but without +channel or +job

Problem: Build error with +eval but without +channel or +job.
Solution: Add #ifdef. (John M...

f6b0c79742727948edee78cb1a3a9a4e3be8b0fd authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4487: Vim9: cannot compare with v:null

Problem: Vim9: cannot compare with v:null.
Solution: Allow comparing anything with v:null. ...

7a2222487507eb13cccdb9a66397092775d62b8c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4486: MS-Windows GUI: slow scrolling with maximized window

Problem: MS-Windows GUI: slow scrolling with maximized window.
Solution: Use a better way t...

f01af9c4e6f1438cd1112cfff42f3837028c7846 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4485: compiler warning for uninitialized variable

Problem: Compiler warning for uninitialized variable.
Solution: Initialize the variable. (J...

3e7637bd266da43c9158f0e1cfe3f7f7843d7147 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4484: Vim9: some error messages are not tested

Problem: Vim9: some error messages are not tested.
Solution: Add a few more test cases. De...

1983f1aa315711852174be1b7089f71e24c19e27 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4483: command completion makes two rounds to collect matches

Problem: Command completion makes two rounds to collect matches.
Solution: Use a growarray ...

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

e74dc410137e4d3b9106cf0af1acc3c31ea2ec53 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4482: no fuzzy cmdline completion for user defined completion

Problem: No fuzzy cmdline completion for user defined completion.
Solution: Add fuzzy compl...

afd4ae35d66b2e7732eceb5ad9f6b4ece6b7c64c authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4481: cmdline popup menu not removed when 'lazyredraw' is set

Problem: Cmdline popup menu not removed when 'lazyredraw' is set.
Solution: Temporarily res...

5c52be40fbab14e050d7494d85be9039f07f7f8f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4480: suspending with CTRL-Z does not work on Android

Problem: Suspending with CTRL-Z does not work on Android.
Solution: Do not handle SIGTSTP. ...

cbef12e60b2c5a4f026172ab9873deaab2e70cf2 authored over 2 years ago by xtkoba <[email protected]>
patch 8.2.4479: no fuzzy completieon for maps and abbreviations

Problem: No fuzzy completieon for maps and abbreviations.
Solution: Fuzzy complete maps and...

6caeda2fce4bccac2dd43ca9fee1d32ee96b708d authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4478: crash when using fuzzy completion

Problem: Crash when using fuzzy completion.
Solution: Temporary fix: put back regexp. (clos...

00333cb3b341499df8729b9345f0bbad968cda0b authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4477: crash when using fuzzy completion

Problem: Crash when using fuzzy completion.
Solution: Temporary fix: put back regexp. (clos...

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

c51cf0329809c7ae946c59d6f56699227efc9d1b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4476: operator name spelled wrong

Problem: Operator name spelled wrong.
Solution: Change trinary to ternary. (Goc Dundar, clo...

e41c1dd8890d3f701253255993f4e9af2d12225c authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.4475: fuzzy cmdline completion does not work for lower case

Problem: Fuzzy cmdline completion does not work for lower case.
Solution: Also use fuzzy co...

4df5b33f206210fec2a0297aea27e7db8b5173c0 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4474: memory allocation failures not tested in quickfix code

Problem: Memory allocation failures not tested in quickfix code.
Solution: Add alloc IDs an...

5a2d4a3ecb67942d47615507a163ffcd5863c073 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4473: Coverity warnds for not checking return value of ftell()

Problem: Coverity warnds for not checking return value of ftell().
Solution: Bail out if ft...

416b5f4894196947ea87eea2ed4fda3504674f72 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4472: Coverity warns for use of a freed function name

Problem: Coverity warns for use of a freed function name.
Solution: Only check an autoload ...

9383a3afb6a2b7ba6a2739a66a68cc8e1162f389 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4471: Coverity warns for uninitialized variable

Problem: Coverity warns for uninitialized variable.
Solution: Set flags to zero.

62628d97c4690462ca54781fd16bbfc7ad31477b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4470: Coverity warns for uninitialized variable

Problem: Coverity warns for uninitialized variable.
Solution: Set can_spell to zero.

ae49aa8434f325f476245ccf5ef119f49c609877 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4469: Coverity warns for uninitialized variable

Problem: Coverity warns for uninitialized variable.
Solution: Set the value to zero.

05c1734c4f70a0d7fb2f06444e26afda018f8795 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4468: Coverity warns for uninitialized struct member

Problem: Coverity warns for uninitialized struct member.
Solution: Set color.index to zero.

68afde4c9b4379b757cc72112c33df9cf221eba8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4467: running filetype test leaves file behind

Problem: Running filetype test leaves file behind.
Solution: Delete the file.

0e71b7d4ce3e1210150ce772e1af6956057a71ed authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4466: MS-Windows: illegal memory access in installer

Problem: MS-Windows: illegal memory access in installer when using
"create-direct...

5c6edf41f9beffea21ce45d658822cc4c0745fdb authored over 2 years ago by Cam Sinclair <[email protected]>
patch 8.2.4465: fuzzy completion does not order matches properly

Problem: Fuzzy completion does not order matches properly.
Solution: Do not use regular exp...

5ec633b9b0400519db60253cb5846e50394218b4 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4464: Dtrace files are recognized as filetype D

Problem: Dtrace files are recognized as filetype D.
Solution: Add a pattern for Dtrace file...

4d56b971cbae01cc454eb09713326224993e38ed authored over 2 years ago by =?UTF-8?q?Teubel=20Gy=C3=B6rgy?= <[email protected]>
patch 8.2.4463: completion only uses strict matching

Problem: Completion only uses strict matching.
Solution: Add the "fuzzy" item for 'wildopti...

38b85cb4d7216705058708bacbc25ab90cd61595 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4462: not enough testing for quickfix code

Problem: Not enough testing for quickfix code.
Solution: Add more tests. Fix uncovered prob...

9c9be05b17ececb1515a2f41a4dedbf848d3d8b6 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4461: MS-Windows: garbage characters on stdout with VIMDLL

Problem: MS-Windows: garbage characters on stdout with VIMDLL.
Solution: Don't call gui_foc...

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

85ab5ac55cfa6d98c930c3905bebf6ff80b30076 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4460: Vim9: wrong error for defining dict function

Problem: Vim9: wrong error for defining dict function.
Solution: Explicitly check for tryin...

dea5ab0fc5bb51105078d5349f987496b1aa8d6f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4459: Vim9: compiling sort() call fails with unknown arguments

Problem: Vim9: compiling sort() call fails with a funcref that has unknown
argume...

fa02616718103be3f9e13e26d57905d4eddf836d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4458: Vim9: compiling filter() call fails with unknown arguments

Problem: Vim9: compiling filter() call fails with funcref that has unknown
argume...

6e1a38745f794715dc624399c318f513b54797c4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4457: the GPM library can only be linked statically

Problem: The GPM library can only be linked statically.
Solution: Make it possible to load ...

33fc4a63071c03ad46636b345a814e7e6d8f4ae0 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4456: terminal test may fail on some machines

Problem: Terminal test may fail on some machines.
Solution: Increase wait time. (Zdenek Doh...

dd2dfb3cb00d47d2e8248c4e9d2cdf51e1574b79 authored over 2 years ago by Zdenek Dohnal <[email protected]>
patch 8.2.4455: accepting one and zero for second sort() argument is strange

Problem: Accepting one and zero for the second sort() argument is strange.
Solution: Disall...

2007dd49f5cb36f944cab1cfbceb0f864e625f74 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4454: resetting cmdwin_type only for one situation

Problem: Resetting cmdwin_type only for one situation.
Solution: Reset cmdwin_type before c...

6a8b13614e5bcb233d20403ae9f008ccba152be3 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4453: :helpgrep may free an option that was not allocated

Problem: :helpgrep may free an option that was not allocated. (Yegappan
Lakshmana...

4791fcd82565adcc60b86830e0bb6cd5b6eea0a6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4452: test for what 8.2.4436 fixes does not check for regression

Problem: Test for what 8.2.4436 fixes does not check for regression.
Solution: Set several ...

2dada73a4ebffe2582af472ce362abd3116b58c9 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4451: sort() fails when ignoring case

Problem: sort() fails when ignoring case.
Solution: Accept a number one argument in sort().

9cd4c0fb98cb4fe6164e4e1751c21a5a5229b9cc authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4450: list sort test fails

Problem: List sort test fails.
Solution: Pass a valid "how" argument.

2afeb408310f4f0185ce5eec079b51a3fe415a33 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4449: vim9: function argument of sort() not checked at compile time

Problem: vim9: function argument of sort() not checked at compile time.
Solution: Add a com...

e843efcc3503b7af838dca3cb9dd2e17d4fc1672 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4448: filetype detection is failing

Problem: Filetype detection is failing.
Solution: Do not use "s:" where it is no longer all...

b2c72359dce4c4027dc0c05844eb2e76ea947014 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4447: Vim9: can still use s:var in a compiled function

Problem: Vim9: can still use s:var in a compiled function.
Solution: Disallow using s:var f...

afa048f0d4b5d63f2192c9ba340a9eb8b0822985 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4446: Vim9: cannot refer to a global function like a local one

Problem: Vim9: cannot refer to a global function like a local one.
Solution: When g:name is...

fe73255c92b6cb54851f82fa32458340b736298d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4445: exit test fails on MS-Windows anyway

Problem: Exit test fails on MS-Windows anyway.
Solution: Skip the test on MS-Windows.

29a9e6971849b4a9eabf14fee1130d51cecfbaa7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4444: beep caused by test

Problem: Beep caused by test. ASAN reports leaks.
Solution: Do not put a NL at the end of ...

68eab67119734ea1efc7cef1287276d969f2713a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4443: regexp pattern test fails on Mac

Problem: Regexp pattern test fails on Mac.
Solution: Do not use a swapfile for the buffer.

2457b2bbc28cce6e8c1106d427b8e867d4f58cfa authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4442: test for error reading input fails on MS-Windows

Problem: Test for error reading input fails on MS-Windows.
Solution: Don't run the test on ...

70b9e4f4c3a62e325fd16ac108bd12feb026ede5 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4441: Vim9: function argument of filter() not checked like map()

Problem: Vim9: function argument of filter() not checked like map().
Solution: Also check t...

16f6c8ac94d8412075060945aa90ba90be08656f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4440: crash with specific regexp pattern and string

Problem: Crash with specific regexp pattern and string.
Solution: Stop at the start of the ...

6456fae9ba8e72c74b2c0c499eaf09974604ff30 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4439: accepting "iso8859" 'encoding' as "iso-8859-"

Problem: Accepting "iso8859" 'encoding' as "iso-8859-".
Solution: use "iso8859" as "iso-885...

1349bd712cf7d24dc65408c523dd7deb30224f80 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4438: crash on exit when using cmdline window

Problem: Crash on exit when using cmdline window.
Solution: Reset "cmdwin_type" before exit...

ca0c1caa36823ea8e61184268d7337e79995352f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4437: vartabs test fails on MS-Windows

Problem: Vartabs test fails on MS-Windows.
Solution: Use iso8859-1 'encoding'. (Ken Takata,...

0f113e4f7b698fc94c1a8377afdb7249329beaee authored over 2 years ago by K.Takata <[email protected]>
Merge remote-tracking branch 'vim/master'

e79a3d8dfacd968fa7690037d334b0d7227a28c5 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4436: crash with weird 'vartabstop' value

Problem: Crash with weird 'vartabstop' value.
Solution: Check for running into the end of t...

4e889f98e95ac05d7c8bd3ee933ab4d47820fdfa authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4435: dead code in checking map() arguments

Problem: Dead code in checking map() arguments. (Dominique Pellé)
Solution: Remove the firs...

7842761bbaa7965fa52b5e3eadf162bc7fa6cdb1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4434: duplicate check for cmdline window

Problem: Duplicate check for cmdline window.
Solution: Remove the second check. (Sean Dewar...

16b51d26fe2cc3afb09afd439069220dea74581d authored over 2 years ago by Sean Dewar <[email protected]>
patch 8.2.4433: CI: cannot see interface versions for MS-Windows

Problem: CI: cannot see interface versions for MS-Windows.
Solution: List the interface ver...

83e36c86062d052fa1db48ee27709549b706b6a2 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4432: cannot use settabvar() while the cmdline window is open

Problem: Cannot use settabvar() while the cmdline window is open.
Solution: Only give an er...

592f6250017c31c8996325403e511f4502077ba5 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4431: unnecessary condition when assigning to a variable

Problem: Unnecessary condition when assigning to a variable.
Solution: Remove the condition.

993faa34059c7fa304e2d4357c57463765cba6d3 authored over 2 years ago by Bram Moolenaar <[email protected]>