summaryrefslogtreecommitdiff
path: root/src/testdir/test_autocmd.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1497: CursorHold test is flakyv8.2.1497Bram Moolenaar2020-08-201-6/+5
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-18/+10
* patch 8.2.1369: MS-Windows: autocommand test sometimes failsv8.2.1369Bram Moolenaar2020-08-051-1/+1
* patch 8.2.1260: there is no good test for CursorHoldv8.2.1260Bram Moolenaar2020-07-211-0/+29
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-8/+4
* patch 8.2.1059: crash when using :tabonly in an autocommandv8.2.1059Bram Moolenaar2020-06-261-1/+21
* patch 8.2.1053: insufficient testing for 'statusline' and 'tabline'v8.2.1053Bram Moolenaar2020-06-251-3/+22
* patch 8.2.0996: using "aucmdwin" in win_gettype() is not idealv8.2.0996Bram Moolenaar2020-06-171-1/+1
* patch 8.2.0991: cannot get window type for autocmd and preview windowv8.2.0991Bram Moolenaar2020-06-161-0/+22
* patch 8.2.0982: insufficient testing for reading/writing filesv8.2.0982Bram Moolenaar2020-06-151-0/+53
* patch 8.2.0964: TextYankPost does not provide info about Visual selectionv8.2.0964Bram Moolenaar2020-06-121-5/+9
* patch 8.2.0952: no simple way to interrupt Vimv8.2.0952Bram Moolenaar2020-06-101-0/+13
* patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar2020-04-211-0/+2
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-5/+5
* patch 8.2.0522: several errors are not tested forv8.2.0522Bram Moolenaar2020-04-061-0/+24
* patch 8.2.0474: cannot use :write when using a plugin with BufWriteCmdv8.2.0474Bram Moolenaar2020-03-291-0/+34
* patch 8.2.0432: a few tests fail in a huge terminalv8.2.0432Bram Moolenaar2020-03-231-3/+3
* patch 8.2.0406: FileReadCmd event not well testedv8.2.0406Bram Moolenaar2020-03-191-0/+41
* patch 8.2.0402: setting local instead of global flagv8.2.0402Bram Moolenaar2020-03-181-1/+1
* patch 8.2.0400: not all tests using a terminal are in the list of flaky testsv8.2.0400Bram Moolenaar2020-03-181-0/+2
* patch 8.2.0382: some tests fail when run under valgrindv8.2.0382Bram Moolenaar2020-03-151-1/+1
* patch 8.2.0310: autocmd test fails on a slow systemv8.2.0310Bram Moolenaar2020-02-231-5/+7
* patch 8.2.0303: TermChanged test fails in the GUIv8.2.0303Bram Moolenaar2020-02-221-0/+2
* patch 8.2.0302: setting 'term' may cause error in TermChanged autocommandv8.2.0302Bram Moolenaar2020-02-221-0/+20
* patch 8.2.0275: some Ex code not covered by testsv8.2.0275Bram Moolenaar2020-02-181-0/+24
* patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar2020-02-171-0/+2
* patch 8.2.0097: crash with autocommand and spellfilev8.2.0097Bram Moolenaar2020-01-071-0/+22
* patch 8.1.2403: autocmd test fails under valgrindv8.1.2403Bram Moolenaar2019-12-071-2/+2
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-011-4/+8
* patch 8.1.2302: :lockmarks does not work for '[ and ']v8.1.2302Bram Moolenaar2019-11-161-0/+34
* patch 8.1.2290: autocommand test failsv8.1.2290Bram Moolenaar2019-11-101-0/+1
* patch 8.1.2278: using "cd" with "exe" may failv8.1.2278Bram Moolenaar2019-11-091-8/+8
* patch 8.1.2136: using freed memory with autocmd from fuzzerv8.1.2136Bram Moolenaar2019-10-111-0/+8
* patch 8.1.2108: cannot close the cmdline window from CmdWinEnterv8.1.2108Bram Moolenaar2019-10-011-0/+29
* patch 8.1.2069: test for SafeStateAgain may still failv8.1.2069Bram Moolenaar2019-09-221-1/+3
* patch 8.1.2068: test for SafeState and SafeStateAgain may failv8.1.2068Bram Moolenaar2019-09-221-2/+3
* patch 8.1.2067: no tests for SafeState and SafeStateAgainv8.1.2067Bram Moolenaar2019-09-221-0/+31
* patch 8.1.1955: tests contain typosv8.1.1955Bram Moolenaar2019-09-011-1/+1
* 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