summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_autocmd.vim
AgeCommit message (Expand)Author
2019-12-07patch 8.1.2403: autocmd test fails under valgrindv8.1.2403Bram Moolenaar
2019-12-01patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar
2019-11-16patch 8.1.2302: :lockmarks does not work for '[ and ']v8.1.2302Bram Moolenaar
2019-11-10patch 8.1.2290: autocommand test failsv8.1.2290Bram Moolenaar
2019-11-09patch 8.1.2278: using "cd" with "exe" may failv8.1.2278Bram Moolenaar
2019-10-11patch 8.1.2136: using freed memory with autocmd from fuzzerv8.1.2136Bram Moolenaar
2019-10-01patch 8.1.2108: cannot close the cmdline window from CmdWinEnterv8.1.2108Bram Moolenaar
2019-09-22patch 8.1.2069: test for SafeStateAgain may still failv8.1.2069Bram Moolenaar
2019-09-22patch 8.1.2068: test for SafeState and SafeStateAgain may failv8.1.2068Bram Moolenaar
2019-09-22patch 8.1.2067: no tests for SafeState and SafeStateAgainv8.1.2067Bram Moolenaar
2019-09-01patch 8.1.1955: tests contain typosv8.1.1955Bram Moolenaar
2019-08-14patch 8.1.1846: inconsistently using GetVimCommand() and v:progpathv8.1.1846Bram Moolenaar
2019-08-07patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar
2019-06-15patch 8.1.1546: in some tests 'tags' is set but not restoredv8.1.1546Bram Moolenaar
2019-06-15patch 8.1.1542: an OptionSet autocommand does not get enough infov8.1.1542Bram Moolenaar
2019-05-20patch 8.1.1362: code and data in tests can be hard to readv8.1.1362Bram Moolenaar
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