mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.0129
This commit is contained in:
@@ -17775,7 +17775,7 @@ script_autoload(name, reload)
|
||||
}
|
||||
|
||||
/* Try loading the package from $VIMRUNTIME/autoload/<name>.vim */
|
||||
if (cmd_runtime(scriptname, FALSE) == OK)
|
||||
if (source_runtime(scriptname, FALSE) == OK)
|
||||
ret = TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user