summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1031: memory usage test may still failv8.1.1031Bram Moolenaar2019-03-211-9/+11
* patch 8.1.1027: memory usage test sometimes failsv8.1.1027Bram Moolenaar2019-03-201-1/+3
* patch 8.1.1019: Lua: may garbage collect function reference in usev8.1.1019Bram Moolenaar2019-03-191-0/+1
* patch 8.1.1015: quickfix buffer shows up in list, can't get buffer numberv8.1.1015Bram Moolenaar2019-03-171-6/+12
* patch 8.1.1011: indent from autoindent not removed from blank linev8.1.1011Bram Moolenaar2019-03-161-1/+12
* patch 8.1.1007: using closure may consume a lot of memoryv8.1.1007Bram Moolenaar2019-03-142-2/+148
* patch 8.1.1005: test fails because t_F2 is not setv8.1.1005Bram Moolenaar2019-03-111-2/+7
* patch 8.1.1004: function "luaV_setref()" not covered with testsv8.1.1004Bram Moolenaar2019-03-101-0/+5
* patch 8.1.1003: playing back recorded key sequence mistakes key codev8.1.1003Bram Moolenaar2019-03-101-0/+14
* patch 8.1.1002: "gf" does not always work when URL has a port numberv8.1.1002Bram Moolenaar2019-03-091-1/+6
* patch 8.1.1001: Visual area not correct when using 'cursorline'v8.1.1001Bram Moolenaar2019-03-092-0/+32
* patch 8.1.0999: use register one too often and not properly testedv8.1.0999Bram Moolenaar2019-03-081-1/+84
* patch 8.1.0998: getcurpos() unexpectedly changes "curswant"v8.1.0998Bram Moolenaar2019-03-071-4/+11
* patch 8.1.0996: a few screendump tests fail because of scrollingv8.1.0996Bram Moolenaar2019-03-053-13/+13
* patch 8.1.0995: a getchar() call resets the reg_executing() resultv8.1.0995Bram Moolenaar2019-03-051-0/+19
* patch 8.1.0994: relative cursor position is not calculated correctlyv8.1.0994Bram Moolenaar2019-03-041-0/+128
* patch 8.1.0993: ch_read() may return garbage if terminating NL is missingv8.1.0993Bram Moolenaar2019-03-041-13/+26
* patch 8.1.0992: a :normal command resets the reg_executing() resultv8.1.0992Bram Moolenaar2019-03-041-0/+9
* patch 8.1.0990: floating point exception with "%= 0" and "/= 0"v8.1.0990Bram Moolenaar2019-03-021-1/+38
* patch 8.1.0988: deleting location list buffer breaks location list windowv8.1.0988Bram Moolenaar2019-03-021-0/+10
* patch 8.1.0986: rename() is not propertly testedv8.1.0986Bram Moolenaar2019-03-023-0/+120
* patch 8.1.0985: crash with large number in regexpv8.1.0985Bram Moolenaar2019-02-281-1/+24
* patch 8.1.0981: pasting in terminal insufficiently testedv8.1.0981Bram Moolenaar2019-02-251-0/+15
* patch 8.1.0980: extend() insufficiently testedv8.1.0980Bram Moolenaar2019-02-251-6/+56
* patch 8.1.0978: blob not tested with Perlv8.1.0978Bram Moolenaar2019-02-231-0/+7
* patch 8.1.0977: blob not tested with Rubyv8.1.0977Bram Moolenaar2019-02-231-0/+10
* patch 8.1.0974: cannot switch from terminal window to previous tabpagev8.1.0974Bram Moolenaar2019-02-221-5/+16
* patch 8.1.0973: pattern with syntax error gives threee error messagesv8.1.0973Bram Moolenaar2019-02-221-0/+5
* patch 8.1.0972: cannot switch from terminal window to next tabpagev8.1.0972Bram Moolenaar2019-02-221-0/+12
* patch 8.1.0971: failure for selecting quoted text object moves cursorv8.1.0971Bram Moolenaar2019-02-221-0/+25
* patch 8.1.0970: text properties test fails when 'encoding' is not utf-8v8.1.0970Bram Moolenaar2019-02-222-2/+5
* patch 8.1.0969: message written during startup is truncatedv8.1.0969Bram Moolenaar2019-02-221-0/+10
* patch 8.1.0968: crash when using search pattern \%Ufffffc23v8.1.0968Bram Moolenaar2019-02-211-0/+9
* patch 8.1.0967: stray dependency in test Makefilev8.1.0967Bram Moolenaar2019-02-211-1/+1
* patch 8.1.0966: one terminal test is flakyv8.1.0966Bram Moolenaar2019-02-211-0/+1
* patch 8.1.0965: search test failsv8.1.0965Bram Moolenaar2019-02-212-2/+2
* patch 8.1.0964: cannot see in CI why a screenshot test failedv8.1.0964Bram Moolenaar2019-02-211-1/+14
* patch 8.1.0963: illegal memory access when using 'incsearch'v8.1.0963Bram Moolenaar2019-02-212-0/+33
* patch 8.1.0959: sorting large numbers is not testedv8.1.0959Bram Moolenaar2019-02-201-0/+71
* patch 8.1.0958: compiling weird regexp pattern is very slowv8.1.0958Bram Moolenaar2019-02-202-0/+27
* patch 8.1.0956: using context:0 in 'diffopt' does not work wellv8.1.0956Bram Moolenaar2019-02-194-0/+71
* patch 8.1.0950: using :python sets 'pyxversion' even when not executedv8.1.0950Bram Moolenaar2019-02-182-0/+16
* Revert change accidentally included in runtime file updates. Closes #3998.Bram Moolenaar2019-02-181-2/+2
* Update runtime files.Bram Moolenaar2019-02-171-2/+2
* patch 8.1.0945: internal error when using pattern with NL in the rangev8.1.0945Bram Moolenaar2019-02-171-0/+8
* patch 8.1.0939: no completion for sign group namesv8.1.0939Bram Moolenaar2019-02-171-5/+61
* patch 8.1.0937: invalid memory access in search patternv8.1.0937Bram Moolenaar2019-02-171-0/+2
* patch 8.1.0935: old regexp engine may use invalid bufferv8.1.0935Bram Moolenaar2019-02-161-0/+16
* patch 8.1.0934: invalid memory access in search patternv8.1.0934Bram Moolenaar2019-02-161-0/+7
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-162-135/+0