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.4253: using freed memory when substitute with function call

Problem: Using freed memory when substitute uses a recursive function call.
Solution: Make ...

37f47958b8a2a44abc60614271d9537e7f14e51a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4252: generating the normal command table at runtime is inefficient

Problem: Generating the normal command table at runtime is inefficient.
Solution: Generate ...

4dc0dd869972ddafc7d9ee5ea765645b818a6dc9 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4251: vala files are not recognized

Problem: Vala files are not recognized.
Solution: Add the *.vala pattern. (closes #9654)

97c554d5149c2aa4a43d689c59563e77277265d4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4250: channel out callback test is flaky on Mac

Problem: Channel out callback test is flaky on Mac.
Solution: Assign high priority to the t...

24714a191659b89c26bd7acd5934590d1c5c51d2 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4249: the timeout limit for spell suggestions is always 5000

Problem: The timeout limit for spell suggestions is always 5000 milli
seconds.
So...

585ee07cfef307b2fc828537e0d31fdc22d7e79f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4248: no proper test for moving the window separator

Problem: No proper test for moving the window separator.
Solution: Add a test. Add comment...

a0c4e2f2d7aa164d9d7692702c752ea063bd3a8c authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4247: stack corruption when looking for spell suggestions

Problem: Stack corruption when looking for spell suggestions.
Solution: Prevent the depth i...

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

01afa9a39e99306a712bff7a4efc2296e55fb6e5 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4246: one error message not in errors.h

Problem: One error message not in errors.h. (Antonio Colombo)
Solution: Move the message an...

e96eea7b6a56bc7c12e062e90b2e816ff61e705c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4245: ":retab 0" may cause illegal memory access

Problem: ":retab 0" may cause illegal memory access.
Solution: Limit the value of 'tabstop'...

652dee448618589de5528a9e9a36995803f5557a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4244: MS-Windows: warning from MSVC on debug build

Problem: MS-Windows: warning from MSVC on debug build.
Solution: Adjust "/opt"o options. R...

14cbf77845624e4bfc28a65a5debb81864cba2cf authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4243: Lua tests fail with Lua 5.4.4

Problem: Lua tests fail with Lua 5.4.4.
Solution: Check messages like before Lua 5.4.3. (Ja...

57ff2b7068c03c89fbfc8930e1325274e72d22a3 authored over 2 years ago by =?UTF-8?q?Jakub=20Kul=C3=ADk?= <[email protected]>
patch 8.2.4242: put in Visual mode cannot be repeated

Problem: Put in Visual mode cannot be repeated.
Solution: Use "P" to put without yanking th...

fb55207ed17918c8a2a6cadf5ad9d5fcf686a7ab authored over 2 years ago by Shougo Matsushita <[email protected]>
patch 8.2.4241: some type casts are redundant

Problem: Some type casts are redundant.
Solution: Remove the type casts. (closes #9643)

420fabcd4ffeaf79082a6e43db91e1d363f88f27 authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.4240: error for using flatten() in Vim9 script is unclear

Problem: Error for using flatten() in Vim9 script is unclear.
Solution: Add a remark to use...

fb80862e49fcbcf47907fc8cdaaf5c41cb9eb06e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4239: build fails with unusual configuration

Problem: Build fails with unusual configuration.
Solution: Adjust #ifdef. (closes #9651)

ddd815ba2a4191992d0f7d7b2902ba76a0db36ef authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4238: *.tf file could be fileytpe "tf" or "terraform"

Problem: *.tf file could be fileytpe "tf" or "terraform".
Solution: Detect the type from th...

bd8168c7705e315827642f2976ec59e26b7fe009 authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.4237: record buffer wrong if character in Select mode was not typed

Problem: Record buffer wrong if character in Select mode was not typed.
Solution: Only dele...

fbf4f1ca159028382eaeb3bfc31bb6bb96dbb67a authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4236: accessing freed memory

Problem: Accessing freed memory.
Solution: Set the bh_curr pointer to NULL.

166788c657f4b1090a31ea37a023b1f2c78790c8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4235: invalid check for NULL pointer

Problem: Invalid check for NULL pointer.
Solution: Remove the check.

37cf413e3e768b76c975e4a7081472d75d649c72 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4234: test_garbagecollect_now() does not check v:testing

Problem: test_garbagecollect_now() does not check v:testing as documented.
Solution: Give a...

b3d83980d2ac0f7a25314270416f17af874ca269 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4233: crash when recording and using Select mode

Problem: Crash when recording and using Select mode.
Solution: When deleting the last recor...

a4bc2dd7cccf5a4a9f78b58b6f35a45d17164323 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4232: some compilers don't like a goto label without statement

Problem: Some compilers don't like a goto label without statement.
Solution: Return instead...

98cd30383a378eb5f2dbf1b4e887fa17b5494a64 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4231: Vim9: map() gives type error when type was not declared

Problem: Vim9: map() gives type error when type was not declared.
Solution: Only check the ...

35c807df1f5774f09612d756ddc3cd5c44eacaca authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4230: MS-Windows: set_guifontwide() is included but won't work

Problem: MS-Windows: set_guifontwide() is included but won't work.
Solution: Include set_gu...

94373c48e7e438e5b924b34ce820e9b2eb9f810c authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4229: possible crash when invoking timer callback fails

Problem: Possible crash when invoking timer callback fails.
Solution: Initialize the typval...

745b938a48104778dcb7b0245e6589b54cb93593 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4228: no tests for clicking in the GUI tabline

Problem: No tests for clicking in the GUI tabline.
Solution: Add test functions to generate...

b0ad2d92fd19e673ddbbc66742bae3f71778efde authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4227: Vim9: using "lockvar!" in :def function does not work

Problem: Vim9: using "lockvar!" in :def function does not work.
Solution: Add "!" instead o...

e939f5ebbae8dd7825d62d84e0c9910fa1756a9c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4226: filter-map test fails

Problem: Filter-map test fails.
Solution: Only reject number argument in Vim9 script.

fc4c44836acf7cd83af6d9b5b4737a305c5b3fb2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def function

Problem: Vim9: depth argument of :lockvar not parsed in :def function.
Solution: Parse the ...

70c43d84be98ab54d3723155dcc4232dc5a5f081 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4224: Vim9: no error when using a number for map() second argument

Problem: Vim9: no error when using a number for map() second argument
Solution: Disallow nu...

1080c48ec8d672d7e9fbefb5a1255c9df09a2884 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4223: long/int compiler warnings; function arguments swapped

Problem: Long/int compiler warnings; function arguments swapped.
Solution: Add type casts. ...

1a804528ab39f5c810cf42397702057100a94ade authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4222: MS-Windows: clumsy way to suppress progress on CI

Problem: MS-Windows: clumsy way to suppress progress on CI.
Solution: Check for "$CI" in th...

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

16ca4bdcf273616bcf2513746641c31803d76dc6 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4221: some functions in normal.c are very long

Problem: Some functions in normal.c are very long.
Solution: Move code to separate function...

a827bf3ea8fe465aa456ef7a7a37d6afe6a47628 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4220: MS-Windows: some old compiler support remains

Problem: MS-Windows: some old compiler support remains.
Solution: Remove obsolete compiler ...

250155ae319802418c1576e9ff88d0e16b108282 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4219: reading before the start of the line

Problem: Reading before the start of the line.
Solution: Check boundary before trying to re...

44db8213d38c39877d2148eff6a72f4beccfb94e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4218: illegal memory access with bracketed paste in Ex mode

Problem: Illegal memory access with bracketed paste in Ex mode.
Solution: Reserve space for...

806d037671e133bd28a7864248763f643967973a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4217: illegal memory access when undo makes Visual area invalid

Problem: Illegal memory access when undo makes Visual area invalid.
Solution: Correct the V...

8d02ce1ed75d008c34a5c9aaa51b67cbb9d33baa authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4216: Vim9: cannot use a function from an autoload import directly

Problem: Vim9: cannot use a function from an autoload import directly.
Solution: Add the AU...

06b77229ca704d00c4f138ed0377556e54d5851f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4215: illegal memory access when copying lines in Visual mode

Problem: Illegal memory access when copying lines in Visual mode.
Solution: Adjust the Visu...

dc5490e2cbc8c16022a23b449b48c1bd0083f366 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4214: illegal memory access with large 'tabstop' in Ex mode

Problem: Illegal memory access with large 'tabstop' in Ex mode.
Solution: Allocate enough m...

85b6747abc15a7a81086db31289cf1b8b17e6cb1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4213: too much code for supporting old MSVC versions

Problem: Too much code for supporting old MSVC versions.
Solution: Remove MSVC 2003 support...

76687d27173e64d739ea371751697c03ad0821ef authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4212: window title test still fails in some configurations

Problem: Window title test still fails in some configurations.
Solution: Explicitly set the...

1450112eef2eda211d398d6d7ac03f7a29fa4f55 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4211: window title test still fails in some configurations

Problem: Window title test still fails in some configurations.
Solution: Use WaitForAssert().

3a8ad5918b5c1b4c36b39c420ce933b452929dd8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4210: window title test fails in some configurations

Problem: Window title test fails in some configurations.
Solution: Only run the test if the...

a6c09a7c20dd8dae43a99c6dc634151940c2fc6c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4209: partial in 'opfunc' cannot use an imported function

Problem: partial in 'opfunc' cannot use an imported function.
Solution: Also expand the fun...

3e93a2b075e99a2b3ced85227a6373be233712ff authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4208: using setbufvar() may change the window title

Problem: Using setbufvar() may change the window title.
Solution: Do not redraw when creati...

dff97e65eb1bb24c44c2b7430a480888d8afb3f4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4207: recursion test fails with MSVC

Problem: Recursion test fails with MSVC.
Solution: Use a smaller limit for MSVC.

50e05254450954f04183efc7bc871527a67868b8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4206: condition with many "(" causes a crash

Problem: Condition with many "(" causes a crash.
Solution: Limit recursion to 1000.

fe6fb267e6ee5c5da2f41889e4e0e0ac5bf4b89d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4205: the normal_cmd() function is too long

Problem: The normal_cmd() function is too long.
Solution: Move parts to separate functions....

46634350740d062fc7e555fd6c5d4d43798d4df7 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4204: screenpos() has non-zero row for invisible text

Problem: screenpos() has non-zero row for invisible text.
Solution: Only add the window row...

7924a17791217d50be5a91989a9641bf68e7a735 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4203: entering a character with CTRL-V may include modifiers

Problem: Entering a character with CTRL-V may include modifiers.
Solution: Reset "mod_mask"...

502d8ae3e8ed8b6f8dd2ff175f154f9aa87228ef authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4202: Vim9: cannot export function that exists globally

Problem: Vim9: cannot export function that exists globally.
Solution: When checking if a fu...

acc4b5648b49ec13c4f35ee0bf552eda71b0c372 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4201: when using the GUI CTRL-Z does not stop gvim

Problem: When using the GUI CTRL-Z does not stop gvim.
Solution: When using the GUI set SIG...

8e4af851fd3eff4b22fca962e5be783742e8f1bb authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4200: some tests do not clean up properly

Problem: Some tests do not clean up properly.
Solution: Delete created files. (Yegappan Lak...

7e765a39b795d5331bf2d4927b41df7b78915af9 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not useful

Problem: MS-Windows: Support for MSVC 2003 is not useful.
Solution: Remove the exceptions f...

c351dc1e0ca959084ba36bb350291334bf74b9f8 authored over 2 years ago by K.Takata <[email protected]>
Merge pull request #1228 from limintang/master

Change ga_add_string to ga_copy_string in MMBackend.m

2ff91c320be1ca9cbb5eb7803aed75aeda1a894f authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4198: Vim9: the switch for executing instructions is too long

Problem: Vim9: the switch for executing instructions is too long.
Solution: Move some code ...

058ee7c5699ef551be5aa04c66b3cffc436e9b08 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4197: cannot use an import in the "expr" part of 'spellsuggest'

Problem: Cannot use an import in the "expr" part of 'spellsuggest'.
Solution: Set the scrip...

2a7aa834583dea157eccf3e69827d2ff1d9fe9c7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4196: various file types not recognized

Problem: Various file types not recognized.
Solution: Add patterns to recognize more file t...

428058ab3213e81531cbd7989f4267870f35d52e authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.4195: resizing terminal may cause to behave like CTRL-Z

Problem: Resizing terminal may cause to behave like CTRL-Z.
Solution: Set "got_tstp" only w...

79a6e25b79cdb35e00d8b364516103eb358d8cc7 authored over 2 years ago by dbivolaru <[email protected]>
patch 8.2.4194: MS-Windows: code for calculating font size is duplicated

Problem: MS-Windows: code for calculating font size is duplicated.
Solution: Move the code ...

abe628e1bd92ecb85a526348f376891d56bf3ea8 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4193: cannot use an import in 'charconvert'

Problem: Cannot use an import in 'charconvert'.
Solution: Set the script context when evalu...

f4e88f2152c5975a6f4cfa7ccd745575fe4d1c78 authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge pull request #1229 from ichizok/fix/termguicolors

Fix `termguicolors` tests

c0f30a1e3df357fd212119caad00f262c445f3bd authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4192: cannot use an import in 'printexpr'

Problem: Cannot use an import in 'printexpr'.
Solution: Set the script context when evaluat...

7ef4a2fe3736bbeb5bad182782a74576aa06b0db authored over 2 years ago by Bram Moolenaar <[email protected]>
Fix bug_report template

Ref: https://gh-community.github.io/issue-template-feedback/structured/#checkboxes-must-have-uni...

d3a074661a33c087cf58303ac912c64ede4d5468 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4191: json5 files are not recognized

Problem: json5 files are not recognized.
Solution: Add a pattern for json5 files. (closes #...

e15ebeffb35da4bb7d9054358671735ce6988c28 authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
Merge pull request #1205 from eirnym/better-new-issue

Better bug report text

ce0884db0375066eda6110307bc8752c6749f7ad authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4190: all conceal tests are skipped without the screendumps feature

Problem: All conceal tests are skipped without the screendumps feature.
Solution: Only skip...

206919191fe1881dea00d60d392cc68a07c0106f authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4189: MS-Windows: code for "old look" is obsolete

Problem: MS-Windows: code for "old look" is obsolete.
Solution: Delete obsolete code. Use ...

d1c58999c82afbdcbbe01548c1dea06d4d086f3e authored over 2 years ago by K.Takata <[email protected]>
Better bug report text

5306160139d8a28eb7ed026386d33e30f3011c43 authored over 2 years ago by Eir Nym <[email protected]>
Update runtime files

6f4754b9f7253d7e4ba527064a24aff1acdb1e8f authored over 2 years ago by Bram Moolenaar <[email protected]>
Fix Colors.plist

Adjust RGB values of No-X11 colors (darkyellow, lightmagenta, lightred)
defined in Colors.plist;...

8669aff22e0ef0e8475b3511008e6a6ebbe5e737 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4188: not all gitconfig files are recognized

Problem: Not all gitconfig files are recognized.
Solution: Add a few more patterns. (Tim Po...

bcfa11b7dfdfbb4d412dd843a6da3fce68ba2e39 authored over 2 years ago by Tim Pope <[email protected]>
patch 8.2.4187: gnuplot file not recognized

Problem: Gnuplot file not recognized.
Solution: Recognize ".gnuplot". (closes #9588)

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

4f20f43db66d1fe0a9fca78d31bd7ec6864f01b9 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4186: cannot use an import in 'patchexpr'

Problem: Cannot use an import in 'patchexpr'.
Solution: Set the script context when evaluat...

36c2add7f82bc5dbbfc45db31953ef9633c635b3 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4185: cannot use an import in 'indentexpr'

Problem: Cannot use an import in 'indentexpr'.
Solution: Set the script context when evalua...

28e60cc088cadd25afb69ee636f0e2e34233ba4e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4184: cannot use an import in 'includeexpr'

Problem: Cannot use an import in 'includeexpr'.
Solution: Set the script context when evalu...

47bcc5f4c83c158f43ac2ea7abfe99dbf5c2e098 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4183: cannot use an import in 'formatexpr'

Problem: Cannot use an import in 'formatexpr'.
Solution: Set the script context when evalua...

3ba685eeefcfbbf895d70664357ef05f252d7b21 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4182: memory leak when evaluating 'diffexpr'

Problem: Memory leak when evaluating 'diffexpr'.
Solution: Use free_tv() instead of clear_t...

39b8944539a9cde553fe709e535fdfd37d0f9307 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4181: Vim9: cannot use an import in 'diffexpr'

Problem: Vim9: cannot use an import in 'diffexpr'.
Solution: Set the script context when ev...

7b29f6a3949743914f08410b6f6bd6237c2f2038 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4180: 'balloonexpr' is evaluated in the current script context

Problem: 'balloonexpr' is evaluated in the current script context.
Solution: Use the script...

5600a709f453045c80f92087acc0f855b4af377a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4179: 'foldtext' is evaluated in the current script context

Problem: 'foldtext' is evaluated in the current script context.
Solution: Use the script co...

9530b580a7b71960dbbdb2b12a3aafeb540bd135 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4178: Vim9: invalid error for return type of lambda when debugging

Problem: Vim9: invalid error for return type of lambda when debugging.
Solution: Do not che...

0bfa84916d110d4f4d863e91e144ff05ba431316 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4177: Vim9: autoload script not loaded after "vim9script noclear"

Problem: Vim9: autoload script not loaded after "vim9script noclear".
Solution: Check IMP_F...

b697dc295d0625bf2445649f03019f9b8fccc1a8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4176: Vim9: cannot use imported function with call()

Problem: Vim9: cannot use imported function with call().
Solution: Translate the function n...

3d8e25a6d2660432df033cdad29f981ffe6ae0fc authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4175: MS-Windows: runtime check for multi-line balloon is obsolete

Problem: MS-Windows: runtime check for multi-line balloon is obsolete.
Solution: Remove the...

0bd663a3804fceb3efb26a179e9c1d830ddcdb6e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4174: Vim9: can use an autoload name in normal script

Problem: Vim9: can use an autoload name in normal script.
Solution: Disallow using an autol...

19e69a63302f7f8972cee723bf0f3fc176825583 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4173: cannot use an import in 'foldexpr'

Problem: Cannot use an import in 'foldexpr'.
Solution: Set the script context to where 'fol...

e70dd11ef41f69bd5e94f630194e6b3c4f3f2102 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4172: filetype detection for BASIC is not optimal

Problem: Filetype detection for BASIC is not optimal.
Solution: Improve BASIC filetype dete...

6517f14165cdebf83a07ab9d4aeeb102b4e16e92 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4171: cannot invoke option function using autoload import

Problem: Cannot invoke option function using autoload import.
Solution: Expand the import t...

f0e7e6365e86ca42c177fe165d3097d1bfb35f72 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4170: MS-Windows: still using old message API calls

Problem: MS-Windows: still using old message API calls.
Solution: Call the "W" functions di...

b7057bdd090ddcce96dc058e4e65340c8ec961d7 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4169: MS-Windows: unnessary casts and other minor things

Problem: MS-Windows: unnessary casts and other minor things.
Solution: Clean up the MS-Wind...

45f9cfbdc75e10d420039fbe98d9f554bd415213 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4168: disallowing empty function name breaks existing plugins

Problem: Disallowing empty function name breaks existing plugins.
Solution: Allow empty fun...

e6a4200ff47708febcd7cb2b8c3dd3801a975d43 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4167: Vim9: error message for old style import

Problem: Vim9: error message for old style import.
Solution: Use another error message. Ad...

dd5893be34649482ed62525430fb8baa1ec273ce authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4166: undo synced when switching buffer in another window

Problem: Undo synced when switching buffer in another window.
Solution: Do not sync undo wh...

e615db06046312e74886fa1ef98feb5a9db2a7c3 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4165: the nv_g_cmd() function is too long

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

05386ca1d4823e5c98c24b8cd038af49aee62577 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4164: error in legacy code for function shadowing variable

Problem: Error in legacy code for function shadowing variable.
Solution: Only give the erro...

6f0ddbf00dfc4c6eb70aa4abc415cad7aba46b6a authored over 2 years ago by Bram Moolenaar <[email protected]>