mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
fix(messages): use "Vimscript" instead of "VimL" #24111
followup to #24109 fix #16150
This commit is contained in:
@@ -222,9 +222,9 @@
|
||||
# define FUNC_API_FAST
|
||||
/// Internal C function not exposed in the RPC API.
|
||||
# define FUNC_API_NOEXPORT
|
||||
/// API function not exposed in VimL/eval.
|
||||
/// API function not exposed in Vimscript/eval.
|
||||
# define FUNC_API_REMOTE_ONLY
|
||||
/// API function not exposed in VimL/remote.
|
||||
/// API function not exposed in Vimscript/remote.
|
||||
# define FUNC_API_LUA_ONLY
|
||||
/// API function checked textlock.
|
||||
# define FUNC_API_CHECK_TEXTLOCK
|
||||
|
Reference in New Issue
Block a user