diff options
| author | Tom Dalziel <tom_dl@hotmail.com> | 2022-08-24 17:00:04 +0100 |
|---|---|---|
| committer | Tom Dalziel <33435574+tomdl89@users.noreply.github.com> | 2022-08-25 08:45:15 +0100 |
| commit | 691d0cd36e6c09ecbc18537b7721dcb6d775e873 (patch) | |
| tree | ab8ffd516a96b9b6c0628a32501b0d6bb16b3ac8 /evil-search.el | |
| parent | df848372a99bc481c163dcd9292c727ee94ca184 (diff) | |
Store :/ search pattern and parse vim-style regexp
Fixes #1520
Diffstat (limited to 'evil-search.el')
| -rw-r--r-- | evil-search.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-search.el b/evil-search.el index 0cc9c1b..b57ad7b 100644 --- a/evil-search.el +++ b/evil-search.el @@ -939,7 +939,7 @@ Returns a triple (regexp offset next-search)." (defun evil-ex-search-full-pattern (pattern-string count direction) "Search for a full search pattern PATTERN-STRING in DIRECTION. -This function split PATTERN-STRING in +This function splits PATTERN-STRING into pattern/offset/;next-pattern parts and performs the search in DIRECTION which must be either 'forward or 'backward. The first search is repeated COUNT times. If the pattern part of |
