summaryrefslogtreecommitdiffstats
path: root/src/testdir
AgeCommit message (Expand)Author
2021-10-06patch 8.2.3484: crash when going through spell suggestionsv8.2.3484Bram Moolenaar
2021-10-05patch 8.2.3482: reading beyond end of line ending in quote and backslashv8.2.3482Bram Moolenaar
2021-10-05patch 8.2.3480: test does not fail without the fix for a crashv8.2.3480Dominique Pelle
2021-10-05patch 8.2.3479: crash when calling job_start with an invalid argumentv8.2.3479Bram Moolenaar
2021-10-05patch 8.2.3477: startup test fails on MS-Windowsv8.2.3477Bram Moolenaar
2021-10-04patch 8.2.3476: renaming a buffer on startup may cause using freed memoryv8.2.3476Bram Moolenaar
2021-10-04patch 8.2.3475: expression register set by not executed put commandv8.2.3475kuuote
2021-10-04patch 8.2.3473: some files with tcl syntax are not recognizedv8.2.3473Bram Moolenaar
2021-10-04patch 8.2.3472: other crashes with empty search pattern not testedv8.2.3472Bram Moolenaar
2021-10-04patch 8.2.3471: crash when using CTRL-T after an empty search patternv8.2.3471Bram Moolenaar
2021-10-04patch 8.2.3470: crash with error in :catch and also in :finallyv8.2.3470Bram Moolenaar
2021-10-03patch 8.2.3469: some files with json syntax are not recognizedv8.2.3469Bram Moolenaar
2021-10-03patch 8.2.3468: problem with :cd when editing file in non-existent directoryv8.2.3468Bram Moolenaar
2021-10-03patch 8.2.3467: CursorHoldI event interferes with "CTRL-G U"v8.2.3467Bram Moolenaar
2021-10-03patch 8.2.3466: completion submode not indicated for virtual replacev8.2.3466zeertzjq
2021-10-03patch 8.2.3465: cannot detect insert scroll modev8.2.3465zeertzjq
2021-10-03patch 8.2.3464: nginx files are not recognizedv8.2.3464Chris Aumann
2021-10-02patch 8.2.3463: pattern matching with ModeChanged not testedv8.2.3463Bram Moolenaar
2021-10-02patch 8.2.3462: ModeChanged only uses one character for new_mode and old_modev8.2.3462Bram Moolenaar
2021-10-02patch 8.2.3461: cannot distinguish Normal and Terminal-Normal modev8.2.3461Bram Moolenaar
2021-09-30patch 8.2.3459: Vim9: need more tests for empty string argumentsv8.2.3459Yegappan Lakshmanan
2021-09-26patch 8.2.3458: not all dictdconf files are recognizedv8.2.3458Bram Moolenaar
2021-09-26patch 8.2.3457: MS-Windows Vim9: test executed and failsv8.2.3457Bram Moolenaar
2021-09-26patch 8.2.3456: Vim9: not all functions are tested with empty string argumentv8.2.3456Yegappan Lakshmanan
2021-09-22patch 8.2.3455: using a count with "gp" leaves '] in wrong positionv8.2.3455Bram Moolenaar
2021-09-22patch 8.2.3454: using a count with "gp" leave cursor in wrong positionv8.2.3454Bram Moolenaar
2021-09-22patch 8.2.3453: autocmd not executed when editing a directoryv8.2.3453Bram Moolenaar
2021-09-21patch 8.2.3452: MPD files are not recognizedv8.2.3452Steven Penny
2021-09-20patch 8.2.3451: not all apache files are recognizedv8.2.3451Zdenek Dohnal
2021-09-19patch 8.2.3449: sort fails if the sort compare function returns 999v8.2.3449Yasuhiro Matsumoto
2021-09-18patch 8.2.3448: :endtry after function call that throws not foundv8.2.3448Bram Moolenaar
2021-09-17patch 8.2.3446: not enough tests for empty string argumentsv8.2.3446Yegappan Lakshmanan
2021-09-16patch 8.2.3444: concealed text not revealed when leaving insert modev8.2.3444Bram Moolenaar
2021-09-16patch 8.2.3442: Vim9: || and && are not handled at compile timev8.2.3442Bram Moolenaar
2021-09-14patch 8.2.3440: recover test fails if there is an old swap filev8.2.3440Bram Moolenaar
2021-09-14patch 8.2.3439: deleted lines go to wrong yank registerv8.2.3439Christian Brabandt
2021-09-14patch 8.2.3438: cannot manipulate blobsv8.2.3438Yegappan Lakshmanan
2021-09-13patch 8.2.3435: Vim9: dict is not passed to dict functionv8.2.3435Bram Moolenaar
2021-09-12patch 8.2.3433: :delcommand does not take a -buffer optionv8.2.3433Bram Moolenaar
2021-09-12patch 8.2.3432: octave/Matlab filetype detection does not work properlyv8.2.3432Bram Moolenaar
2021-09-12patch 8.2.3431: completion for :disas sorts local functions firstv8.2.3431naohiro ono
2021-09-12patch 8.2.3430: no generic way to trigger an autocommand on mode changev8.2.3430=?UTF-8?q?Magnus=20Gro=C3=9F?=
2021-09-11patch 8.2.3428: using freed memory when replacingv8.2.3428Bram Moolenaar
2021-09-11patch 8.2.3427: double free when list is copiedv8.2.3427Bram Moolenaar
2021-09-11patch 8.2.3426: crash when deleting a listener in a listener callbackv8.2.3426Bram Moolenaar
2021-09-10patch 8.2.3424: a sequence of spaces is hard to see in list modev8.2.3424zeertzjq
2021-09-09patch 8.2.3423: Vim9: list += list creates a new list in :def functionv8.2.3423Bram Moolenaar
2021-09-09patch 8.2.3422: Vim9: no failure if return type differs from returned varv8.2.3422Bram Moolenaar
2021-09-09patch 8.2.3421: a bit of code is not covered by testsv8.2.3421Dominique Pelle
2021-09-09patch 8.2.3419: a failing debug expression may make Vim unusablev8.2.3419Bram Moolenaar