summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4465: fuzzy completion does not order matches properlyv8.2.4465Yegappan Lakshmanan2022-02-254-33/+63
* patch 8.2.4464: Dtrace files are recognized as filetype Dv8.2.4464=?UTF-8?q?Teubel=20Gy=C3=B6rgy?=2022-02-244-0/+45
* patch 8.2.4463: completion only uses strict matchingv8.2.4463Yegappan Lakshmanan2022-02-2414-117/+850
* patch 8.2.4462: not enough testing for quickfix codev8.2.4462Yegappan Lakshmanan2022-02-245-14/+183
* patch 8.2.4461: MS-Windows: garbage characters on stdout with VIMDLLv8.2.4461Bram Moolenaar2022-02-242-0/+4
* patch 8.2.4460: Vim9: wrong error for defining dict functionv8.2.4460Bram Moolenaar2022-02-235-5/+80
* patch 8.2.4459: Vim9: compiling sort() call fails with unknown argumentsv8.2.4459Bram Moolenaar2022-02-233-0/+15
* patch 8.2.4458: Vim9: compiling filter() call fails with unknown argumentsv8.2.4458Bram Moolenaar2022-02-233-1/+16
* patch 8.2.4457: the GPM library can only be linked staticallyv8.2.4457Bram Moolenaar2022-02-239-8/+101
* patch 8.2.4456: terminal test may fail on some machinesv8.2.4456Zdenek Dohnal2022-02-232-1/+4
* patch 8.2.4455: accepting one and zero for second sort() argument is strangev8.2.4455Bram Moolenaar2022-02-236-16/+29
* patch 8.2.4454: resetting cmdwin_type only for one situationv8.2.4454zeertzjq2022-02-234-3/+7
* patch 8.2.4453: :helpgrep may free an option that was not allocatedv8.2.4453Bram Moolenaar2022-02-235-1/+42
* patch 8.2.4452: test for what 8.2.4436 fixes does not check for regressionv8.2.4452Bram Moolenaar2022-02-232-1/+4
* patch 8.2.4451: sort() fails when ignoring casev8.2.4451Bram Moolenaar2022-02-223-5/+4
* patch 8.2.4450: list sort test failsv8.2.4450Bram Moolenaar2022-02-222-1/+7
* patch 8.2.4449: vim9: function argument of sort() not checked at compile timev8.2.4449Bram Moolenaar2022-02-223-4/+65
* patch 8.2.4448: filetype detection is failingv8.2.4448Bram Moolenaar2022-02-222-7/+9
* 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