mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
fix(messages): use "Vimscript" instead of "VimL" #24111
followup to #24109 fix #16150
This commit is contained in:
@@ -1770,7 +1770,7 @@ static FILE *fopen_noinh_readbin(char *filename)
|
||||
return fdopen(fd_tmp, READBIN);
|
||||
}
|
||||
|
||||
/// Concatenate VimL line if it starts with a line continuation into a growarray
|
||||
/// Concatenate Vimscript line if it starts with a line continuation into a growarray
|
||||
/// (excluding the continuation chars and leading whitespace)
|
||||
///
|
||||
/// @note Growsize of the growarray may be changed to speed up concatenations!
|
||||
|
Reference in New Issue
Block a user