aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd
Commit message (Expand)AuthorAge
* test(autocmd/termxx_spec): properly setup TextChangedT tests (#30787)zeertzjq2024-10-13
* refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes2024-09-15
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* refactor(tests): again yet more global highlight definitionsbfredl2024-08-14
* refactor: use `vim._with` where possibledundargoc2024-06-28
* feat(complete): specify reason for CompleteDoneFamiu Haque2024-05-24
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: more tests for aucmd_win remaining floating (#28214)zeertzjq2024-04-07
* fix: adjust error message for error in UI event callback (#28200)zeertzjq2024-04-06
* vim-patch:9.1.0259: Normal mode TextChanged isn't tested properly (#28167)zeertzjq2024-04-04
* test: silence expected errorsdundargoc2024-04-02
* vim-patch:9.1.0251: Filetype test fails (#28142)zeertzjq2024-04-01
* vim-patch:9.1.0230: TextChanged autocommand not triggered under some circumst...zeertzjq2024-04-01
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* vim-patch:9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread'zeertzjq2024-03-08
* refactor(tests): get channel id via nvim_get_chan_info #27441Justin M. Keyes2024-02-12
* vim-patch:9.1.0088: TextChanged not triggered for :norm! commands (#27405)zeertzjq2024-02-10
* fix(events): check for WinResized/WinScrolled in terminal mode (#27226)zeertzjq2024-01-27
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: use termopen() instead of :terminal more (#26462)zeertzjq2023-12-08
* test: set notermguicolors in testsGregory Anders2023-12-06
* feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
* vim-patch:9.0.2134: ml_get error when scrolling (#26264)zeertzjq2023-11-29
* vim-patch:9.0.2075: TextChangedI may not always trigger (#25808)zeertzjq2023-10-28
* fix(terminal): assign channel to terminal earlier (#25771)zeertzjq2023-10-25
* test(autocmd/termxx_spec): fix flakiness (#25694)zeertzjq2023-10-18
* vim-patch:9.0.2031: TextChangedI may be triggered by non-insert mode change (...zeertzjq2023-10-15
* test(winscrolled): make sure floating window is drawn (#25639)zeertzjq2023-10-14
* fix(ui): trigger TabNewEntered after split new tabglepnir2023-10-07
* vim-patch:8.2.3517: TextChanged does not trigger after TextChangedI (#25384)zeertzjq2023-09-27
* test: add some tests for SafeState autocommandzeertzjq2023-08-21
* Merge #15440 close 'shell' :terminal automaticallyJustin M. Keyes2023-08-13
|\
| * test: update tests for auto-closing :term buffersGregory Anders2023-08-10
* | fix(events): avoid unnecessary CursorMoved (#24675)zeertzjq2023-08-12
|/
* test: check that TextChangedT cannot delete terminal buffer (#24437)zeertzjq2023-07-23
* fix(events)!: trigger CursorMoved later on switching window (#23711)zeertzjq2023-06-04
* vim-patch:9.0.1588: Incsearch not triggered when pasting clipboard register (...zeertzjq2023-05-30
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(events): null dereference in autocmd functionsii142023-04-27
* perf(events): store autocommands in flat vectors (#23256)ii142023-04-27
* test: fix dependencies between test cases (#23343)zeertzjq2023-04-27