aboutsummaryrefslogtreecommitdiff
path: root/evil-search.el
AgeCommit message (Expand)Author
2014-09-02Implement q/ and q? for editing searches (fixes #292)Emanuel Evans
2014-09-08require `evil-core` in `evil-search` (fix #415)Frank Fischer
2014-08-03search uses evil-input-method instead of defaultGordon Gustafson
2014-05-29Generalize macro for input methods in normal-stateGordon Gustafson
2014-04-12evil search uses current input methodGordon Gustafson
2014-04-11merge stable-1.0Frank Fischer
2014-04-11version 1.0.91.0.9Frank Fischer
2014-03-14make backward search more Vim compatibleFrank Fischer
2013-12-04Make `*` and `#` search for symbols optionally (fix #360)Frank Fischer
2013-11-28Start word search with word at point, not symbol (fix #356)Frank Fischer
2013-11-26Replace symbol search by word search (fix #354)Frank Fischer
2013-11-26Merge stable-1.0Frank Fischer
2013-11-26Version 1.0.81.0.8Frank Fischer
2013-08-11Refactor substitute code (fix #314).Frank Fischer
2013-08-02Bump version to 1.0.71.0.7Frank Fischer
2013-07-11Change development version information to 1.0-devFrank Fischer
2013-07-06Merge stable-1.0Frank Fischer
2013-07-06Bump version to 1.0.61.0.6Frank Fischer
2013-06-07Merge stable-1.0Frank Fischer
2013-06-07Bump version to 1.0.51.0.5Frank Fischer
2013-06-07Merge stable-1.0Frank Fischer
2013-06-07Bump version to 1.0.41.0.4Frank Fischer
2013-06-01Fix isearch-filter-predicate related bugs happening with the latex emacs (fix...Alessandro Piras
2013-05-31Ensure buffer is alive in `evil-ex-hl-do-update-highlight`.Frank Fischer
2013-05-23Bump version to 1.0.31.0.3Frank Fischer
2013-05-20Bump version to 1.0.21.0.2Frank Fischer
2013-05-14Save match-data within `evil-ex-search-update-pattern` (fix #288)Barry O'Reilly
2013-02-27Bump version to 1.0.11.0.1Frank Fischer
2013-02-25Add `evil-ex-substitute-global` optionFrank Fischer
2013-02-19Implement unbounded search for isearch module (re #256)Frank Fischer
2013-02-17Fix the "r" flag for `evil-ex-substitute'.Frank Fischer
2013-02-16Change version tags to 1.0-devFrank Fischer
2013-02-04Bump version to 1.0.0.1.0.0Frank Fischer
2013-01-18Add version comments to all files.Frank Fischer
2012-12-10Raise error on `evil-ex-find-next' if no pattern availableFrank Fischer
2012-11-12Fix usage of `evil-ex-range' in substitution code.Frank Fischer
2012-07-30Add GPL 3 license information to all source filesFrank Fischer
2012-07-29Highlight zero size matches/substitutesFrank Fischer
2012-07-06Create a defcustom for the idling delay before search highlighting updates.Barry O'Reilly
2012-05-25Initialize `evil-search-module' variable when evil is loadedFrank Fischer
2012-05-08Ensure symbol-search respects value of `evil-ex-search-case'Frank Fischer
2012-05-08Add pattern of symbol-search * or # to search historyFrank Fischer
2012-05-07Use face `evil-ex-substitute-matches' for highlights of :s commandFrank Fischer
2012-05-07Rename face `evil-ex-substitute' to `evil-ex-substitute-replacement'Frank Fischer
2012-05-07Save search pattern of failing search in ex search moduleFrank Fischer
2012-05-07Remove all highlights when search pattern is emptyFrank Fischer
2012-05-07Fix update of search highlights with empty patternFrank Fischer
2012-04-28Fix positioning of point in isearch moduleVegard Øye
2012-05-07Stop update of search highlights when reaching eobFrank Fischer
2012-04-28Do not overwrite `case-replace'Frank Fischer