mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
fix(messages): use "Vimscript" instead of "VimL" #24111
followup to #24109 fix #16150
This commit is contained in:
@@ -552,7 +552,7 @@ describe('confirm()', function()
|
||||
feed(':silent edit foo<cr>')
|
||||
check_and_clear(':silent edit foo |\n')
|
||||
|
||||
-- With API (via eval/VimL) call and shortmess+=F
|
||||
-- With API (via eval/Vimscript) call and shortmess+=F
|
||||
feed(':call nvim_command("edit x")<cr>')
|
||||
check_and_clear(':call nvim_command("edit |\n')
|
||||
|
||||
|
Reference in New Issue
Block a user