summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_autocmd.vim
AgeCommit message (Expand)Author
2024-04-07patch 9.1.0272: autocmd may change cwd after :tcd and :lcdv9.1.0272zeertzjq
2024-04-05patch 9.1.0269: Test for TextChanged is still flaky with ASANv9.1.0269zeertzjq
2024-04-04patch 9.1.0262: Test for TextChanged is flaky with ASANv9.1.0262zeertzjq
2024-04-03patch 9.1.0259: Normal mode TextChanged isn't tested properlyv9.1.0259zeertzjq
2024-04-01patch 9.1.0251: Filetype test failsv9.1.0251zeertzjq
2024-03-31patch 9.1.0231: Filetype may be undetected when SwapExists sets ft in other bufv9.1.0231zeertzjq
2024-03-31patch 9.1.0230: TextChanged autocommand not triggered under some circumstancesv9.1.0230Christian Brabandt
2024-03-26patch 9.1.0207: No autocommand when writing session filev9.1.0207Colin Kennedy
2024-03-09patch 9.1.0159: Crash in WinClosed after BufUnload closes other windowsv9.1.0159zeertzjq
2024-02-28patch 9.1.0143: [security]: autocmd causes use-after-free in set_curbuf()v9.1.0143Christian Brabandt
2024-02-15patch 9.1.0112: Remove undo information, when cleaning quickfix bufferv9.1.0112Christian Brabandt
2024-02-09patch 9.1.0088: TextChanged not triggered for :norm! commandsv9.1.0088Christian Brabandt
2024-01-25patch 9.1.0059: No event triggered before creating a windowv9.1.0059Sergey Vlasov
2023-11-28patch 9.0.2135: No test for mode() when executing Ex commandsv9.0.2135zeertzjq
2023-10-27patch 9.0.2075: TextChangedI may not always triggerv9.0.2075Christian Brabandt
2023-10-15patch 9.0.2031: TextChangedI may be triggered by non-insert mode changev9.0.2031Evgeni Chasnovski
2023-09-24patch 9.0.1934: :bwipe fails after switching window from aucmd_win.v9.0.1934zeertzjq
2023-09-09patch 9.0.1886: Various Typosv9.0.1886Christian Brabandt
2023-04-26patch 9.0.1490: the ModeChanged event may be triggered too oftenv9.0.1490zeertzjq
2023-04-15patch 9.0.1456: shortmess test depends on order of test executionv9.0.1456zeertzjq
2023-02-11patch 9.0.1299: change for triggering incsearch not sufficiently testedv9.0.1299zeertzjq
2023-02-06patch 9.0.1290: CTRL-N and -P on cmdline don't trigger CmdlineChangedv9.0.1290zeertzjq
2023-01-28patch 9.0.1257: code style is not check in test scriptsv9.0.1257Bram Moolenaar
2023-01-17patch 9.0.1214: file left behind after running testsv9.0.1214Dominique Pelle
2022-12-31patch 9.0.1118: sporadic test failures when using a terminal windowv9.0.1118James McCoy
2022-12-22patch 9.0.1087: autocommand test sometimes failsv9.0.1087James McCoy
2022-12-16patch 9.0.1064: code for making 'shortmess' temporarily empty is repeatedv9.0.1064Christian Brabandt
2022-12-09patch 9.0.1039: using a <Cmd> mapping CmdlineChanged may be triggered twicev9.0.1039Bram Moolenaar
2022-12-07patch 9.0.1025: WinScrolled is not triggered when filler lines changev9.0.1025zeertzjq
2022-12-05patch 9.0.1010: stray warnings for existing swap filesv9.0.1010Bram Moolenaar
2022-11-28patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar
2022-11-25patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar
2022-11-22patch 9.0.0917: the WinScrolled autocommand event is not enoughv9.0.0917Bram Moolenaar
2022-11-20patch 9.0.0915: WinScrolled may trigger immediately when definedv9.0.0915Bram Moolenaar
2022-11-19patch 9.0.0913: only change in current window triggers the WinScrolled eventv9.0.0913Bram Moolenaar
2022-11-19patch 9.0.0909: error message for layout change does not match actionv9.0.0909Bram Moolenaar
2022-11-13patch 9.0.0871: using freed memory when clearing augroup at more promptv9.0.0871Bram Moolenaar
2022-10-18patch 9.0.0790: test for dummy buffer does not always produce the E86 errorv9.0.0790Bram Moolenaar
2022-10-18patch 9.0.0789: dummy buffer ends up in a windowv9.0.0789Bram Moolenaar
2022-10-18patch 9.0.0788: ModeChanged autocmd not executed when Visual ends with CTRL-Cv9.0.0788Bram Moolenaar
2022-10-05patch 9.0.0663: tests check for +cmdwin feature which is always presentv9.0.0663zeertzjq
2022-09-28patch 9.0.0614: SpellFileMissing autocmd may delete bufferv9.0.0614Bram Moolenaar
2022-09-23patch 9.0.0564: a few tests keep failing on MacOS M1v9.0.0564Bram Moolenaar
2022-09-22patch 9.0.0550: crash when closing a tabpage and buffer is NULLv9.0.0550zeertzjq
2022-09-09patch 9.0.0428: autocmd test uses common file namev9.0.0428Bram Moolenaar
2022-09-09patch 9.0.0425: autocmd test is a bit flaky on MS-Windowsv9.0.0425Bram Moolenaar
2022-09-08patch 9.0.0415: on MS-Windows some tests are flakyv9.0.0415K.Takata
2022-09-07patch 9.0.0411: only created files can be cleaned up with one callv9.0.0411Bram Moolenaar
2022-09-04patch 9.0.0380: deleting files in tests is a hassleBram Moolenaar
2022-09-02patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar