From 2a6e58d72ca2051889b5f4887f85006387669178 Mon Sep 17 00:00:00 2001 From: Alexander Shukaev Date: Fri, 25 Jan 2019 02:26:24 +0100 Subject: [PATCH] Allow colon `:` for symbols in `binding` of `evil-ex-grammar` --- evil-ex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-ex.el b/evil-ex.el index 8825d6e7..6cbb4f23 100644 --- a/evil-ex.el +++ b/evil-ex.el @@ -56,7 +56,7 @@ number) (command #'evil-ex-parse-command) (binding - "[~&*@<>=:]+\\|[[:alpha:]_]+\\|!") + "[~&*@<>=:]+\\|[[:alpha:]_:]+\\|!") (emacs-binding "[[:alpha:]-][[:alnum:][:punct:]-]+") (bang