summaryrefslogtreecommitdiff
path: root/helm-occur.el
Commit message (Expand)AuthorAge
* Fix helm-occur facesThierry Volpiatto2020-10-04
* Rename functionThierry Volpiatto2020-08-03
* Fix byte compiler warningsNicholas Vollmer2020-07-28
* Use :extend attr in all deffaceThierry Volpiatto2020-06-29
* Fix documentationManuel Uberti2020-06-03
* New helm-occur commandThierry Volpiatto2020-06-02
* Fix grep highlighting without ansi (#2313)Thierry Volpiatto2020-05-31
* Better test for buffer size in helm-occurThierry Volpiatto2020-01-24
* Fix small error in helm-occurThierry Volpiatto2020-01-24
* Avoid using default as input in large buffersThierry Volpiatto2020-01-24
* Don't create local cand buffers in helm-occur (#2266)Thierry Volpiatto2020-01-21
* Remove unneeded autoload cookieThierry Volpiatto2019-12-21
* Fix helm-occur history with initial empty bufferThierry Volpiatto2019-10-03
* Set :get-line in init fn in helm-occurThierry Volpiatto2019-08-08
* Add new user var for helm-occurThierry Volpiatto2019-08-06
* Remove now unneeded delq mapThierry Volpiatto2019-07-13
* Fix multi match with beginning of line regexp (#2163)Thierry Volpiatto2019-07-03
* Fix matching beginning of line in helm-occur (#2163)Thierry Volpiatto2019-06-30
* Allow restarting helm-occur with same pattern and buffersThierry Volpiatto2019-06-05
* Fix helm-occur-mode and helm-grep-mode *goto-line-ow*Thierry Volpiatto2019-06-05
* Define some keys in defcustom instead of map definitionThierry Volpiatto2019-05-19
* Add specialized action for right arrow in helm-occurThierry Volpiatto2019-04-20
* Ensure wgrep overlays are deleted when revertingThierry Volpiatto2019-04-17
* Kill local var when saving helm-occur-mode bufferThierry Volpiatto2019-04-17
* Add comments, no code changeThierry Volpiatto2019-04-10
* Improve documentationThierry Volpiatto2019-04-10
* Remove unneeded args in helm-occur-buffer-substring-with-linumsThierry Volpiatto2019-04-10
* Fix and improve helm-occur-mode--revert-buffer-functionThierry Volpiatto2019-04-10
* Disable/reenable undo in helm-occur-mode bufferThierry Volpiatto2019-04-09
* Improve performances for saving occur buffer (#2146)Thierry Volpiatto2019-04-09
* Make helm-occur header name shorterThierry Volpiatto2019-04-07
* New internal var to store helm-occur regexpThierry Volpiatto2019-04-05
* Fix long linesThierry Volpiatto2019-04-04
* Add commentThierry Volpiatto2019-04-04
* Add match-part fn in helm-occurThierry Volpiatto2019-04-04
* Move defface group to helm-occurThierry Volpiatto2019-04-04
* Change default value of helm-occur-use-ioccur-style-keysThierry Volpiatto2019-04-04
* Use source argument in transformerThierry Volpiatto2019-04-04
* Fix regexp in helm-occur transformerThierry Volpiatto2019-04-03
* Use in-buffer method for helm-occurThierry Volpiatto2019-04-03
* Merge branch 'master' of github.com:emacs-helm/helmThierry Volpiatto2019-04-03
|\
| * Fix occur revert functionThierry Volpiatto2019-04-02
* | Avoid duplicate code in helm-occurThierry Volpiatto2019-04-03
|/
* Fix some strings in helm-occurThierry Volpiatto2019-04-01
* Add help-echo in helm-occurThierry Volpiatto2019-04-01
* Enable folow-mode by default in helm-occurThierry Volpiatto2019-04-01
* Add some docstrings in helm-occurThierry Volpiatto2019-03-31
* Add helm-occur from isearch commandsThierry Volpiatto2019-03-31
* Rewrite helm-occur in new file helm-occur.el (#2146)Thierry Volpiatto2019-03-30