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.3509: undo file is not synced

Problem: Undo file is not synced. (Sami Farin)
Solution: Sync the undo file if 'fsync' is s...

340dd0fbe462a15a9678cfba02085b4adcc45f02 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3508: Vim9: bad separators for "g" and "s" insufficiently tested

Problem: Vim9: bad separators for "g" and "s" insufficiently tested.
Solution: Add a few mo...

051a8a375f8fb6a931fbc5ccca714a200d9b327f authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3507: generating proto files may fail

Problem: Generating proto files may fail.
Solution: Define __attribute().

75aa92a16264e3511ba41aa306ffc1ffbbd2fe3a authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3506: Vim9: special cases for "g" and "s" insufficiently tested

Problem: Vim9: special cases for "g" and "s" insufficiently tested.
Solution: Add a few mor...

c0abac67d7a9cccf836bbda002ec72914e3cb3d7 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3505: Vim9: build failure without the +eval feature

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

3be69bf539f3026369d20f1667e53d390d386a9f authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3504: Vim9: warning for signed vs unsigned

Problem: Vim9: warning for signed vs unsigned.
Solution: Add type cast.

7f32092b9127a71d243bacd31ebb303f2c78a8f1 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3503: Vim9: using g:pat:cmd is confusing

Problem: Vim9: using g:pat:cmd is confusing.
Solution: Do not recognize g: as the :global c...

7b829268921e8fc1c63c34d245063c1c4e7d21af authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3502: cannot enter password in shell command

Problem: Cannot enter password in shell command.
Solution: Revert patch 8.2.2919.

fff10d9a76099aa9b944f3c33a911127ca1a0c72 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3501: tmux filetype dection is incomplete

Problem: tmux filetype dection is incomplete
Solution: Also use tmux for files having text ...

e519eb41c1c12836b2d12aeb703bb04c7618a724 authored about 3 years ago by Eric Pruitt <[email protected]>
patch 8.2.3500: Github CI fails to install clang

Problem: Github CI fails to install clang.
Solution: Install llvm-11 explicitly. (Christian...

3a724290c5dd8e4b7c9a1fa8941b81f6f80db00a authored about 3 years ago by Christian Brabandt <[email protected]>
patch 8.2.3499: GUI geometry startup test fails

Problem: GUI geometry startup test fails.
Solution: Check string values instead of numbers

3d031a0ae791f901c0c2dedd5d8b9de137c23acc authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3498: recover test may fail on some systems

Problem: Recover test may fail on some systems.
Solution: Adjust the little endian and 64 b...

37f341d7236ff8a1e886bbb0f0ba0700ad589373 authored about 3 years ago by James McCoy <[email protected]>
patch 8.2.3497: put test fails when run by itself

Problem: Put test fails when run by itself.
Solution: Source check.vim. (Dominique Pellé, c...

a9173d06f7ca320fc84f4ffa993861d21710bc41 authored about 3 years ago by Dominique Pelle <[email protected]>
patch 8.2.3496: crypt test fails if xxd was not installed yet

Problem: Crypt test fails on MS-Windows if xxd was not installed yet.
Solution: Use the jus...

a5d4f3b09d25006f7bc988d618152bd34177a579 authored about 3 years ago by James McCoy <[email protected]>
patch 8.2.3495: GUI geometry startup test fails on some systems

Problem: GUI geometry startup test fails on some systems. (Drew Vogel)
Solution: Add tolera...

b376aa2da4211fee7eaf16450bb8b37674e45bb0 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3494: illegal memory access in utf_head_off

Problem: Illegal memory access in utf_head_off.
Solution: Check cursor position when resele...

b07626d4afa73dd2af0f03c0d59eed25ee159ef9 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3493: large count test fails on MS-Windows

Problem: Large count test fails on MS-Windows.
Solution: Skip the test on MS-Windows.

cddd5ac911707034ca27f10037c4b1b523188c47 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3492: crash when pasting too many times

Problem: Crash when pasting too many times.
Solution: Limit the size to what fits in an int...

eeed1c7ae090c17f4df51cf97b2a9e4d8b4f4dc7 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3491: xpm2 filetype dection is not so good

Problem: xpm2 filetype dection is not so good.
Solution: Adjust the check for xpm2. (closes...

6e77b88df6371356cce9d6e08daf0f7cb1e7878a authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3490: superfluous return statements

Problem: Superfluous return statements.
Solution: Remove superfluous return statements from...

3826c0513bc9370583be550c864358c7eeb5605a authored about 3 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.3489: ml_get error after search with range

Problem: ml_get error after search with range.
Solution: Limit the line number to the buffe...

35a319b77f897744eec1155b736e9372c9c5575f authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3488: issue template is not easy to use

Problem: Issue template is not easy to use.
Solution: Use a yaml template. (closes #8928)

26190b27011c25caedf3b9308e47005722b3f946 authored about 3 years ago by snxx <[email protected]>
patch 8.2.3487: illegal memory access if buffer name is very long

Problem: Illegal memory access if buffer name is very long.
Solution: Make sure not to go o...

826bfe4bbd7594188e3d74d2539d9707b1c6a14b authored about 3 years ago by Bram Moolenaar <[email protected]>
Merge pull request #1193 from ichizok/fix/gui-task

Fix: the problem at starting GUI with pipe

08bc8e66ed07ff3a4322451eab4afd4c37499c0c authored about 3 years ago by ichizok <[email protected]>
Set /dev/null to stdin,out,err of GUI process

Otherwise, when starting GUI Vim on console with pipe
(e.g. `MacVim.app/Contents/MacOS/Vim -f -g...

fe3c66b03b9287b413f9ca3f4d1dfee943c38b1a authored about 3 years ago by ichizok <[email protected]>
Merge remote-tracking branch 'vim/master'

6992a2bf15d1efd43298c05a0306d374ad6657ce authored about 3 years ago by ichizok <[email protected]>
patch 8.2.3486: illegal memory access with invalid sequence of commands

Problem: Illegal memory access with invalid sequence of commands.
Solution: Do not call lea...

cce81e9673fe8d056e8eef310d9919620eccb2f2 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3485: Python 3 test fails with Python 3.10

Problem: Python 3 test fails with Python 3.10.
Solution: Adjust expected error message. (zd...

edd7a476fbcba199dc0b026461917912c574c629 authored about 3 years ago by Zdenek Dohnal <[email protected]>
patch 8.2.3484: crash when going through spell suggestions

Problem: Crash when going through spell suggestions.
Solution: Limit the text length for fi...

e275ba4fc994474155fbafe8b87a6d3b477456ba authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3483: #ifdef for using sysinfo() is incomplete

Problem: #ifdef for using sysinfo() is incomplete.
Solution: Also check for HAVE_SYSINFO. M...

e2982d691186c8a9b16ecc8d831d2472088c8ed8 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3482: reading beyond end of line ending in quote and backslash

Problem: Reading beyond end of line ending in quote and backslash.
Solution: Check for non-...

78e0fa4cf4fcd563c0bc8c87afa54d4f5dc22020 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3481: failures when char is unsigned

Problem: Failures when char is unsigned.
Solution: Use int8_T. Make a CI run with unsigned...

2e258bd79f403bcccb1336bea70803957a83808f authored about 3 years ago by James McCoy <[email protected]>
patch 8.2.3480: test does not fail without the fix for a crash

Problem: Test does not fail without the fix for a crash.
Solution: Write the bad code in a ...

949de97da32d4fff28c569387e2ba8b3e311e64d authored about 3 years ago by Dominique Pelle <[email protected]>
patch 8.2.3479: crash when calling job_start with an invalid argument

Problem: Crash when calling job_start with an invalid argument. (Virginia
Seniori...

7c25a7c0a129300d0632e5b99ccefdca9bf3ffa2 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3478: still crash with error in :catch and also in :finally

Problem: Still crash with error in :catch and also in :finally.
Solution: Only call finish_...

f67d3fb7363ebc9454f9bb582de3978609a4fd6b authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3477: startup test fails on MS-Windows

Problem: Startup test fails on MS-Windows.
Solution: Skip the test if not on Unix.

6d197987745427801a2195836ef89e48537afbeb authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3476: renaming a buffer on startup may cause using freed memory

Problem: Renaming a buffer on startup may cause using freed memory.
Solution: Check if the ...

d3710cf01ef6ab1b2f233866ff01dab76686f642 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3475: expression register set by not executed put command

Problem: Expression register set by not executed put command.
Solution: Do not set the regi...

08d7b1c82866a61b61a55e55b6c190dba04e54ea authored about 3 years ago by kuuote <[email protected]>
patch 8.2.3474: some places use "Vimscript" instead of "Vim script"

Problem: Some places use "Vimscript" instead of "Vim script".
Solution: Consistently use "V...

965d2edbce1a8ccba96925be5ac4575981f68949 authored about 3 years ago by h-east <[email protected]>
Update runtime files

6e649224926bbc1df6a4fdfa7a96b4acb1f8bee0 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3473: some files with tcl syntax are not recognized

Problem: Some files with tcl syntax are not recognized.
Solution: Add a few file patterns. ...

78aa5ffe314f40d33666f03b833f66b11c3d0f67 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3472: other crashes with empty search pattern not tested

Problem: Other crashes with empty search pattern not tested.
Solution: Add a few more test ...

9af9fd6ab637ea507dd9015fa5a84a408c36c1e0 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3471: crash when using CTRL-T after an empty search pattern

Problem: Crash when using CTRL-T after an empty search pattern.
Solution: Bail out when the...

d8d957de86f218de9124ca1209548f8c6f61b69b authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3470: crash with error in :catch and also in :finally

Problem: Crash with error in :catch and also in :finally.
Solution: Only discard an excepti...

a684a684096ecef3fbaee39c573b47423235d6b1 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3469: some files with json syntax are not recognized

Problem: Some files with json syntax are not recognized.
Solution: Add a few file patterns....

50c56893423eb6ad2154a4151e67f7097f52efb6 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3468: problem with :cd when editing file in non-existent directory

Problem: Problem with :cd when editing file in non-existent directory. (Yee
Cheng...

c6376c798433bcb9ee38a8664299d11454546950 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3467: CursorHoldI event interferes with "CTRL-G U"

Problem: CursorHoldI event interferes with "CTRL-G U". (Naohiro Ono)
Solution: Restore the ...

5a9357d0bff9059f547906d8d03b31bca7215af1 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3466: completion submode not indicated for virtual replace

Problem: Completion submode not indicated for virtual replace.
Solution: Add submode to "Rv...

cc8cd4453332276d55b4a1109eace5785a4f319d authored about 3 years ago by zeertzjq <[email protected]>
patch 8.2.3465: cannot detect insert scroll mode

Problem: Cannot detect insert scroll mode.
Solution: Add "scroll" to complete_info(). (clos...

27fef59dd1dd75f50c366f7f616ffa4451560452 authored about 3 years ago by zeertzjq <[email protected]>
patch 8.2.3464: nginx files are not recognized

Problem: nginx files are not recognized.
Solution: Add several file patterns. (Chris Aumann...

8b8c0ed657fabd88e610401ca8a12366f987db94 authored about 3 years ago by Chris Aumann <[email protected]>
patch 8.2.3463: pattern matching with ModeChanged not tested

Problem: Pattern matching with ModeChanged not tested.
Solution: Add a few more test lines....

72d2fa69e56dd0e61eac87a9c3b79cd89d47cdd9 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3462: ModeChanged only uses one character for new_mode and old_mode

Problem: The ModeChanged event only uses one character for the new_mode and
old_m...

d85931e67316e824878000d0ead122553ccef3a4 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3461: cannot distinguish Normal and Terminal-Normal mode

Problem: Cannot distinguish Normal and Terminal-Normal mode.
Solution: Make mode() return "...

72406a4bd2896915b6f541e26d41521a59b1f846 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3460: some type casts are not needed

Problem: Some type casts are not needed.
Solution: Remove unnecessary type casts. (closes #...

dfa5e464d459f84200a73d178f1ecefe75bbe511 authored about 3 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.3459: Vim9: need more tests for empty string arguments

Problem: Vim9: need more tests for empty string arguments.
Solution: Add more tests. Also ...

51491adfa86fd66a857cd7ec50d0b57dbdf3da59 authored about 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3458: not all dictdconf files are recognized

Problem: Not all dictdconf files are recognized.
Solution: Adjust the pattern. (Doug Kearns)

be01090efad242e30728275dea05420db6f96257 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3457: MS-Windows Vim9: test executed and fails

Problem: MS-Windows Vim9: test executed and fails.
Solution: Add extra check for not being ...

b16ff292ad5f07ed5a7e36a2236b2f82c943c982 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3456: Vim9: not all functions are tested with empty string argument

Problem: Vim9: Not all functions are tested with an empty string argument.
Solution: Add te...

f8dbd586660c35e44276151b731eeedeace9b53e authored about 3 years ago by Yegappan Lakshmanan <[email protected]>
Fix notarize-dmg script to work with Xcode 13

Use the new notarytool command line tool and also use App Store Connect
API key instead of usern...

b1531999633285e4403385179f79d5a83f0c4ea7 authored about 3 years ago by Yee Cheng Chin <[email protected]>
MacVim Snapshot 172

Updated to Vim 8.2.3455.

Apologies for the late update, as I have not had much time to work on
...

a23fbe1eea4b2bdbeba630405dc59dbfa311cfa3 authored about 3 years ago by Yee Cheng Chin <[email protected]>
Merge remote-tracking branch 'vim/master'

f3e88fa406be54dec7a05d13f4c5194cb3cb6b7c authored about 3 years ago by Yee Cheng Chin <[email protected]>
patch 8.2.3455: using a count with "gp" leaves '] in wrong position

Problem: Using a count with "gp" leaves '] in wrong position. (Naohiro Ono)
Solution: Corre...

56858e4ed4e338e15821767b8303b06099e40384 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3454: using a count with "gp" leave cursor in wrong position

Problem: Using a count with "gp" leave cursor in wrong position. (Naohiro
Ono)
So...

23003e51e18371afda4420d9e171a3dcba5a31cc authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3453: autocmd not executed when editing a directory

Problem: Autocmd not executed when editing a directory ending in a path
separator...

40fa12aea352474d229f2f750e954a4318aead4e authored about 3 years ago by Bram Moolenaar <[email protected]>
Correct Spanish translations

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

34cc7d8c034f2bc5b57455577051db8d72e2b87c authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3452: MPD files are not recognized

Problem: MPD files are not recognized.
Solution: Recognize MPD files as XML. (Steven Penny,...

690c524ce6629f9ff67728541ba211f831caf0ee authored about 3 years ago by Steven Penny <[email protected]>
patch 8.2.3451: not all apache files are recognized

Problem: Not all apache files are recognized.
Solution: Adjust the filetype pattern. (Zdene...

770ddbe1595f6dab836304203d5ca2e0b069266f authored about 3 years ago by Zdenek Dohnal <[email protected]>
patch 8.2.3450: coveralls action fails

Problem: Coveralls action fails.
Solution: Disable it for now.

18fefddcb023db3c8461953892650b0c5f0cc9fe authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3449: sort fails if the sort compare function returns 999

Problem: Sort fails if the sort compare function returns 999.
Solution: Adjust value to -1 ...

c04f62346bfd6b92151908239a3c5ab1a7d18f2a authored about 3 years ago by Yasuhiro Matsumoto <[email protected]>
patch 8.2.3448: :endtry after function call that throws not found

Problem: :endtry after function call that throws not found.
Solution: Do check for followin...

1d34189ecb99fa76363c06e1aa815c1075675a1c authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3447: a couple of declarations are not ANSI C

Problem: A couple of declarations are not ANSI C.
Solution: Put argument type inside (). (Y...

d2b98ab4ecf168514ae622948e3749dea7671946 authored about 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3446: not enough tests for empty string arguments

Problem: Not enough tests for empty string arguments.
Solution: Add tests, fix type check. ...

820d5525cae707f39571c6abc2aa6a9e66ed171e authored about 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3445: on Solaris longVersion may be declared twice

Problem: On Solaris longVersion may be declared twice. (Vladimir Marek)
Solution: Always de...

542ffe16a1b6961e9262a3c4c6ddb86e6149a1cd authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3444: concealed text not revealed when leaving insert mode

Problem: concealed text not revealed when leaving insert mode. (Michael
Soyka)
So...

644b49fa0fb90143e8dbe90a7c14c9498d17b266 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3443: Vim9: memory leak when and/or fails

Problem: Vim9: memory leak when and/or fails.
Solution: Also clear the growarray when the l...

3dfe2e0fb8768914a019fa04b1ed9581e33c9b26 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3442: Vim9: || and && are not handled at compile time

Problem: Vim9: || and && are not handled at compile time when possible.
Solution: When usin...

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

9ba647c7b0aa7c3719cc67106b748c1bd3e183ea authored about 3 years ago by ichizok <[email protected]>
patch 8.2.3441: MS-Windows: vimtutor can't handle path with spaces

Problem: MS-Windows: vimtutor can't handle path with spaces.
Solution: Add double quotes. (...

ee2cbcd99c54d7c4a3ccfaf0cd5ddeb1369a844e authored about 3 years ago by Christian Brabandt <[email protected]>
patch 8.2.3440: recover test fails if there is an old swap file

Problem: Recover test fails if there is an old swap file.
Solution: Delete old swap files.

f2a8bafa4b815e5b4e50a25c2b3a8a24fbe8aa11 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3439: deleted lines go to wrong yank register

Problem: Deleted lines go to wrong yank register.
Solution: Reset y_append when not calling...

78eb9cce911dcd662182443e0920649ec1596d41 authored about 3 years ago by Christian Brabandt <[email protected]>
patch 8.2.3438: cannot manipulate blobs

Problem: Cannot manipulate blobs.
Solution: Add blob2list() and list2blob(). (Yegappan Laks...

5dfe467432638fac2e0156a2f9cd0d9eb569fb39 authored about 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3437: compiler warnings for 32/64 bit usage

Problem: Compiler warnings for 32/64 bit usage.
Solution: Add type casts. (Mike Williams, c...

f5785cf0592626ec17676e814d3ba58f5123bcda authored about 3 years ago by Mike Williams <[email protected]>
patch 8.2.3436: check for optional bool type has confusing return type

Problem: Check for optional bool type has confusing return type.
Solution: Explicitly retur...

a29856fcdc41541c607437629c1c1f45951100a4 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3435: Vim9: dict is not passed to dict function

Problem: Vim9: dict is not passed to dict function.
Solution: Keep the dict used until a fu...

b1b6f4de2b0edc3b6622912132ddb8994ec52709 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3434: function prototype for trigger_modechanged() is incomplete

Problem: Function prototype for trigger_modechanged() is incomplete.
Solution: Add "void".

28e591dd5080bbcd0f468f9d9597cedb716e28c9 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3433: :delcommand does not take a -buffer option

Problem: :delcommand does not take a -buffer option.
Solution: Add the -buffer option.

bdcba24d8597abd5af509c2fb9206e64e713c711 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3432: octave/Matlab filetype detection does not work properly

Problem: Octave/Matlab filetype detection does not work properly.
Solution: Update the patt...

ca0627df69c29508f6f797bef27a1f5fa9a447d3 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3431: completion for :disas sorts local functions first

Problem: Completion for :disas sorts local functions first.
Solution: Sort local functions ...

dfe04dbff5863f6c089da8831d7ac2a3421a44b7 authored about 3 years ago by naohiro ono <[email protected]>
patch 8.2.3430: no generic way to trigger an autocommand on mode change

Problem: No generic way to trigger an autocommand on mode change.
Solution: Add the ModeCha...

f1e8876fa2359b572d262772747405d3616db670 authored about 3 years ago by =?UTF-8?q?Magnus=20Gro=C3=9F?= <[email protected]>
patch 8.2.3429: leaking memory when assigning to list or dict

Problem: Leaking memory when assigning to list or dict.
Solution: Free the list or dict typ...

464393a6961d9b9de2bfe9c05f8e2ae5bdec0293 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3428: using freed memory when replacing

Problem: Using freed memory when replacing. (Dhiraj Mishra)
Solution: Get the line pointer ...

35a9a00afcb20897d462a766793ff45534810dc3 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3427: double free when list is copied

Problem: Double free when list is copied.
Solution: Allocate the type when making a copy. (...

b3bf33a7b227df871834e816c4ce4b2706b56bea authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3426: crash when deleting a listener in a listener callback

Problem: Crash when deleting a listener in a listener callback. (Naohiro
Ono)
Sol...

4b4b1b84eee70b74fa3bb57624533c65bafd8428 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3425: warning for using uninitialized variable

Problem: Warning for using uninitialized variable.
Solution: Initialize it. (John Marriott)

56e14698b45a9c4ef8fa65c55c9bfe86fbb3d6bf authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3424: a sequence of spaces is hard to see in list mode

Problem: A sequence of spaces is hard to see in list mode.
Solution: Add the "multispace" o...

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

d872ea2e8ac44fe0515c1f629a7b4b8fe5f9abcd authored about 3 years ago by ichizok <[email protected]>
patch 8.2.3423: Vim9: list += list creates a new list in :def function

Problem: Vim9: list += list creates a new list in :def function.
Solution: Append to the ex...

07802044b90b2cbcc64b2dfe235f019d7c37589c authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3422: Vim9: no failure if return type differs from returned var

Problem: Vim9: no failure if return type differs from returned variable.
Solution: Copy typ...

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

6c391a74fe90190796ca0b0c010112948a6e75d7 authored about 3 years ago by Bram Moolenaar <[email protected]>