neovim/test/functional
Gregory Anders 6b0d3ae6a8
fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188)
Use nvim_exec_autocmds to issue the DiagnosticChanged autocommand,
rather than nvim_buf_call, which has some side effects when drawing
statuslines.
2022-04-20 08:16:47 -06:00
..
api fix(paste): ignore mappings in Cmdline mode (#18114) 2022-04-17 08:11:53 +08:00
autocmd test: unskip tests skipped in #14661 2022-04-13 05:04:14 +08:00
core docs: typo fixes (#17859) 2022-04-15 12:35:06 +02:00
editor feat: add undo! 2022-04-20 00:10:02 +06:00
ex_cmds test: add a test for #18135 2022-04-17 10:13:47 +08:00
fixtures NVIM 0.7 2022-04-15 13:38:44 +02:00
legacy vim-patch:8.2.4718: @@@ in the last line sometimes drawn in the wrong place (#18055) 2022-04-10 04:50:49 +08:00
lua fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188) 2022-04-20 08:16:47 -06:00
options test: add a test for #17609 2022-03-07 06:43:03 +08:00
plugin fix(lsp): fix lookup of boolean values in workspace/configuration (#18026) 2022-04-15 11:12:41 +02:00
provider test(python3_spec): use a pattern to match SyntaxError message (#17705) 2022-03-13 22:05:56 +08:00
shada refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
terminal docs: typo fixes (#17859) 2022-04-15 12:35:06 +02:00
treesitter feat(ui): allow conceal to be defined in decorations 2022-03-20 18:02:41 +01:00
ui Merge pull request #18145 from bfredl/term_opt 2022-04-20 14:50:04 +02:00
vimscript docs: typo fixes (#17859) 2022-04-15 12:35:06 +02:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -07:00
preload.lua test/functional/preload.lua: _set_fmode for Windows 2019-09-25 05:47:15 +02:00