neovim/test/functional
Marco Hinz 8fba428bc6
fix(cmd): make :-tabmove work with modifiers (#18447)
`:tabmove` takes either an argument (`:tabmove -`) or an address (`:-tabmove`).

The code assumed that `:tabmove` is the first command on the cmdline, but that
is not the case when using additional modifiers like `:silent`.

Make the addr parsing more robust by searching the command first, then going
back to check for a potential address `-`.
2022-05-12 16:43:20 +02:00
..
api fix(api): make nvim_cmd work correctly with empty arguments list (#18527) 2022-05-11 10:51:53 -06:00
autocmd test: add a Lua functional test for NoName buffer event order 2022-04-21 19:07:50 +08:00
core feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009 2022-05-03 06:08:35 -07:00
editor fix(cmd): make :-tabmove work with modifiers (#18447) 2022-05-12 16:43:20 +02:00
ex_cmds test: add more tests for K_SPECIAL escaping in <Cmd> mapping 2022-05-03 06:44:14 +08:00
fixtures fix(lsp): fix rename capability checks and multi client support (#18441) 2022-05-05 23:56:00 +02:00
legacy test: convert two statusline oldtests to Lua screen tests 2022-05-10 08:15:46 +08:00
lua fix(filetype.lua): escape expansion of ~ when used as a pattern 2022-05-02 08:38:35 -04:00
options feat(defaults): session data in $XDG_STATE_HOME #15583 2022-05-12 07:13:45 -07:00
plugin fix(lsp): fix rename capability checks and multi client support (#18441) 2022-05-05 23:56:00 +02:00
provider feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009 2022-05-03 06:08:35 -07: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 fix(treesitter): create new parser if language is not the same as cached parser (#18149) 2022-04-22 16:15:28 +02:00
ui fix: display global statusline correctly with ext_messages 2022-05-05 06:15:09 +09:00
vimscript feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009 2022-05-03 06:08:35 -07:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009 2022-05-03 06:08:35 -07:00
preload.lua