+evil*ex-replace-special-filenames: add url to docstring
This commit is contained in:
parent
b790bd61ee
commit
988376aaa8
1 changed files with 1 additions and 1 deletions
|
@ -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[^: $]+\\)\\)*\\)"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue