Closed rejeep closed 11 years ago
For example, replace this:
(s-concat "^" commander-option-re "$")
with this:
(s-concat "\\`" commander-option-re "\\'")
Fixed in https://github.com/rejeep/commander.el/commit/b18308d55bce7cf5b7a0b6e0ed5dc81fc2885e69
For example, replace this:
with this: