Merge #11157 from janlazo/vim-8.1.2113

vim-patch:8.1.{59, 586, 2113}
This commit is contained in:
Justin M. Keyes
2019-10-06 12:32:27 -07:00
committed by GitHub
8 changed files with 202 additions and 89 deletions

View File

@@ -10011,10 +10011,11 @@ static void ex_setfiletype(exarg_T *eap)
static void ex_digraphs(exarg_T *eap)
{
if (*eap->arg != NUL)
if (*eap->arg != NUL) {
putdigraph(eap->arg);
else
listdigraphs();
} else {
listdigraphs(eap->forceit);
}
}
static void ex_set(exarg_T *eap)