Merge #10394 from janlazo/vim-8.1.1614

vim-patch:8.1.{1614,1632,1634,1639}
This commit is contained in:
Justin M. Keyes
2019-07-06 12:33:51 +02:00
committed by GitHub
9 changed files with 11 additions and 7 deletions

View File

@@ -22025,6 +22025,7 @@ static bool script_autoload(const char *const name, const size_t name_len,
}
/// Return the autoload script name for a function or variable name
/// Caller must make sure that "name" contains AUTOLOAD_CHAR.
///
/// @param[in] name Variable/function name.
/// @param[in] name_len Name length.