summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5004: right shift on negative number does not work as documentedv8.2.5004Bram Moolenaar2022-05-221-0/+11
* patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan2022-05-223-59/+153
* patch 8.2.5002: deletebufline() may change Visual selectionv8.2.5002LemonBoy2022-05-221-0/+17
* patch 8.2.4999: filetype test table is not properly sortedv8.2.4999Bram Moolenaar2022-05-221-30/+31
* patch 8.2.4998: Vim9: crash when using multiple funcref()v8.2.4998Bram Moolenaar2022-05-221-0/+41
* patch 8.2.4997: Python: changing hidden buffer can cause display mess upv8.2.4997Bram Moolenaar2022-05-221-0/+36
* patch 8.2.4996: setbufline() may change Visual selectionv8.2.4996Bram Moolenaar2022-05-221-0/+16
* patch 8.2.4994: tests are using legacy functionsv8.2.4994Bram Moolenaar2022-05-211-504/+519
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-9/+7
* patch 8.2.4991: no test for hwat patch 8.1.0535 fixesv8.2.4991zeertzjq2022-05-211-0/+20
* patch 8.2.4989: cannot specify a function name for :defcompilev8.2.4989Bram Moolenaar2022-05-212-0/+13
* patch 8.2.4988: textprop in wrong position when replacing multi-byte charsv8.2.4988LemonBoy2022-05-211-0/+7
* patch 8.2.4987: after deletion a small fold may be closablev8.2.4987Brandon Simmons2022-05-201-0/+29
* patch 8.2.4984: dragging statusline fails for window with winbarv8.2.4984zeertzjq2022-05-201-0/+28
* patch 8.2.4983: colors test fails in the GUIv8.2.4983Bram Moolenaar2022-05-201-0/+1
* patch 8.2.4982: colors in terminal window are not 100% correctv8.2.4982LemonBoy2022-05-202-2/+14
* patch 8.2.4981: it is not possible to manipulate autocommandsv8.2.4981Yegappan Lakshmanan2022-05-192-0/+282
* patch 8.2.4980: when 'shortmess' contains 'A' loading session may still warnv8.2.4980Bram Moolenaar2022-05-181-0/+22
* patch 8.2.4979: accessing freed memory when line is flushedv8.2.4979Bram Moolenaar2022-05-181-0/+9
* patch 8.2.4978: no error if engine selection atom is not at the startv8.2.4978Christian Brabandt2022-05-181-0/+18
* patch 8.2.4977: memory access error when substitute expression changes windowv8.2.4977Bram Moolenaar2022-05-181-0/+13
* patch 8.2.4975: recursive command line loop may cause a crashv8.2.4975Bram Moolenaar2022-05-171-0/+12
* patch 8.2.4974: ":so" command may read after end of bufferv8.2.4974Bram Moolenaar2022-05-171-0/+11
* patch 8.2.4973: Vim9: type error for list unpack mentions argumentv8.2.4973Bram Moolenaar2022-05-172-3/+3
* patch 8.2.4972: Vim9: compilation fails when using dict member when skippingv8.2.4972Bram Moolenaar2022-05-171-0/+6
* patch 8.2.4971: Vim9: interpolated string seen as rangev8.2.4971Bram Moolenaar2022-05-171-1/+3
* patch 8.2.4970: "eval 123" gives an error, "eval 'abc'" does notv8.2.4970Bram Moolenaar2022-05-171-0/+10
* patch 8.2.4969: changing text in Visual mode may cause invalid memory accessv8.2.4969Bram Moolenaar2022-05-161-0/+10
* patch 8.2.4968: reading past end of the line when C-indentingv8.2.4968Bram Moolenaar2022-05-161-0/+7
* patch 8.2.4967: MS-Windows GUI: mouse event test sometimes failsv8.2.4967Bram Moolenaar2022-05-161-2/+2
* patch 8.2.4966: MS-Windows GUI: mouse event test gets extra eventv8.2.4966Bram Moolenaar2022-05-161-0/+5
* patch 8.2.4965: GUI: testing mouse move event depends on screen cell sizev8.2.4965Bram Moolenaar2022-05-161-19/+24
* patch 8.2.4964: MS-Windows GUI: mouse event test is flakyv8.2.4964Bram Moolenaar2022-05-161-28/+31
* patch 8.2.4962: files show up in git statusv8.2.4962shane.xb.qian2022-05-161-2/+2
* patch 8.2.4960: text properties that cross lines not updated for deleted linev8.2.4960Paul Ollis2022-05-151-0/+51
* patch 8.2.4959: using NULL regexp programv8.2.4959Bram Moolenaar2022-05-151-0/+6
* patch 8.2.4957: text properties in a wrong position after a block changev8.2.4957LemonBoy2022-05-151-0/+33
* patch 8.2.4956: reading past end of line with "gf" in Visual block modev8.2.4956Bram Moolenaar2022-05-141-0/+15
* patch 8.2.4955: text property in wrong position after auto-indentv8.2.4955LemonBoy2022-05-141-0/+12
* patch 8.2.4954: inserting line breaks text property spanning two linesv8.2.4954LemonBoy2022-05-141-0/+33
* patch 8.2.4953: with 'si' inserting '}' after completion goes wrongv8.2.4953Bram Moolenaar2022-05-141-0/+5
* patch 8.2.4952: GUI test will fail if color scheme changesv8.2.4952Bram Moolenaar2022-05-141-1/+3
* patch 8.2.4951: smart indenting done when not enabledv8.2.4951Bram Moolenaar2022-05-141-0/+17
* patch 8.2.4950: text properties position wrong after shifting textv8.2.4950LemonBoy2022-05-131-0/+24
* patch 8.2.4949: Vim9: some code not covered by testsv8.2.4949Bram Moolenaar2022-05-131-0/+32
* patch 8.2.4948: cannot use Perl heredoc in nested :def functionv8.2.4948Bram Moolenaar2022-05-131-0/+18
* patch 8.2.4947: text properties not adjusted when accepting spell suggestionv8.2.4947LemonBoy2022-05-131-0/+45
* patch 8.2.4946: Vim9: some code not covered by testsv8.2.4946Bram Moolenaar2022-05-122-0/+19
* patch 8.2.4944: text properties are wrong after "cc"v8.2.4944LemonBoy2022-05-121-0/+18
* patch 8.2.4943: changing 'switchbuf' may have no effectv8.2.4943Sean Dewar2022-05-121-0/+11