mirror of
https://github.com/neovim/neovim.git
synced 2026-07-14 21:30:34 +00:00
docs: misc, rename "tabpage"
This commit is contained in:
@@ -791,7 +791,7 @@ describe('nvim_create_user_command', function()
|
||||
assert_alive()
|
||||
end)
|
||||
|
||||
it('does not allow invalid command names', function()
|
||||
it('validation', function()
|
||||
eq(
|
||||
"Invalid command name (must start with uppercase): 'test'",
|
||||
pcall_err(
|
||||
|
||||
Reference in New Issue
Block a user