mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
@@ -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)
|
||||
|
Reference in New Issue
Block a user