aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_autocmd.vim
Commit message (Expand)AuthorAge
* vim-patch:8.2.0097: crash with autocommand and spellfilezeertzjq2022-08-14
* vim-patch:9.0.0094: cursor restored unexpected with nested autocommandzeertzjq2022-07-28
* vim-patch:partial:9.0.0077: wrong restored cursor position when switching win...zeertzjq2022-07-28
* vim-patch:9.0.0061: ml_get error with nested autocommandzeertzjq2022-07-28
* vim-patch:9.0.0083: ModeChanged event not triggered when leaving cmdline windowzeertzjq2022-07-27
* revert: "vim-patch:9.0.0061: ml_get error with nested autocommand" (#19509)zeertzjq2022-07-26
* vim-patch:9.0.0061: ml_get error with nested autocommandzeertzjq2022-07-23
* vim-patch:8.2.0275: some Ex code not covered by testszeertzjq2022-07-12
* vim-patch:8.2.1053: insufficient testing for 'statusline' and 'tabline'zeertzjq2022-07-10
* test(old): align defaults to Vim after every test (#19301)zeertzjq2022-07-10
* fix(terminal): crash if TermClose deletes own buffer #19222Justin M. Keyes2022-07-05
* vim-patch:8.2.5083: autocmd test still fails on MS-Windowszeertzjq2022-06-13
* vim-patch:8.2.5081: autocmd test fails on MS-Windowszeertzjq2022-06-13
* vim-patch:8.2.5079: DirChanged autocommand may use freed memoryzeertzjq2022-06-13
* vim-patch:8.2.4802: test is not cleaned upzeertzjq2022-04-21
* vim-patch:8.2.4791: events triggered in different order when reusing bufferzeertzjq2022-04-21
* vim-patch:8.2.2477: autocommand tests hang on MS-Windowszeertzjq2022-04-21
* vim-patch:8.2.2476: using freed memory when splitting window while closing bu...zeertzjq2022-04-21
* vim-patch:8.2.2475: autocommand tests hangs on MS-Windowszeertzjq2022-04-21
* vim-patch:8.2.2474: using freed memory when window is closed by autocommandzeertzjq2022-04-21
* vim-patch:8.2.2472: crash when using command line window in an autocommandzeertzjq2022-04-21
* vim-patch:8.2.4739: accessing freed memory after WinScrolled autocmd event (#...zeertzjq2022-04-12
* vim-patch:8.2.4713: plugins cannot track text scrollingzeertzjq2022-04-12
* vim-patch:8.2.4728: no test that v:event cannot be modifiedzeertzjq2022-04-10
* vim-patch:8.2.4706: buffer remains active with WinClosed and tabpageszeertzjq2022-04-08
* vim-patch:8.2.4700: buffer remains active if WinClosed event throws an exceptionzeertzjq2022-04-08
* vim-patch:8.2.4631: crash when switching window in BufWipeout autocommandzeertzjq2022-03-27
* vim-patch:8.2.3453: autocmd not executed when editing a directory (#17846)zeertzjq2022-03-26
* Merge pull request #17403 from zeertzjq/vim-8.1.1955zeertzjq2022-02-21
|\
| * vim-patch:8.1.1846: inconsistently using GetVimCommand() and v:progpathzeertzjq2022-02-14
* | vim-patch:8.2.4345: <amatch> is expanded like a file name for DirChangedPrezeertzjq2022-02-17
* | feat(events): add DirChangedPrezeertzjq2022-02-11
|/
* vim-patch:8.1.0711: test files still use function!zeertzjq2022-02-07
* vim-patch:8.2.4028: ml_get error with :doautoall and Visual areaSean Dewar2022-02-03
* vim-patch:8.1.2302: :lockmarks does not work for '[ and ']Sean Dewar2022-01-27
* test: port test_filechanged.vimJan Edmund Lazo2021-12-25
* Merge pull request #16194 from seandewar/vim-8.1.1925Jan Edmund Lazo2021-12-07
|\
| * test(oldtest): uncomment method call syntax usesSean Dewar2021-11-26
* | Merge pull request #16107 from zeertzjq/vim-8.1.1542Jan Edmund Lazo2021-12-06
|\ \
| * | vim-patch:8.2.3549: mistakes in test commentszeertzjq2021-11-22
| * | vim-patch:8.1.1542: an OptionSet autocommand does not get enough infozeertzjq2021-11-22
| |/
* | vim-patch:8.2.2465: using freed memory in :psearchSean Dewar2021-11-24
* | vim-patch:8.1.2136: using freed memory with autocmd from fuzzerSean Dewar2021-11-24
|/
* vim-patch:8.2.3591: no event is triggered when closing a window (#16306)zeertzjq2021-11-17
* test: partially port Vim patches 8.1.2278 and 8.2.1432zeertzjq2021-10-17
* vim-patch:8.1.0602: DirChanged is also triggered when directory didn't changezeertzjq2021-10-17
* vim-patch:8.0.1463: test fails without 'autochdir' optionzeertzjq2021-10-17
* vim-patch:8.0.1459: cannot handle change of directoryzeertzjq2021-10-17
* test: update tests to work with 'hidden'Gregory Anders2021-08-18
* feat(defaults): map Y to y$ #13268Matthieu Coudron2021-08-15