summaryrefslogtreecommitdiff
path: root/src/testdir/test_autocmd.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar2022-11-281-0/+23
* patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar2022-11-251-0/+22
* patch 9.0.0917: the WinScrolled autocommand event is not enoughv9.0.0917Bram Moolenaar2022-11-221-0/+84
* patch 9.0.0915: WinScrolled may trigger immediately when definedv9.0.0915Bram Moolenaar2022-11-201-0/+26
* patch 9.0.0913: only change in current window triggers the WinScrolled eventv9.0.0913Bram Moolenaar2022-11-191-1/+29
* patch 9.0.0909: error message for layout change does not match actionv9.0.0909Bram Moolenaar2022-11-191-0/+8
* patch 9.0.0871: using freed memory when clearing augroup at more promptv9.0.0871Bram Moolenaar2022-11-131-0/+22
* patch 9.0.0790: test for dummy buffer does not always produce the E86 errorv9.0.0790Bram Moolenaar2022-10-181-1/+2
* patch 9.0.0789: dummy buffer ends up in a windowv9.0.0789Bram Moolenaar2022-10-181-0/+20
* patch 9.0.0788: ModeChanged autocmd not executed when Visual ends with CTRL-Cv9.0.0788Bram Moolenaar2022-10-181-0/+12
* patch 9.0.0663: tests check for +cmdwin feature which is always presentv9.0.0663zeertzjq2022-10-051-14/+11
* patch 9.0.0614: SpellFileMissing autocmd may delete bufferv9.0.0614Bram Moolenaar2022-09-281-0/+10
* patch 9.0.0564: a few tests keep failing on MacOS M1v9.0.0564Bram Moolenaar2022-09-231-0/+2
* patch 9.0.0550: crash when closing a tabpage and buffer is NULLv9.0.0550zeertzjq2022-09-221-0/+20
* patch 9.0.0428: autocmd test uses common file namev9.0.0428Bram Moolenaar2022-09-091-9/+9
* patch 9.0.0425: autocmd test is a bit flaky on MS-Windowsv9.0.0425Bram Moolenaar2022-09-091-1/+3
* patch 9.0.0415: on MS-Windows some tests are flakyv9.0.0415K.Takata2022-09-081-0/+1
* patch 9.0.0411: only created files can be cleaned up with one callv9.0.0411Bram Moolenaar2022-09-071-6/+3
* patch 9.0.0380: deleting files in tests is a hassleBram Moolenaar2022-09-041-66/+37
* patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar2022-09-021-1/+1
* patch 9.0.0336: tests are flaky because of using a common file namev9.0.0336Bram Moolenaar2022-08-301-8/+8
* patch 9.0.0332: overwrite check may block BufWriteCmdv9.0.0332zeertzjq2022-08-301-0/+15
* patch 9.0.0323: using common name in tests leads to flaky testsv9.0.0323Bram Moolenaar2022-08-291-8/+8
* patch 9.0.0313: using common name in tests leads to flaky testsv9.0.0313Bram Moolenaar2022-08-291-25/+25
* patch 9.0.0304: WinScrolled is not triggered when only skipcol changesv9.0.0304zeertzjq2022-08-281-0/+33
* patch 9.0.0276: 'buftype' values not sufficiently testedv9.0.0276zeertzjq2022-08-261-18/+37
* patch 9.0.0275: BufEnter not triggered when using ":edit" in "nofile" bufferv9.0.0275Bram Moolenaar2022-08-261-1/+11
* patch 9.0.0272: BufReadCmd not triggered when loading a "nofile" bufferv9.0.0272Bram Moolenaar2022-08-261-0/+12
* patch 9.0.0094: cursor restored unexpected with nested autocommandv9.0.0094Bram Moolenaar2022-07-271-0/+11
* patch 9.0.0083: ModeChanged event not triggered when leaving cmdline windowv9.0.0083zeertzjq2022-07-261-0/+104
* patch 9.0.0077: wrong restored cursor position when switching window in autocmdv9.0.0077Bram Moolenaar2022-07-261-1/+21
* patch 9.0.0061: ml_get error with nested autocommandv9.0.0061Bram Moolenaar2022-07-231-0/+19
* patch 8.2.5083: autocmd test still fails on MS-Windowsv8.2.5083Bram Moolenaar2022-06-121-4/+1
* patch 8.2.5081: autocmd test fails on MS-Windowsv8.2.5081Bram Moolenaar2022-06-121-0/+3
* patch 8.2.5079: DirChanged autocommand may use freed memoryv8.2.5079Bram Moolenaar2022-06-121-0/+7
* patch 8.2.5053: cannot have a comment halfway an expression in a blockv8.2.5053Bram Moolenaar2022-06-031-0/+16
* patch 8.2.5049: insufficient tests for autocommandsv8.2.5049Yegappan Lakshmanan2022-06-011-0/+10
* patch 8.2.5030: autocmd_add() can only handle one event and patternv8.2.5030Yegappan Lakshmanan2022-05-271-0/+77
* patch 8.2.5011: Replacing an autocommand requires several linesv8.2.5011Yegappan Lakshmanan2022-05-241-0/+12
* patch 8.2.4981: it is not possible to manipulate autocommandsv8.2.4981Yegappan Lakshmanan2022-05-191-0/+270
* patch 8.2.4803: WinScrolled not always triggered when scrolling with mousev8.2.4803LemonBoy2022-04-211-1/+32
* patch 8.2.4802: test is not cleaned upv8.2.4802zeertzjq2022-04-211-3/+3
* patch 8.2.4791: events triggered in different order when reusing bufferv8.2.4791Charlie Groves2022-04-191-2/+21
* patch 8.2.4739: accessing freed memory after WinScrolled autocmd eventv8.2.4739zeertzjq2022-04-121-11/+35
* patch 8.2.4728: no test that v:event cannot be modifiedv8.2.4728zeertzjq2022-04-101-0/+18
* patch 8.2.4717: for TextYankPost v:event does not contain all informationv8.2.4717Bram Moolenaar2022-04-091-16/+38
* patch 8.2.4713: plugins cannot track text scrollingv8.2.4713LemonBoy2022-04-081-0/+55
* patch 8.2.4706: buffer remains active with WinClosed and tabpagesv8.2.4706zeertzjq2022-04-071-0/+17
* patch 8.2.4700: buffer remains active if WinClosed event throws an exceptionv8.2.4700Bram Moolenaar2022-04-061-0/+17
* patch 8.2.4631: crash when switching window in BufWipeout autocommandv8.2.4631Bram Moolenaar2022-03-261-0/+17