Skip to content

Commit

Permalink
Allow colon : for symbols in binding of evil-ex-grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Shukaev authored and TheBB committed Dec 19, 2019
1 parent 8bfa17b commit 225a19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evil-ex.el
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
number)
(command #'evil-ex-parse-command)
(binding
"[~&*@<>=:]+\\|[[:alpha:]_]+\\|!")
"[~&*@<>=:]+\\|[[:alpha:]_:]+\\|!"))
(emacs-binding
"[[:alpha:]-][[:alnum:][:punct:]-]+")
(bang
Expand Down

0 comments on commit 225a19c

Please sign in to comment.