mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 8.2.3184: cannot add a digraph with a leading space
Problem: Cannot add a digraph with a leading space. It is not easy to list existing digraphs. Solution: Add setdigraph(), setdigraphlist(), getdigraph() and getdigraphlist(). (closes #8580)
This commit is contained in:
@@ -9315,7 +9315,7 @@ ex_digraphs(exarg_T *eap UNUSED)
|
||||
else
|
||||
listdigraphs(eap->forceit);
|
||||
#else
|
||||
emsg(_("E196: No digraphs in this version"));
|
||||
emsg(_(e_no_digraphs_version));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user