summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_autocmd.vim
AgeCommit message (Expand)Author
2021-03-13patch 8.2.2596: :doautocmd may confuse scripts listening to WinEnterv8.2.2596Bram Moolenaar
2021-02-07patch 8.2.2477: autocommand tests hang on MS-Windowsv8.2.2477Bram Moolenaar
2021-02-07patch 8.2.2476: using freed memory when splitting window while closing bufferv8.2.2476Bram Moolenaar
2021-02-06patch 8.2.2475: autocommand tests hangs on MS-Windowsv8.2.2475Bram Moolenaar
2021-02-06patch 8.2.2474: using freed memory when window is closed by autocommandv8.2.2474Bram Moolenaar
2021-02-06patch 8.2.2473: crash when leaving command line window triggers autocommandv8.2.2473Bram Moolenaar
2021-02-06patch 8.2.2472: crash when using command line window in an autocommandv8.2.2472Bram Moolenaar
2021-02-03patch 8.2.2465: using freed memory in :psearchv8.2.2465Bram Moolenaar
2021-02-03patch 8.2.2464: using freed memory if window closed in autocommandv8.2.2464Bram Moolenaar
2021-02-03patch 8.2.2463: using :arglocal in an autocommand may use freed memoryv8.2.2463Bram Moolenaar
2021-01-28patch 8.2.2421: double free when using autocommand with "argdel"v8.2.2421Bram Moolenaar
2021-01-28patch 8.2.2420: too many problems with using all autocommand eventsv8.2.2420Bram Moolenaar
2021-01-28patch 8.2.2419: autocmd test was failing on MS-Windows with GUIv8.2.2419Bram Moolenaar
2021-01-26patch 8.2.2415: no way to check for the cmdwin featurev8.2.2415Bram Moolenaar
2021-01-16patch 8.2.2359: strange test failure with MS-Windowsv8.2.2359Bram Moolenaar
2021-01-15patch 8.2.2355: stray test failure on Appveyorv8.2.2355Bram Moolenaar
2021-01-15patch 8.2.2354: crash with a weird combination of autocommandsv8.2.2354Bram Moolenaar
2020-12-22patch 8.2.2185: BufUnload is not triggered for the quickfix dummy bufferv8.2.2185Bram Moolenaar
2020-12-18patch 8.2.2160: various typosv8.2.2160Bram Moolenaar
2020-11-27patch 8.2.2060: check for features implemented with "if"v8.2.2060Bram Moolenaar
2020-11-26patch 8.2.2057: getting the selection may trigger TextYankPost autocmdv8.2.2057Bram Moolenaar
2020-11-25patch 8.2.2046: some test failures don't give a clear errorv8.2.2046Bram Moolenaar
2020-10-28patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar
2020-10-11patch 8.2.1836: autocmd test fails on pacifist systemsv8.2.1836Bram Moolenaar
2020-09-23patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar
2020-09-04patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar
2020-08-20patch 8.2.1497: CursorHold test is flakyv8.2.1497Bram Moolenaar
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
2020-08-05patch 8.2.1369: MS-Windows: autocommand test sometimes failsv8.2.1369Bram Moolenaar
2020-07-21patch 8.2.1260: there is no good test for CursorHoldv8.2.1260Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-06-26patch 8.2.1059: crash when using :tabonly in an autocommandv8.2.1059Bram Moolenaar
2020-06-25patch 8.2.1053: insufficient testing for 'statusline' and 'tabline'v8.2.1053Bram Moolenaar
2020-06-17patch 8.2.0996: using "aucmdwin" in win_gettype() is not idealv8.2.0996Bram Moolenaar
2020-06-16patch 8.2.0991: cannot get window type for autocmd and preview windowv8.2.0991Bram Moolenaar
2020-06-15patch 8.2.0982: insufficient testing for reading/writing filesv8.2.0982Bram Moolenaar
2020-06-12patch 8.2.0964: TextYankPost does not provide info about Visual selectionv8.2.0964Bram Moolenaar
2020-06-10patch 8.2.0952: no simple way to interrupt Vimv8.2.0952Bram Moolenaar
2020-04-21patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar
2020-04-08patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar
2020-04-06patch 8.2.0522: several errors are not tested forv8.2.0522Bram Moolenaar
2020-03-29patch 8.2.0474: cannot use :write when using a plugin with BufWriteCmdv8.2.0474Bram Moolenaar
2020-03-23patch 8.2.0432: a few tests fail in a huge terminalv8.2.0432Bram Moolenaar
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