We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35259a9 + 953ff2e commit 0683e96Copy full SHA for 0683e96
coq/coq.el
@@ -242,7 +242,9 @@ It is mostly useful in three window mode, see also
242
(defcustom coq-navigation-command-regexp
243
(concat "^\\(\\(Focus\\)\\|\\(Unfocus\\)\\|"
244
"\\(all\\s-*:\\s-*\\(cycle\\|swap\\|revgoals\\)\\)\\|"
245
- "\\(\\+\\)\\|\\(-\\)\\|\\(\\*\\)\\|\\({\\)\\|\\(}\\)\\)")
+ "\\(\\+\\)\\|\\(-\\)\\|\\(\\*\\)\\|"
246
+ "\\(\\([0-9]+\\s-*:\\s-*\\)?{\\)\\|"
247
+ "\\(}\\)\\)")
248
"Regexp for `proof-tree-navigation-command-regexp'."
249
:type 'regexp
250
:group 'coq-proof-tree)
0 commit comments