+evil*ex-replace-special-filenames: add url to docstring

This commit is contained in:
Henrik Lissner 2017-04-05 22:13:10 -04:00
parent b790bd61ee
commit 988376aaa8

View file

@ -29,7 +29,7 @@
;;;###autoload
(defun +evil*ex-replace-special-filenames (file-name)
"Replace special symbols in FILE-NAME. Modified to include other substitution
flags."
flags. See http://vimdoc.sourceforge.net/htmldoc/cmdline.html#filename-modifiers."
(let ((regexp (concat "\\(?:^\\|[^\\\\]\\)"
"\\([#%\\w]\\)"
"\\(\\(?::\\(?:[PphtreS~.]\\|g?s[^: $]+\\)\\)*\\)"))