summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_autocmd.vim
AgeCommit message (Expand)Author
2019-05-12patch 8.1.1325: cannot build with +eval but without +channel and +timersv8.1.1325Bram Moolenaar
2019-05-09patch 8.1.1311: aborting an autocmd with an exception is not testedv8.1.1311Bram Moolenaar
2019-04-25patch 8.1.1205: a BufReadPre autocommand may cause the cursor to movev8.1.1205Bram Moolenaar
2019-04-25patch 8.1.1203: some autocmd tests are old stylev8.1.1203Bram Moolenaar
2019-04-04patch 8.1.1113: making an autocommand trigger once is not so easyv8.1.1113Bram Moolenaar
2019-02-03patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar
2019-01-30patch 8.1.0851: feedkeys() with "L" does not work properlyv8.1.0851Bram Moolenaar
2019-01-27patch 8.1.0837: timer interrupting cursorhold and mapping not testedv8.1.0837Bram Moolenaar
2019-01-24patch 8.1.0815: dialog for file changed outside of Vim not testedv8.1.0815Bram Moolenaar
2019-01-24patch 8.1.0813: FileChangedShell not sufficiently testedv8.1.0813Bram Moolenaar
2019-01-09patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar
2018-12-21patch 8.1.0613: when executing an insecure function the secure flag is stuckv8.1.0613Bram Moolenaar
2018-12-16patch 8.1.0602: DirChanged is also triggered when directory didn't changev8.1.0602Bram Moolenaar
2018-08-08patch 8.1.0256: using setline() in TextChangedI splits undov8.1.0256Bram Moolenaar
2018-08-07patch 8.1.0245: calling setline() in TextChangedI autocmd breaks undov8.1.0245Bram Moolenaar
2018-04-28patch 8.0.1771: in tests, when WaitFor() fails it doesn't say whyv8.0.1771Bram Moolenaar
2018-04-22patch 8.0.1748: CmdlineEnter command uses backslash instead of slashv8.0.1748Bram Moolenaar
2018-04-17patch 8.0.1732: crash when terminal API call deletes the bufferv8.0.1732Bram Moolenaar
2018-03-29patch 8.0.1653: screen dump is made too soonv8.0.1653Bram Moolenaar
2018-03-23patch 8.0.1633: a TextChanged autocmd triggers when it is definedv8.0.1633Bram Moolenaar
2018-02-10patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menuv8.0.1494Bram Moolenaar
2018-02-03patch 8.0.1463: test fails without 'autochdir' optionv8.0.1463Bram Moolenaar
2018-02-03patch 8.0.1459: cannot handle change of directoryv8.0.1459Bram Moolenaar
2018-01-31patch 8.0.1445: cannot act on edits in the command linev8.0.1445Bram Moolenaar
2017-12-21patch 8.0.1420: accessing freed memory in vimgrepv8.0.1420Bram Moolenaar
2017-12-19patch 8.0.1413: accessing freed memory in :cbufferv8.0.1413Bram Moolenaar
2017-12-18patch 8.0.1403: using freed buffer in grep commandv8.0.1403Bram Moolenaar
2017-12-18patch 8.0.1402: crash with nasty autocommandv8.0.1402Bram Moolenaar
2017-12-16patch 8.0.1394: cannot intercept a yank commandv8.0.1394Bram Moolenaar
2017-11-05patch 8.0.1269: effect of autocommands on marks is not testedv8.0.1269Bram Moolenaar
2017-11-02patch 8.0.1253: still too many old style testsv8.0.1253Bram Moolenaar
2017-10-27patch 8.0.1224: still interference between test functionsv8.0.1224Bram Moolenaar
2017-10-26patch 8.0.1218: writing to freed memory in autocmdv8.0.1218Bram Moolenaar
2017-10-22patch 8.0.1209: still too many old style testsv8.0.1209Bram Moolenaar
2017-10-19patch 8.0.1206: no autocmd for entering or leaving the command linev8.0.1206Bram Moolenaar
2017-10-19patch 8.0.1204: a QuitPre autocommand may get the wrong file namev8.0.1204Bram Moolenaar
2017-10-15patch 8.0.1200: tests switch the bell off twicev8.0.1200Bram Moolenaar
2017-10-14patch 8.0.1193: crash when wiping out a buffer after using getbufinfo()v8.0.1193Bram Moolenaar
2017-10-13patch 8.0.1188: autocmd test fails on MS-Windowsv8.0.1188Bram Moolenaar
2017-10-12patch 8.0.1186: still quite a few old style testsv8.0.1186Bram Moolenaar
2017-08-20patch 8.0.0974: resetting a string option does not trigger OptionSetv8.0.0974Bram Moolenaar
2017-08-04patch 8.0.0861: still many old style testsv8.0.0861Bram Moolenaar
2017-07-19patch 8.0.0736: OptionSet not triggered when entering diff modev8.0.0736Bram Moolenaar
2017-07-09patch 8.0.0703: illegal memory access with empty :doau commandv8.0.0703Bram Moolenaar
2017-03-21patch 8.0.0498: two autocmd tests are skipped on MS-Windowsv8.0.0498Bram Moolenaar
2017-03-19patch 8.0.0487: the autocmd test hangs on MS-Windowsv8.0.0487Bram Moolenaar
2017-03-19patch 8.0.0486: crash and endless loop when closing windows in autocmdv8.0.0486Bram Moolenaar
2017-03-19patch 8.0.0485: not all windows commands are testedv8.0.0485Bram Moolenaar
2017-01-13patch 8.0.0177: BufEnter autocommand not fired for a directoryv8.0.0177Bram Moolenaar
2016-09-29patch 8.0.0019v8.0.0019Bram Moolenaar