summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_autocmd.vim
AgeCommit message (Expand)Author
2020-03-19patch 8.2.0406: FileReadCmd event not well testedv8.2.0406Bram Moolenaar
2020-03-18patch 8.2.0402: setting local instead of global flagv8.2.0402Bram Moolenaar
2020-03-18patch 8.2.0400: not all tests using a terminal are in the list of flaky testsv8.2.0400Bram Moolenaar
2020-03-15patch 8.2.0382: some tests fail when run under valgrindv8.2.0382Bram Moolenaar
2020-02-23patch 8.2.0310: autocmd test fails on a slow systemv8.2.0310Bram Moolenaar
2020-02-22patch 8.2.0303: TermChanged test fails in the GUIv8.2.0303Bram Moolenaar
2020-02-22patch 8.2.0302: setting 'term' may cause error in TermChanged autocommandv8.2.0302Bram Moolenaar
2020-02-18patch 8.2.0275: some Ex code not covered by testsv8.2.0275Bram Moolenaar
2020-02-17patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar
2020-01-07patch 8.2.0097: crash with autocommand and spellfilev8.2.0097Bram Moolenaar
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