summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4422: autochdir test fails on MS-Windowsv8.2.4422Bram Moolenaar2022-02-192-1/+3
* patch 8.2.4421: some installed files and directories have wrong permissionsv8.2.4421Bram Moolenaar2022-02-193-6/+9
* patch 8.2.4420: menu translations are inconsistentv8.2.4420Ada2022-02-1955-555/+1065
* patch 8.2.4419: illegal memory access when using 20 highlightsv8.2.4419Brandon Richardson2022-02-193-4/+22
* patch 8.2.4418: crash when using special multi-byte characterv8.2.4418Bram Moolenaar2022-02-195-2/+18
* patch 8.2.4417: using NULL pointerv8.2.4417Bram Moolenaar2022-02-182-1/+5
* patch 8.2.4416: Vim9: using a script-local function requires using "s:"v8.2.4416Bram Moolenaar2022-02-184-9/+50
* patch 8.2.4415: function argument name conflicts with C++ keywordv8.2.4415Bram Moolenaar2022-02-183-8/+10
* patch 8.2.4414: solidity files are not recognizedv8.2.4414=?UTF-8?q?Dundar=20G=C3=B6c?=2022-02-183-0/+6
* patch 8.2.4413: Vim9: Coverity warns for using NULL pointerv8.2.4413Bram Moolenaar2022-02-182-0/+8
* patch 8.2.4412: translation cleanup script does not remove empty lines at endv8.2.4412Bram Moolenaar2022-02-182-0/+4
* patch 8.2.4411: bicep files are not recognizedv8.2.4411=?UTF-8?q?Dundar=20G=C3=B6c?=2022-02-173-2/+8
* patch 8.2.4410: Vim9: some code not covered by testsv8.2.4410Bram Moolenaar2022-02-176-32/+55
* patch 8.2.4409: Vim9: some code not covered by testsv8.2.4409Bram Moolenaar2022-02-173-4/+17
* patch 8.2.4408: Vim9: some code not covered by testsv8.2.4408Bram Moolenaar2022-02-174-11/+33
* patch 8.2.4407: Vim9: some code not covered by testsv8.2.4407Bram Moolenaar2022-02-175-99/+169
* patch 8.2.4406: expand functions use confusing argument namesv8.2.4406Yegappan Lakshmanan2022-02-173-188/+307
* patch 8.2.4405: compiler warning for unused variable without +foldingv8.2.4405Bram Moolenaar2022-02-162-1/+4
* patch 8.2.4404: Vim9: some code not covered by testsv8.2.4404Bram Moolenaar2022-02-164-0/+151
* patch 8.2.4403: ml_get error with nested folds and deleting linesv8.2.4403Bram Moolenaar2022-02-162-3/+7
* patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo2522022-02-1621-78/+80
* patch 8.2.4401: map listing does not clear the rest of the command linev8.2.4401Bram Moolenaar2022-02-164-2/+25
* patch 8.2.4400: MS-Windows: cannot use the mouse in the console with VIMDLLv8.2.4400zeertzjq2022-02-162-13/+9
* patch 8.2.4399: crash after ml_get errorv8.2.4399Bram Moolenaar2022-02-162-0/+5
* patch 8.2.4398: some command completion functions are too longv8.2.4398Yegappan Lakshmanan2022-02-166-341/+486
* patch 8.2.4397: crash when using many composing characters in error messagev8.2.4397Bram Moolenaar2022-02-163-1/+11
* patch 8.2.4396: Python3 test failsv8.2.4396Bram Moolenaar2022-02-152-1/+3
* patch 8.2.4395: some code lines not covered by testsv8.2.4395Bram Moolenaar2022-02-157-5/+38
* patch 8.2.4394: UTF8 select mode test fails on MS-Windowsv8.2.4394Bram Moolenaar2022-02-152-4/+3
* patch 8.2.4393: possible number overflow with nested foldsv8.2.4393Bram Moolenaar2022-02-152-2/+4
* patch 8.2.4392: MS-Windows with VIMDLL: Escaping CSI is wrongv8.2.4392Bram Moolenaar2022-02-152-1/+6
* patch 8.2.4391: command line executed when typing Esc in the GUIv8.2.4391Bram Moolenaar2022-02-153-4/+6
* patch 8.2.4390: Vim9: list from declaration with inferred type not setv8.2.4390Bram Moolenaar2022-02-155-6/+41
* patch 8.2.4389: screenpos() does not handle a position in a closed foldv8.2.4389Bram Moolenaar2022-02-153-30/+64
* patch 8.2.4388: dead code in op_insert()v8.2.4388zeertzjq2022-02-152-23/+16
* patch 8.2.4387: command line completion doesn't always work properlyv8.2.4387Yegappan Lakshmanan2022-02-153-22/+124
* patch 8.2.4386: still cannot build tiny versionv8.2.4386Bram Moolenaar2022-02-142-1/+3
* patch 8.2.4385: cannot build tiny versionv8.2.4385Bram Moolenaar2022-02-142-0/+4
* patch 8.2.4384: Vim9: error message not tested, some code not testedv8.2.4384Bram Moolenaar2022-02-146-11/+31
* patch 8.2.4383: Vim9: unused code linesv8.2.4383Bram Moolenaar2022-02-142-16/+13
* patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enterv8.2.4382Bram Moolenaar2022-02-145-4/+31
* patch 8.2.4381: translation file listed twicev8.2.4381Bram Moolenaar2022-02-142-1/+2
* patch 8.2.4380: small differences between Chinese translation filesv8.2.4380Ada2022-02-143-0/+9
* patch 8.2.4379: an empty change is reported to a listenerv8.2.4379Bram Moolenaar2022-02-144-7/+37
* patch 8.2.4378: incsearch HL broken when calling searchcount in 'tabLine'v8.2.4378Christian Brabandt2022-02-146-0/+101
* patch 8.2.4377: CI steps for Windows are a bit unorganizedv8.2.4377ichizok2022-02-142-31/+37
* patch 8.2.4376: not enough tests for command line completionv8.2.4376Yegappan Lakshmanan2022-02-143-14/+87
* patch 8.2.4375: ctx_imports is not usedv8.2.4375Bram Moolenaar2022-02-1311-63/+24
* patch 8.2.4374: unreachable codev8.2.4374Bram Moolenaar2022-02-132-21/+3
* patch 8.2.4373: expression test failsv8.2.4373Bram Moolenaar2022-02-132-10/+29