forked from aniani/vim
patch 8.1.1586: error number used in two places
Problem: Error number used in two places. Solution: Renumber one. (Ken Takata)
This commit is contained in:
@@ -892,7 +892,7 @@ popup_create(typval_T *argvars, typval_T *rettv, create_type_T type)
|
||||
tp = find_tabpage(tabnr);
|
||||
if (tp == NULL)
|
||||
{
|
||||
semsg(_("E996: Tabpage not found: %d"), tabnr);
|
||||
semsg(_("E997: Tabpage not found: %d"), tabnr);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user