summaryrefslogtreecommitdiff
path: root/helm-locate.el
Commit message (Expand)AuthorAge
* 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
* Use start-file-process-shell-command in locate.Thierry Volpiatto2016-03-14
* Fix copyrights.Thierry Volpiatto2016-03-05
* Fix typo, thanks Michael (#1360).Thierry Volpiatto2016-02-01
* Fix helm-locate with other sources (#1364).Thierry Volpiatto2016-01-31
* Notify user when exiting with code 1 in locate (#1360).Thierry Volpiatto2016-01-26
* Add keymap and help-message to helm-type-file.Thierry Volpiatto2016-01-15
* helm-locate: prefer --regex over -r on Gnu/LinuxMichael Heerdegen2016-01-08
* Require helm-files in helm-locate (#1278).Thierry Volpiatto2015-12-02
* Make "file name at point" the default input for helm-locateYork Zhao2015-11-08