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.4430: GTK: crash when using 'guiligatures' and reading from stdin

Problem: GTK: crash when using 'guiligatures' and reading from stdin.
Solution: Make a copy...

101979358f9addfac1414579c4191682e9e42468 authored over 2 years ago by Amon Sha <[email protected]>
patch 8.2.4429: using script-local function from the wrong script

Problem: Using script-local function from the wrong script when using a
partial. ...

c2f17f7e64bb1bf872dbc6f3b8f0d8751e275287 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4428: crash when switching tabpage while in the cmdline window

Problem: Crash when switching tabpage while in the cmdline window.
Solution: Disallow switc...

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

944697ae19683441981539cd4d2469df89d6ec82 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4427: getchar() may return modifiers if no character is available

Problem: getchar() may return modifiers if no character is available.
Solution: Do not proc...

ad6c45f62558e03d3e3a927b3fe4dbaf30a36bef authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4426: map() function on string and blob does not check types

Problem: map() function on string and blob does not check argument types at
compi...

c1e6c7bafec1115b690c745a28e1a6338750b137 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4425: map() function does not check function arguments

Problem: map() function does not check function arguments at compile time.
Solution: Give a...

eddd4fc4f6d9d626374a73861c891f95ef999133 authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge pull request #1225 from ichizok/feature/libsodium

Support "sodium" feature in release package

00712da96abf14d76bdc86d970688d1887c4d03d authored over 2 years ago by ichizok <[email protected]>
CI: Define local action to create universal binaries

d3f59868ad4405e69cf34cb40de34c76ac3d00f6 authored over 2 years ago by ichizok <[email protected]>
Fix libsodium dynamic linkage breaking binary builds due to missing dylib

Ref: 26b49d42c06f1cfd32970d3dc885993656c647bd

e3870238ed2480fcdf4b967551731fe30c83ac12 authored over 2 years ago by ichizok <[email protected]>
CI: Support "sodium" feature in release package

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

d9be90da4db80198f41cfc1f619e0286336de66d authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4424: ".gts" and ".gjs" files are not recognized

Problem: ".gts" and ".gjs" files are not recognized.
Solution: Recognize Glimmer flavored t...

cdf717283ca70b18f20b8a2cefe7957083280c6f authored over 2 years ago by NullVoxPopuli <[email protected]>
patch 8.2.4423: "make nvcmdidxs" fails

Problem: "make nvcmdidxs" fails.
Solution: Use "-S" instead of "-u" to source the script.

d56eb654f50434ea590142c0f080efba91bfe7f8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4422: autochdir test fails on MS-Windows

Problem: Autochdir test fails on MS-Windows.
Solution: Expecta nother error on MS-Windows.

adbb383e0f2bb59286ea8133f02c448fd334958f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4421: some installed files and directories have wrong permissions

Problem: Some installed files and directories have wrong permissions.
Solution: Adjust the ...

20563e0f848d88b025ae5d2b0601f8bc51944974 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4420: menu translations are inconsistent

Problem: Menu translations are inconsistent.
Solution: Add a Makefile to convert between en...

a42535340a906d33173e8b3e82085c161a0524c8 authored over 2 years ago by Ada <[email protected]>
patch 8.2.4419: illegal memory access when using 20 highlights

Problem: Illegal memory access when using exactly 20 highlights.
Solution: Add one more ite...

a493b6506b67887a1cc2d1c00a896598c3b2d445 authored over 2 years ago by Brandon Richardson <[email protected]>
patch 8.2.4418: crash when using special multi-byte character

Problem: Crash when using special multi-byte character.
Solution: Don't use isalpha() for a...

5921aeb5741fc6e84c870d68c7c35b93ad0c9f87 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4417: using NULL pointer

Problem: Using NULL pointer.
Solution: Set offset after checking for NULL pointer.

e89bfd212b21c227f026e467f882c62cdd6e642d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4416: Vim9: using a script-local function requires using "s:"

Problem: Vim9: using a script-local function requires using "s:" when
setting 'co...

1fca5f3e86f08e696058fc7e86dfe41b415a78e6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4415: function argument name conflicts with C++ keyword

Problem: Function argument name conflicts with C++ keyword.
Solution: Rename the argument.

b8fb5bb68d45f3e52bb9ea201dc9e7dc6b6d2c6d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4414: solidity files are not recognized

Problem: Solidity files are not recognized.
Solution: Add the *.sol pattern. (Dundar Goc, c...

97b231541d4e82fbc85e51121448d95bd43c50ad authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.4413: Vim9: Coverity warns for using NULL pointer

Problem: Vim9: Coverity warns for using NULL pointer.
Solution: Give an internal error when...

56acd1f8ed4d86e92684f90b3b8e0e9a355208d1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4412: translation cleanup script does not remove empty lines at end

Problem: Translation cleanup script does not remove empty lines at end.
Solution: Remove em...

0257599036ceb3658b27a4de07834ca0d2fa418e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4411: bicep files are not recognized

Problem: Bicep files are not recognized.
Solution: Match *.bicep files. (Dundar Goc, closes...

8e5ba693ad9377fbf4b047093624248b81eac854 authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.4410: Vim9: some code not covered by tests

Problem: Vim9: some code not covered by tests.
Solution: Add a few more tests. Remove dead ...

0c7f2610de94b42ce111c4839ba37505720181d4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4409: Vim9: some code not covered by tests

Problem: Vim9: some code not covered by tests.
Solution: Add a few more tests. Fix reporte...

6296d1e60edf7ac150ee1707c14d4355f3220b88 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4408: Vim9: some code not covered by tests

Problem: Vim9: some code not covered by tests.
Solution: Add a few more tests. Correct err...

ea5c898b5fb60828b0223f258910f84f5c645e63 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4407: Vim9: some code not covered by tests

Problem: Vim9: some code not covered by tests.
Solution: Add more tests. Avoid giving two ...

e08be09a08485e8c919f46c05223c1ccfdaf175d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4406: expand functions use confusing argument names

Problem: Expand functions use confusing argument names.
Solution: Rename "file" to "match"....

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

119ca2218078b0b88ec10665488adcf35c482244 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4405: compiler warning for unused variable without +folding

Problem: Compiler warning for unused variable without the +folding feature.
(Tony...

8329ab79b26be4c6c5766d80abae4a22385ee9e1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4404: Vim9: some code not covered by tests

Problem: Vim9: some code not covered by tests.
Solution: Add a few specific test cases.

cd1cda2f877aab5ec954e14bcba59076533529a4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4403: ml_get error with nested folds and deleting lines

Problem: ml_get error with nested folds and deleting lines.
Solution: Correct the last line...

943773783384a5ff63f57769d37ddabf8156fe1e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4402: missing parenthesis may cause unexpected problems

Problem: Missing parenthesis may cause unexpected problems.
Solution: Add more parenthesis ...

ae6f1d8b14c2f63811ee83ef14e32086fb3e9b83 authored over 2 years ago by kylo252 <[email protected]>
patch 8.2.4401: map listing does not clear the rest of the command line

Problem: Map listing does not clear the rest of the command line.
Solution: Call msg_clear_...

d288eaad846f0e07e0141226f97d858dcf96cb78 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4400: MS-Windows: cannot use the mouse in the console with VIMDLL

Problem: MS-Windows: cannot use the mouse in the console with VIMDLL.
Solution: use add_cha...

646bb7247ad6051aca223a2b04b008f682cdb57f authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4399: crash after ml_get error

Problem: Crash after ml_get error.
Solution: When returning "???" flush the line and set ml...

f9435e49ef8032e80d38e31e950e4a9b75387533 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4398: some command completion functions are too long

Problem: Some command completion functions are too long.
Solution: Refactor code into separ...

b31aec3b9387ed12677dca09069c3ae98c6c7447 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4397: crash when using many composing characters in error message

Problem: Crash when using many composing characters in error message.
Solution: Use mb_cptr...

34f8117dec685ace52cd9e578e2729db278163fc authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4396: Python3 test fails

Problem: Python3 test fails.
Solution: Remove "let".

f5288c589500de0677444af4a428cfbccfccb8ce authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4395: some code lines not covered by tests

Problem: Some code lines not covered by tests.
Solution: Add a few more test cases. Fix ge...

8b716f5f2204f938769de283d43bcb2f77d403e7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4394: UTF8 select mode test fails on MS-Windows

Problem: UTF8 select mode test fails on MS-Windows.
Solution: Revert the #ifdef change.

9fdde7992ab4c21517f447ca3d651b9ff4a770e8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4393: possible number overflow with nested folds

Problem: Possible number overflow with nested folds.
Solution: Avoid a negative line number.

6b43471da4516e8f6c17e5dc2eccbb9d0ba2e0a4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4392: MS-Windows with VIMDLL: Escaping CSI is wrong

Problem: MS-Windows with VIMDLL: Escaping CSI is wrong.
Solution: Put back #ifdef. (Ken Tak...

64d95cfc56406858a05032c6a134f1e08fe2ca78 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4391: command line executed when typing Esc in the GUI

Problem: Command line executed when typing Esc in the GUI.
Solution: Move saving/restoring ...

0e1f36fc59b589e4755fd9102013971f45222084 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4390: Vim9: list from declaration with inferred type not set

Problem: Vim9: list from declaration with inferred type does not set the
type on ...

e88c6b7a5d8b24f8aa9a3e976b78654bae293ae4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4389: screenpos() does not handle a position in a closed fold

Problem: screenpos() does not handle a position in a closed fold.
Solution: Check if the po...

4556a2e8681c5c98fb4c7ca0a016924a69b4452a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4388: dead code in op_insert()

Problem: Dead code in op_insert().
Solution: Remove condition and else block. (closes #9782)

7745f14ef324a7134b2f26a47451cf5032f44b89 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4387: command line completion doesn't always work properly

Problem: Command line completion doesn't always work properly.
Solution: Adjust triggering ...

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

ceee9581c6d8c74dc4b9912cbf19937016727484 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4386: still cannot build tiny version

Problem: Still cannot build tiny version.
Solution: Adjust #ifdefs.

8991be2ab4a9f3418ab41594a0c5b789c5cb0935 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4385: cannot build tiny version

Problem: Cannot build tiny version.
Solution: Adjust #ifdefs.

b5d2039e000e0787a04208928ad49e105529e36b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4384: Vim9: error message not tested, some code not tested

Problem: Vim9: error message not tested, some code not tested.
Solution: Add a couple of te...

bc510064027da8024d59460c9c816aea4ffac096 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4383: Vim9: unused code lines

Problem: Vim9: unused code lines.
Solution: Rely on either "cctx" or "cstack" to not be NULL.

7a3b802bab5add34baae37ec2c1ae7ad2f1693bd authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enter

Problem: A custom 'tabline' may cause Esc to work like Enter on the
command line ...

e4835bf34001471a102528659af009bc46361141 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4381: translation file listed twice

Problem: Translation file listed twice.
Solution: Remove one entry.

0e76714e901d179a2f020815f07fb375274b5404 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4380: small differences between Chinese translation files

Problem: Small differences between Chinese translation files.
Solution: Add rule for conver...

774e55702f236b0f16ef4a255a290dc87cfca67b authored over 2 years ago by Ada <[email protected]>
patch 8.2.4379: an empty change is reported to a listener

Problem: An empty change is reported to a listener.
Solution: Do not report an empty change...

55737c2a31ed450dd7bf2a9c587adfbb32b755bb authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4378: incsearch HL broken when calling searchcount in 'tabLine'

Problem: Incsearch highlight broken when calling searchcount() in 'tabLine'
funct...

6dd7424c7e6ab81998c29ca3526c41b75cfde5a1 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4377: CI steps for Windows are a bit unorganized

Problem: CI steps for Windows are a bit unorganized.
Solution: Organize CI test steps on Wi...

0cd3e94e2cf18550c10f85814c9c1b1d4929003c authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4376: not enough tests for command line completion

Problem: Not enough tests for command line completion.
Solution: Add a few more tests. (Yeg...

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

829ddf1363dabf3d4fbfa2a3fa06375cedd206e6 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4375: ctx_imports is not used

Problem: ctx_imports is not used.
Solution: Delete ctx_imports. Add missing dependency.

4b1d9639726ebe1630991488a1314db628b6b854 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4374: unreachable code

Problem: Unreachable code.
Solution: Remove outdated code lines.

0631bb4ed7674b88ba395daf59ed222f77bc4913 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4373: expression test fails

Problem: Expression test fails.
Solution: Make the test work with latest Vim9 syntax.

c87aa34dfd68e95e4b1aac96d2274fcd672753ac authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4372: filetype detection from file contents is in legacy script

Problem: Filetype detection from file contents is in legacy script.
Solution: Use a compile...

299d8e5eec8f8ae91177f7feb67ad59402dfa8e2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4371: Vim9: can create a script variable from a legacy function

Problem: Vim9: can create a script variable from a legacy function.
Solution: Disallow crea...

75e27d78f5370e7d2e0898326d9b080937e7b090 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4370: MS-Windows: libsodium.dll not included with the installer

Problem: MS-Windows: libsodium.dll not included with the installer.
Solution: Add the file ...

cf6ad8ea8cff318877758b48d3786ab08251ab89 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4369: redundant #ifdef argument

Problem: Redundant #ifdef argument.
Solution: Remove unused MSWIN. (Ola Söder, closes #9758)

f7fbeed0ac8e694a6865cab26b82caeea0870966 authored over 2 years ago by [email protected] <[email protected]>
patch 8.2.4368: Amiga: a few compiler warnings

Problem: Amiga: a few compiler warnings.
Solution: Adjust #ifdefs. Add "UNUSED". (Ola Söder...

e131496ebf714f5f12f9903d9aa910bcd8184460 authored over 2 years ago by [email protected] <[email protected]>
patch 8.2.4367: calling in_vim9script() multiple times

Problem: Calling in_vim9script() multiple times.
Solution: Call it once and keep the result.

4525a57afbea3e0885642bbebbc24d5a25c97da9 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4366: not enough tests for command line completion

Problem: Not enough tests for command line completion.
Solution: Add a few more tests. (Yeg...

4d03d870007c593bce2cfa8d0a6597ca3a20fa35 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4365: sticky command modifiers are too sticky

Problem: sticky command modifiers are too sticky.
Solution: Do not apply command modifiers ...

cdf04859699bdde891b5b52ea821d0bebd7e8ee0 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4364: MS-Windows: still running out of memory for a very long line

Problem: MS-Windows: still running out of memory for a very long line.
Solution: Check for ...

45491660787043ea412719544881db691338d730 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4363: MS-Windows: running out of memory for a very long line

Problem: MS-Windows: running out of memory for a very long line.
Solution: Use a 32 bit val...

8e38555ece7d3fe1edc6681ec70fe5586a524862 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4362: :retab may allocate too much memory

Problem: :retab may allocate too much memory.
Solution: Bail out when allocating more than ...

33f3c5985491032d5bdfc30e722e85d5a0285e64 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4361: Vim9: some tests fail

Problem: Vim9: some tests fail.
Solution: Fix the tests, mostly by removing "s:".

62b191c38758c835a577ef091a803b6dd4cd4f49 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies

Problem: Vim9: allowing use of "s:" leads to inconsistencies.
Solution: Disallow using "s:"...

a749a42ed25534c88c636e5ab6603f1f97b857a4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4359: crash when repeatedly using :retab

Problem: crash when repeatedly using :retab.
Solution: Bail out when the line is getting to...

6e28703a8e41f775f64e442c5d11ce1ff599aa3f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4358: Vim9: line number of exception is not set

Problem: Vim9: line number of exception is not set.
Solution: Set the line number before th...

90a57168a42048eb7e176a4f9acf607c31e8074f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4357: sticky command modifiers are too sticky

Problem: sticky command modifiers are too sticky.
Solution: Do not apply command modifiers ...

2a9b62dfa2fb91a6ede9cb4d146ca47a1db31254 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4356: command line completion functions are very long

Problem: Command line completion functions are very long.
Solution: Refactor into multiple ...

620d8edba01bb2779485718dd1a99ca670ca894b authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4355: unnecessary call to check_colorcolumn()

Problem: Unnecessary call to check_colorcolumn().
Solution: Remove the call. (Sean Dewar, c...

0f7ff851cb721bb3c07261adbf82b591229f530d authored over 2 years ago by Sean Dewar <[email protected]>
patch 8.2.4354: dynamic loading of libsodium not handled properly

Problem: Dynamic loading of libsodium not handled properly.
Solution: Fix has() and :versio...

d68b2fc034fa3c824e0d4d53745cfe9eb8c5ecd6 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4353: CI does not use the latest Lua and Python

Problem: CI does not use the latest Lua and Python.
Solution: Use Lua 5.4.2 and Python 3.10...

18f7593e57730e6de7c2cf47c87e44252cfbb61e authored over 2 years ago by Philip H <[email protected]>
patch 8.2.4352: ReScript files are not recognized

Problem: ReScript files are not recognized.
Solution: Add the *.res and *.resi patterns. (A...

0c3cc2fec31521b0697edc406f85b7a43e979860 authored over 2 years ago by Ananda Umamil <[email protected]>
patch 8.2.4351: no coverage is measured on MS-Windows CI

Problem: No coverage is measured on MS-Windows CI.
Solution: Enable coverage on MS-Windows....

41ee5b191376ee3c0394664de5a7e7d83974aaa4 authored over 2 years ago by ichizok <[email protected]>
Fix the choices at file-changed dialog

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

4cb9532be06dd0d02a158403b8ede51605b30640 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4350: FEAT_GUI_ENABLED defined but never used

Problem: FEAT_GUI_ENABLED defined but never used.
Solution: Remove the #define. (Ola Söder,...

29c70f612f62486cb2fc90a58ca9e1498dd28630 authored over 2 years ago by [email protected] <[email protected]>
patch 8.2.4349: FileChangedShell test fails on MS-Windows

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

c9e3187d053dcef03d11915b06be0c78ab45bc75 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4348: "legacy exe cmd" does not do what one would expect

Problem: "legacy exe cmd" does not do what one would expect.
Solution: Apply the "legacy" a...

5b1d6e98c6610553fe3946086cdba77718bd69d5 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4347: in some build setups UNUSED is not defined

Problem: In some build setups UNUSED is not defined.
Solution: Change the logic of how UNUS...

bd89d4406327d3a30517443a4a518f49ebc99368 authored over 2 years ago by [email protected] <[email protected]>
patch 8.2.4346: a custom statusline may cause Esc to work like Enter

Problem: A custom statusline may cause Esc to work like Enter on the
command line...

481acb11413a436653e235d2098990b2ad47d195 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4345: <amatch> is expanded like a file name for DirChangedPre

Problem: <amatch> is expanded like a file name for DirChangedPre.
Solution: Do not expand <...

f6246f51e3d85a982a899b4a8fd9045a5e23016f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4344: Amiga: header file included twice

Problem: Amiga: header file included twice.
Solution: Remove #include. (Ola Söder, closes #...

14f23122bf94d0d835bed6f0bd0d17b3e47441ab authored over 2 years ago by [email protected] <[email protected]>
patch 8.2.4343: when reloading not all properties are detected

Problem: When reloading not all properties are detected.
Solution: Add the "edit" value to ...

8196e94a8b72ed8618605cb66615571313097d78 authored over 2 years ago by Rob Pilling <[email protected]>
Update runtime files. (closes #9741)

92f645bef7bb817822d115291fe584b15647d577 authored over 2 years ago by Bram Moolenaar <[email protected]>