mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
@@ -4779,6 +4779,7 @@ void ex_helptags(exarg_T *eap)
|
||||
WILD_LIST_NOTFOUND|WILD_SILENT, WILD_EXPAND_FREE);
|
||||
if (dirname == NULL || !os_isdir(dirname)) {
|
||||
EMSG2(_("E150: Not a directory: %s"), eap->arg);
|
||||
xfree(dirname);
|
||||
return;
|
||||
}
|
||||
|
||||
|
@@ -366,7 +366,7 @@ static int included_patches[] = {
|
||||
// 925,
|
||||
// 924 NA
|
||||
// 923 NA
|
||||
// 922,
|
||||
922,
|
||||
// 921 NA
|
||||
// 920 NA
|
||||
// 919 NA
|
||||
|
Reference in New Issue
Block a user