summaryrefslogtreecommitdiff
path: root/src/testdir/test_autocmd.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1846: inconsistently using GetVimCommand() and v:progpathv8.1.1846Bram Moolenaar2019-08-141-3/+3
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-3/+4
* patch 8.1.1546: in some tests 'tags' is set but not restoredv8.1.1546Bram Moolenaar2019-06-151-0/+1
* patch 8.1.1542: an OptionSet autocommand does not get enough infov8.1.1542Bram Moolenaar2019-06-151-27/+490
* patch 8.1.1362: code and data in tests can be hard to readv8.1.1362Bram Moolenaar2019-05-201-48/+54
* patch 8.1.1325: cannot build with +eval but without +channel and +timersv8.1.1325Bram Moolenaar2019-05-121-23/+25
* patch 8.1.1311: aborting an autocmd with an exception is not testedv8.1.1311Bram Moolenaar2019-05-091-0/+19
* patch 8.1.1205: a BufReadPre autocommand may cause the cursor to movev8.1.1205Bram Moolenaar2019-04-251-0/+45
* patch 8.1.1203: some autocmd tests are old stylev8.1.1203Bram Moolenaar2019-04-251-0/+202
* patch 8.1.1113: making an autocommand trigger once is not so easyv8.1.1113Bram Moolenaar2019-04-041-0/+70
* patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar2019-02-031-1/+7
* patch 8.1.0851: feedkeys() with "L" does not work properlyv8.1.0851Bram Moolenaar2019-01-301-1/+1
* patch 8.1.0837: timer interrupting cursorhold and mapping not testedv8.1.0837Bram Moolenaar2019-01-271-2/+25
* patch 8.1.0815: dialog for file changed outside of Vim not testedv8.1.0815Bram Moolenaar2019-01-241-89/+1
* patch 8.1.0813: FileChangedShell not sufficiently testedv8.1.0813Bram Moolenaar2019-01-241-0/+90
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-091-2/+2
* patch 8.1.0613: when executing an insecure function the secure flag is stuckv8.1.0613Bram Moolenaar2018-12-211-0/+22
* patch 8.1.0602: DirChanged is also triggered when directory didn't changev8.1.0602Bram Moolenaar2018-12-161-13/+20
* patch 8.1.0256: using setline() in TextChangedI splits undov8.1.0256Bram Moolenaar2018-08-081-3/+1
* patch 8.1.0245: calling setline() in TextChangedI autocmd breaks undov8.1.0245Bram Moolenaar2018-08-071-1/+26
* patch 8.0.1771: in tests, when WaitFor() fails it doesn't say whyv8.0.1771Bram Moolenaar2018-04-281-2/+2
* patch 8.0.1748: CmdlineEnter command uses backslash instead of slashv8.0.1748Bram Moolenaar2018-04-221-0/+3
* patch 8.0.1732: crash when terminal API call deletes the bufferv8.0.1732Bram Moolenaar2018-04-171-4/+7
* patch 8.0.1653: screen dump is made too soonv8.0.1653Bram Moolenaar2018-03-291-0/+2
* patch 8.0.1633: a TextChanged autocmd triggers when it is definedv8.0.1633Bram Moolenaar2018-03-231-0/+21
* patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menuv8.0.1494Bram Moolenaar2018-02-101-0/+55
* patch 8.0.1463: test fails without 'autochdir' optionv8.0.1463Bram Moolenaar2018-02-031-0/+3
* patch 8.0.1459: cannot handle change of directoryv8.0.1459Bram Moolenaar2018-02-031-0/+56
* patch 8.0.1445: cannot act on edits in the command linev8.0.1445Bram Moolenaar2018-01-311-0/+12
* patch 8.0.1420: accessing freed memory in vimgrepv8.0.1420Bram Moolenaar2017-12-211-7/+0
* patch 8.0.1413: accessing freed memory in :cbufferv8.0.1413Bram Moolenaar2017-12-191-0/+7
* patch 8.0.1403: using freed buffer in grep commandv8.0.1403Bram Moolenaar2017-12-181-0/+7
* patch 8.0.1402: crash with nasty autocommandv8.0.1402Bram Moolenaar2017-12-181-0/+8
* patch 8.0.1394: cannot intercept a yank commandv8.0.1394Bram Moolenaar2017-12-161-0/+39
* patch 8.0.1269: effect of autocommands on marks is not testedv8.0.1269Bram Moolenaar2017-11-051-0/+127
* patch 8.0.1253: still too many old style testsv8.0.1253Bram Moolenaar2017-11-021-1/+81
* patch 8.0.1224: still interference between test functionsv8.0.1224Bram Moolenaar2017-10-271-3/+2
* patch 8.0.1218: writing to freed memory in autocmdv8.0.1218Bram Moolenaar2017-10-261-0/+18
* patch 8.0.1209: still too many old style testsv8.0.1209Bram Moolenaar2017-10-221-1/+86
* patch 8.0.1206: no autocmd for entering or leaving the command linev8.0.1206Bram Moolenaar2017-10-191-0/+22
* patch 8.0.1204: a QuitPre autocommand may get the wrong file namev8.0.1204Bram Moolenaar2017-10-191-0/+14
* patch 8.0.1200: tests switch the bell off twicev8.0.1200Bram Moolenaar2017-10-151-1/+0
* patch 8.0.1193: crash when wiping out a buffer after using getbufinfo()v8.0.1193Bram Moolenaar2017-10-141-1/+5
* patch 8.0.1188: autocmd test fails on MS-Windowsv8.0.1188Bram Moolenaar2017-10-131-1/+3
* patch 8.0.1186: still quite a few old style testsv8.0.1186Bram Moolenaar2017-10-121-2/+131
* patch 8.0.0974: resetting a string option does not trigger OptionSetv8.0.0974Bram Moolenaar2017-08-201-0/+13
* patch 8.0.0861: still many old style testsv8.0.0861Bram Moolenaar2017-08-041-0/+19
* patch 8.0.0736: OptionSet not triggered when entering diff modev8.0.0736Bram Moolenaar2017-07-191-9/+200
* patch 8.0.0703: illegal memory access with empty :doau commandv8.0.0703Bram Moolenaar2017-07-091-0/+4
* patch 8.0.0498: two autocmd tests are skipped on MS-Windowsv8.0.0498Bram Moolenaar2017-03-211-26/+30