neovim/test/functional
Gregory Anders f1590717ac test(filetype): port test_filetype to Lua
Because filetype.lua is gated behind an opt-in variable, it's not tested
during the "standard" test_filetype.vim test. So port the test into
filetype_spec where we enable the opt-in variable.

This means runtime Vim patches will need to update test_filetype in two
places. This can eventually be removed if/when filetype.lua is made
opt-out rather than opt-in.
2022-01-05 10:41:25 -07:00
..
api feat(api): add support for lua function & description in keymap 2022-01-01 00:26:58 +06:00
autocmd feat(autocmd): populate v:event in RecordingLeave (#16828) 2022-01-04 18:55:29 -07:00
core chore: fix typos (#16361) 2021-11-27 11:10:48 -05:00
editor fix: do not save K_EVENT as lastc in Insert mode 2021-12-26 16:14:35 +08:00
ex_cmds vim-patch:8.2.3952: first line not redrawn when adding lines to an empty buffer 2021-12-31 22:20:31 +08:00
fixtures NVIM 0.6.0 2021-11-30 18:20:42 +01:00
legacy test: make test for #14040 more stable (#16911) 2022-01-04 07:25:28 -07:00
lua test(filetype): port test_filetype to Lua 2022-01-05 10:41:25 -07:00
options fix(options): using :set fillchars should clear local value 2021-11-17 07:11:46 +08:00
plugin feat(lsp): enable default debounce of 150 ms (#16908) 2022-01-05 08:36:35 -08:00
provider refactor(tests): use assert_alive() #15546 2021-09-01 09:42:53 -07:00
shada refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
terminal test: make some tests more stable (#16860) 2022-01-01 07:28:52 -07:00
treesitter feat(ts): add support for multiline nodes in get_node_text (#14999) 2021-12-12 12:05:39 +01:00
ui fix(pum_redraw): use grid_puts_len() to truncate the text 2021-12-24 08:06:27 +08:00
vimscript fix(screenpos, float): add top and left border adjustment 2021-12-15 22:40:10 +08:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua test: fix running functional tests under gdbserver 2021-09-20 18:10:40 +05:30
preload.lua test/functional/preload.lua: _set_fmode for Windows 2019-09-25 05:47:15 +02:00