summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4708: PHP test files are not recognizedv8.2.4708Julien Voisin2022-04-073-4/+7
* patch 8.2.4707: redrawing could be a bit more efficientv8.2.4707zeertzjq2022-04-075-24/+41
* patch 8.2.4706: buffer remains active with WinClosed and tabpagesv8.2.4706zeertzjq2022-04-073-1/+20
* patch 8.2.4705: jump list marker disappearsv8.2.4705zeertzjq2022-04-076-4/+52
* patch 8.2.4704: using "else" after return or break increases indentv8.2.4704=?UTF-8?q?Dundar=20G=C3=B6c?=2022-04-075-169/+165
* patch 8.2.4703: memory leak in handling 'cinscopedecls'v8.2.4703Bram Moolenaar2022-04-072-16/+21
* patch 8.2.4702: C++ scope labels are hard-codedv8.2.4702Tom Praschan2022-04-0713-17/+112
* patch 8.2.4701: Kuka Robot Language files not recognizedv8.2.4701Bram Moolenaar2022-04-064-0/+73
* patch 8.2.4700: buffer remains active if WinClosed event throws an exceptionv8.2.4700Bram Moolenaar2022-04-063-1/+20
* patch 8.2.4699: hard to reproduce hang when reading from a channelv8.2.4699LemonBoy2022-04-052-0/+7
* patch 8.2.4698: Vim9: script variable has no flag that it was setv8.2.4698Bram Moolenaar2022-04-057-24/+71
* patch 8.2.4697: Vim9: crash when adding a duplicate key to a dictionaryv8.2.4697Bram Moolenaar2022-04-053-2/+9
* patch 8.2.4696: delete() with "rf" argument does not report a failurev8.2.4696zeertzjq2022-04-053-1/+15
* patch 8.2.4695: JSON encoding could be fasterv8.2.4695LemonBoy2022-04-053-35/+93
* patch 8.2.4694: avoidance of #elif causes more preproc nestingv8.2.4694ichizok2022-04-054-91/+48
* patch 8.2.4693: new regexp does not accept pattern "\%>0v"v8.2.4693Bram Moolenaar2022-04-054-3/+23
* patch 8.2.4692: no test for what 8.2.4691 fixesv8.2.4692zeertzjq2022-04-054-16/+52
* patch 8.2.4691: solution for <Cmd> in a mapping causes troublev8.2.4691Bram Moolenaar2022-04-042-23/+31
* patch 8.2.4690: channel tests fail on MS-Windowsv8.2.4690LemonBoy2022-04-043-8/+15
* patch 8.2.4689: using <Cmd> in a mapping does not work for mouse keysv8.2.4689Bram Moolenaar2022-04-042-16/+25
* patch 8.2.4688: new regexp engine does not give an error for "\%v"v8.2.4688Bram Moolenaar2022-04-045-3/+26
* patch 8.2.4687: "vimgrep /\%v/ *" may cause a crashv8.2.4687Bram Moolenaar2022-04-042-3/+13
* patch 8.2.4686: configure doesn't find the Motif library with Cygwinv8.2.4686Kelvin Lee2022-04-043-3/+6
* patch 8.2.4685: when a swap file is found for a popup there is no dialogv8.2.4685Bram Moolenaar2022-04-047-62/+105
* patch 8.2.4684: cannot open a channel on a Unix domain socketv8.2.4684LemonBoy2022-04-049-50/+286
* patch 8.2.4683: verbose check with dict_find() to see if a key is presentv8.2.4683Yegappan Lakshmanan2022-04-0418-84/+95
* patch 8.2.4682: Vim9: can use :unlockvar for const variablev8.2.4682Bram Moolenaar2022-04-048-23/+62
* patch 8.2.4681: build fails with a combination of featuresv8.2.4681Bram Moolenaar2022-04-032-2/+2
* patch 8.2.4680: build failure without +postscriptv8.2.4680Bram Moolenaar2022-04-033-2/+4
* patch 8.2.4679: cannot have expandcmd() give an error message for mistakesv8.2.4679Yegappan Lakshmanan2022-04-036-13/+50
* patch 8.2.4678: Vim9: not all code is testedv8.2.4678Bram Moolenaar2022-04-035-6/+71
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-0333-6823/+102
* patch 8.2.4676: test fails with different errorv8.2.4676Bram Moolenaar2022-04-032-5/+7
* patch 8.2.4675: no error for missing expression after :elseifv8.2.4675Bram Moolenaar2022-04-033-1/+18
* patch 8.2.4674: cannot force getting MouseMove eventsv8.2.4674Ernie Rael2022-04-039-15/+165
* patch 8.2.4673: redrawing a split window is slow when using CTRL-F and CTRL-Bv8.2.4673Bram Moolenaar2022-04-032-1/+19
* patch 8.2.4672: using :normal with Ex mode may make :substitute hangv8.2.4672Bram Moolenaar2022-04-033-0/+16
* patch 8.2.4671: 'wildignorecase' is sometimes not used for glob()v8.2.4671LemonBoy2022-04-033-6/+10
* patch 8.2.4670: memory allocation failures for new tab page not testedv8.2.4670Yegappan Lakshmanan2022-04-039-18/+131
* patch 8.2.4669: in compiled code len('string') is not inlinedv8.2.4669LemonBoy2022-04-025-5/+23
* patch 8.2.4668: buffer allocation failures insufficiently testedv8.2.4668Yegappan Lakshmanan2022-04-027-6/+84
* patch 8.2.4667: expandcmd() fails on an errorv8.2.4667Yegappan Lakshmanan2022-04-024-17/+27
* patch 8.2.4666: Vim9: assignment not recognized in skipped blockv8.2.4666Bram Moolenaar2022-04-026-36/+63
* patch 8.2.4665: popup with "minwidth" and scrollbar not updated properlyv8.2.4665Bram Moolenaar2022-04-0212-41/+145
* patch 8.2.4664: Elvish files are not recognizedv8.2.4664Bruno Roque2022-04-023-0/+6
* patch 8.2.4663: occasional crash when running the GUI testsv8.2.4663Bram Moolenaar2022-04-012-8/+13
* patch 8.2.4662: no error for using out of range list indexv8.2.4662Bram Moolenaar2022-04-018-11/+26
* patch 8.2.4661: Coverity warning for using uninitialized variablev8.2.4661Bram Moolenaar2022-04-012-1/+3
* patch 8.2.4660: cursorcolumn is sometimes not correctv8.2.4660Bram Moolenaar2022-04-015-5/+48
* patch 8.2.4659: invalid memory access when using printable function namev8.2.4659Bram Moolenaar2022-03-312-1/+3