summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4447: Vim9: can still use s:var in a compiled functionv8.2.4447Bram Moolenaar2022-02-225-8/+68
* patch 8.2.4446: Vim9: cannot refer to a global function like a local onev8.2.4446Bram Moolenaar2022-02-223-5/+39
* patch 8.2.4445: exit test fails on MS-Windows anywayv8.2.4445Bram Moolenaar2022-02-222-0/+3
* patch 8.2.4444: beep caused by testv8.2.4444Bram Moolenaar2022-02-222-3/+6
* patch 8.2.4443: regexp pattern test fails on Macv8.2.4443Bram Moolenaar2022-02-222-1/+3
* patch 8.2.4442: test for error reading input fails on MS-Windowsv8.2.4442Bram Moolenaar2022-02-222-0/+3
* patch 8.2.4441: Vim9: function argument of filter() not checked like map()v8.2.4441Bram Moolenaar2022-02-223-95/+135
* patch 8.2.4440: crash with specific regexp pattern and stringv8.2.4440Bram Moolenaar2022-02-223-2/+17
* patch 8.2.4439: accepting "iso8859" 'encoding' as "iso-8859-"v8.2.4439Bram Moolenaar2022-02-223-1/+29
* patch 8.2.4438: crash on exit when using cmdline windowv8.2.4438Bram Moolenaar2022-02-223-0/+19
* patch 8.2.4437: vartabs test fails on MS-Windowsv8.2.4437K.Takata2022-02-222-3/+5
* patch 8.2.4436: crash with weird 'vartabstop' valuev8.2.4436Bram Moolenaar2022-02-213-0/+16
* patch 8.2.4435: dead code in checking map() argumentsv8.2.4435Bram Moolenaar2022-02-212-1/+2
* patch 8.2.4434: duplicate check for cmdline windowv8.2.4434Sean Dewar2022-02-212-1/+2
* patch 8.2.4433: CI: cannot see interface versions for MS-Windowsv8.2.4433K.Takata2022-02-212-1/+7
* patch 8.2.4432: cannot use settabvar() while the cmdline window is openv8.2.4432Bram Moolenaar2022-02-212-1/+4
* patch 8.2.4431: unnecessary condition when assigning to a variablev8.2.4431Bram Moolenaar2022-02-212-146/+144
* patch 8.2.4430: GTK: crash when using 'guiligatures' and reading from stdinv8.2.4430Amon Sha2022-02-212-2/+9
* patch 8.2.4429: using script-local function from the wrong scriptv8.2.4429Bram Moolenaar2022-02-216-7/+81
* patch 8.2.4428: crash when switching tabpage while in the cmdline windowv8.2.4428Bram Moolenaar2022-02-205-32/+35
* Update runtime filesBram Moolenaar2022-02-2028-327/+379
* patch 8.2.4427: getchar() may return modifiers if no character is availablev8.2.4427zeertzjq2022-02-203-1/+7
* patch 8.2.4426: map() function on string and blob does not check typesv8.2.4426Bram Moolenaar2022-02-205-7/+47
* patch 8.2.4425: map() function does not check function argumentsv8.2.4425Bram Moolenaar2022-02-204-32/+82
* patch 8.2.4424: ".gts" and ".gjs" files are not recognizedv8.2.4424NullVoxPopuli2022-02-193-0/+8
* patch 8.2.4423: "make nvcmdidxs" failsv8.2.4423Bram Moolenaar2022-02-192-3/+5
* 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