summaryrefslogtreecommitdiff
path: root/helm-locate.el
Commit message (Expand)AuthorAge
* Add support for fd shell commandThierry Volpiatto2020-10-19
* Fix byte compiler warningsNicholas Vollmer2020-07-28
* Use :extend attr in all deffaceThierry Volpiatto2020-06-29
* Fix documentationManuel Uberti2020-06-03
* Don't add a space at end of pattern (#2252)Thierry Volpiatto2019-12-17
* Fix previous commit (#2207)Thierry Volpiatto2019-10-08
* Extract mode-line updating functionality.Uros Perisic2019-10-08
* Update copyrightsThierry Volpiatto2019-03-26
* Bind helm-delete-backward-no-update in find and locateThierry Volpiatto2018-11-13
* Add attach files action to files type (#2026)Thierry Volpiatto2018-05-03
* Fix comment no code changeThierry Volpiatto2018-02-04
* Fix abbreviated paths (#1962)Thierry Volpiatto2018-02-04
* Quote filename in locate db regexps (#1962)Thierry Volpiatto2018-02-02
* Bind find file as root in generic-files-map (#1950)Thierry Volpiatto2018-01-19
* Update copyrightsThierry Volpiatto2018-01-08
* Fix another require in helm-locate (#1872)Thierry Volpiatto2017-09-18
* Reenable marked files in dired with a fix to wdired (advice) (#1783).Thierry Volpiatto2017-06-11
* Start adding group in some sources.Thierry Volpiatto2017-05-24
* Split helm-pattern with helm-mm-split-pattern in many places.Thierry Volpiatto2017-03-29
* Fix some docstrings.Thierry Volpiatto2017-03-16
* Update `helm-locate-recursive-dirs-command` docstring.Thierry Volpiatto2017-03-11
* Highlight basename of candidate when -b is detected at end of pattern.Thierry Volpiatto2017-01-12
* Don't try to handle extras options in locate with fuzzy.Thierry Volpiatto2017-01-12
* Add -A option by default for locate on GNU/Linux (#1317).Thierry Volpiatto2017-01-12
* Ensure helm-locate-command is not bound to nil.Thierry Volpiatto2017-01-11
* Fuzzy match on basename in locate.Thierry Volpiatto2017-01-10
* Fix redisplaying buffer in multiples sources.Thierry Volpiatto2017-01-09
* Update generic file help.Thierry Volpiatto2017-01-07
* helm-locate-command docstring only.Thierry Volpiatto2017-01-07
* Fix some regexp issues when switching back and forth from locate to hff.Thierry Volpiatto2017-01-07
* Fix highlighting matches in locate.Thierry Volpiatto2017-01-06
* Fix last errors in locate pattern transformer.Thierry Volpiatto2017-01-05
* Ensure locate -b option is used only when needed.Thierry Volpiatto2017-01-05
* Don't redisplay in outer limit hook as well when in multimatch.Thierry Volpiatto2017-01-05
* Don't redisplay locate results when using multimatch.Thierry Volpiatto2017-01-05
* Allow redisplaying helm-buffer when going out of cand number limit.Thierry Volpiatto2017-01-05
* Merge branch 'master' into redisplayThierry Volpiatto2017-01-04
|\
| * Update copyrights.Thierry Volpiatto2017-01-01
* | Match only on basename in locate when fuzzy enabled.Thierry Volpiatto2017-01-04
* | Use redisplay function in locate when fuzzy is in use.Thierry Volpiatto2016-12-31
|/
* Fix helm-locate-command docstring.Thierry Volpiatto2016-12-09
* Fix default-directory on invalid file-name-directory (#1457).Thierry Volpiatto2016-11-27
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
* Quote arguments in helm-locate-recursive-dirs-command (#1635).Thierry Volpiatto2016-11-02
* Allow undoing and redoing yank.Thierry Volpiatto2016-10-18
* Search locate local db files deeper than default-directory.Thierry Volpiatto2016-08-31
* Fix directory completion for Windows.Thierry Volpiatto2016-06-04
* Move part of recursive dirs code to locate.Thierry Volpiatto2016-06-02
* Remove deprecated and unused helm-locate-read-file-name.Thierry Volpiatto2016-03-31
* Revert previous commit.Thierry Volpiatto2016-03-14