neovim/test/functional
Gregory Anders e463eb8146
fix(api): correctly pass f-args for nvim_create_user_command (#18098)
Skip runs of whitespace and do not include `\` characters when
followed by another `\` or whitespace. This matches the behavior
of <f-args> when used with `:command`.
2022-04-13 08:04:56 -06:00
..
api fix(api): correctly pass f-args for nvim_create_user_command (#18098) 2022-04-13 08:04:56 -06:00
autocmd test: unskip tests skipped in #14661 2022-04-13 05:04:14 +08:00
core fix(channel): fix channel consistency 2022-03-12 19:23:45 +08:00
editor test: add a test for #16823 2022-04-08 19:25:37 +08:00
ex_cmds refactor!: rename nvim_add_user_command to nvim_create_user_command 2022-04-10 20:18:41 -06:00
fixtures fix(healthcheck): handle empty reports 2022-02-09 10:18:22 +08: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(extmarks): splice extmarks on accepting spell 2022-04-02 12:35:33 -04:00
options test: add a test for #17609 2022-03-07 06:43:03 +08:00
plugin chore: fix typos (#17755) 2022-03-25 19:57:59 +01: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 fix(tui)!: remove ESC NUL forced escape (#17198) 2022-04-11 10:23:33 +08:00
treesitter feat(ui): allow conceal to be defined in decorations 2022-03-20 18:02:41 +01:00
ui feat(keymap): add F38-F63 keys (#17893) 2022-04-11 09:54:59 +08:00
vimscript fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913) 2022-03-30 05:25:00 +08:00
example_spec.lua
helpers.lua feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -07:00
preload.lua