summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4988: textprop in wrong position when replacing multi-byte charsv8.2.4988LemonBoy2022-05-213-1/+15
* patch 8.2.4987: after deletion a small fold may be closablev8.2.4987Brandon Simmons2022-05-203-4/+43
* patch 8.2.4986: some github actions are outdatedv8.2.4986Philip H2022-05-204-8/+10
* patch 8.2.4985: PVS warns for possible array underrunv8.2.4985Bram Moolenaar2022-05-202-1/+3
* patch 8.2.4984: dragging statusline fails for window with winbarv8.2.4984zeertzjq2022-05-203-1/+31
* patch 8.2.4983: colors test fails in the GUIv8.2.4983Bram Moolenaar2022-05-202-0/+3
* patch 8.2.4982: colors in terminal window are not 100% correctv8.2.4982LemonBoy2022-05-209-49/+204
* patch 8.2.4981: it is not possible to manipulate autocommandsv8.2.4981Yegappan Lakshmanan2022-05-199-1/+801
* patch 8.2.4980: when 'shortmess' contains 'A' loading session may still warnv8.2.4980Bram Moolenaar2022-05-183-2/+31
* patch 8.2.4979: accessing freed memory when line is flushedv8.2.4979Bram Moolenaar2022-05-183-0/+18
* patch 8.2.4978: no error if engine selection atom is not at the startv8.2.4978Christian Brabandt2022-05-186-1/+39
* patch 8.2.4977: memory access error when substitute expression changes windowv8.2.4977Bram Moolenaar2022-05-183-0/+26
* patch 8.2.4976: Coverity complains about not restoring a saved valuev8.2.4976Bram Moolenaar2022-05-182-3/+6
* patch 8.2.4975: recursive command line loop may cause a crashv8.2.4975Bram Moolenaar2022-05-173-0/+26
* patch 8.2.4974: ":so" command may read after end of bufferv8.2.4974Bram Moolenaar2022-05-173-1/+15
* patch 8.2.4973: Vim9: type error for list unpack mentions argumentv8.2.4973Bram Moolenaar2022-05-178-10/+20
* patch 8.2.4972: Vim9: compilation fails when using dict member when skippingv8.2.4972Bram Moolenaar2022-05-173-1/+10
* patch 8.2.4971: Vim9: interpolated string seen as rangev8.2.4971Bram Moolenaar2022-05-173-4/+13
* patch 8.2.4970: "eval 123" gives an error, "eval 'abc'" does notv8.2.4970Bram Moolenaar2022-05-173-2/+25
* patch 8.2.4969: changing text in Visual mode may cause invalid memory accessv8.2.4969Bram Moolenaar2022-05-166-11/+44
* patch 8.2.4968: reading past end of the line when C-indentingv8.2.4968Bram Moolenaar2022-05-163-1/+10
* patch 8.2.4967: MS-Windows GUI: mouse event test sometimes failsv8.2.4967Bram Moolenaar2022-05-162-2/+4
* patch 8.2.4966: MS-Windows GUI: mouse event test gets extra eventv8.2.4966Bram Moolenaar2022-05-162-0/+7
* patch 8.2.4965: GUI: testing mouse move event depends on screen cell sizev8.2.4965Bram Moolenaar2022-05-164-20/+38
* patch 8.2.4964: MS-Windows GUI: mouse event test is flakyv8.2.4964Bram Moolenaar2022-05-162-28/+33
* patch 8.2.4963: expanding path with "/**" may overrun end of bufferv8.2.4963Bram Moolenaar2022-05-162-4/+8
* patch 8.2.4962: files show up in git statusv8.2.4962shane.xb.qian2022-05-163-4/+9
* patch 8.2.4961: build error with a certain combination of featuresv8.2.4961Bram Moolenaar2022-05-162-1/+4
* patch 8.2.4960: text properties that cross lines not updated for deleted linev8.2.4960Paul Ollis2022-05-153-4/+58
* patch 8.2.4959: using NULL regexp programv8.2.4959Bram Moolenaar2022-05-153-13/+30
* patch 8.2.4958: a couple conditions are always truev8.2.4958=?UTF-8?q?Dundar=20G=C3=B6c?=2022-05-153-29/+28
* patch 8.2.4957: text properties in a wrong position after a block changev8.2.4957LemonBoy2022-05-153-0/+41
* patch 8.2.4956: reading past end of line with "gf" in Visual block modev8.2.4956Bram Moolenaar2022-05-143-3/+27
* patch 8.2.4955: text property in wrong position after auto-indentv8.2.4955LemonBoy2022-05-143-3/+24
* patch 8.2.4954: inserting line breaks text property spanning two linesv8.2.4954LemonBoy2022-05-143-4/+40
* Update runtime files, new color schemesBram Moolenaar2022-05-1434-2016/+7431
* patch 8.2.4953: with 'si' inserting '}' after completion goes wrongv8.2.4953Bram Moolenaar2022-05-143-1/+9
* patch 8.2.4952: GUI test will fail if color scheme changesv8.2.4952Bram Moolenaar2022-05-142-1/+5
* patch 8.2.4951: smart indenting done when not enabledv8.2.4951Bram Moolenaar2022-05-147-16/+40
* patch 8.2.4950: text properties position wrong after shifting textv8.2.4950LemonBoy2022-05-133-20/+49
* patch 8.2.4949: Vim9: some code not covered by testsv8.2.4949Bram Moolenaar2022-05-133-1/+37
* patch 8.2.4948: cannot use Perl heredoc in nested :def functionv8.2.4948Bram Moolenaar2022-05-133-37/+61
* patch 8.2.4947: text properties not adjusted when accepting spell suggestionv8.2.4947LemonBoy2022-05-134-0/+55
* patch 8.2.4946: Vim9: some code not covered by testsv8.2.4946Bram Moolenaar2022-05-124-7/+22
* patch 8.2.4945: inconsistent use of white spacev8.2.4945Bram Moolenaar2022-05-127-72/+74
* Update runtime files and translationsBram Moolenaar2022-05-1255-4572/+3512
* patch 8.2.4944: text properties are wrong after "cc"v8.2.4944LemonBoy2022-05-123-2/+26
* patch 8.2.4943: changing 'switchbuf' may have no effectv8.2.4943Sean Dewar2022-05-123-0/+14
* patch 8.2.4942: error when setting 'filetype' in help file againv8.2.4942Bram Moolenaar2022-05-122-5/+13
* patch 8.2.4941: '[ and '] marks may be wrong after undov8.2.4941LemonBoy2022-05-123-1/+27