summaryrefslogtreecommitdiff
path: root/helm-dabbrev.el
Commit message (Expand)AuthorAge
* Update copyrightsThierry Volpiatto2018-01-08
* Fix pos-before and pos-after in helm-dabbrevThierry Volpiatto2017-08-28
* Default in helm-dabbrev is now cycling 5 timesThierry Volpiatto2017-08-27
* Fix limit in helm-dabbrev--collectThierry Volpiatto2017-08-27
* Fix helm-dabbrev-separator-regexpThierry Volpiatto2017-08-27
* Fix a beginning of line not preceded by a newlineThierry Volpiatto2017-08-26
* Rename helm--dabbrev--search (fix typo) and add docstringThierry Volpiatto2017-08-26
* Fix matching dabbrev at bolThierry Volpiatto2017-08-25
* Revert some changes in helm-dabbrevThierry Volpiatto2017-08-21
* Fix helm-dabbrev-candidates-number-limit defaultThierry Volpiatto2017-08-20
* Make experimental caching optional for nowThierry Volpiatto2017-08-20
* Make obsolete helm-dabbrev--regexpThierry Volpiatto2017-08-20
* Throw error when dabbrev is nilThierry Volpiatto2017-08-20
* Always search the first dabbrev candidatesThierry Volpiatto2017-08-20
* Move search dabbrev code in own functionThierry Volpiatto2017-08-20
* Check parts of dabbrev in hashThierry Volpiatto2017-08-20
* Cache dabbrev dataThierry Volpiatto2017-08-20
* Remove newline, no code changeThierry Volpiatto2017-08-19
* regexp-quote pattern in dabbrevThierry Volpiatto2017-08-19
* Fix long lines and reindent, no code changeThierry Volpiatto2017-08-19
* Add "#+" to helm-dabbrev--regexpThierry Volpiatto2017-08-19
* Remove separator in matchThierry Volpiatto2017-08-18
* Improve searching word/symbol at pointThierry Volpiatto2017-08-18
* Use second arg of thing-at-pointThierry Volpiatto2017-08-18
* Start adding group in some sources.Thierry Volpiatto2017-05-24
* Fix dabbrev delimiter.Thierry Volpiatto2017-02-24
* New user var helm-dabbrev-candidates-number-limit.Thierry Volpiatto2017-02-23
* Add "," as delimter in helm-dabbrev--regexp.Thierry Volpiatto2017-02-09
* Update copyrights.Thierry Volpiatto2017-01-01
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
* Fix some docstrings.Thierry Volpiatto2016-05-21
* Fix default value of helm-dabbrev-major-mode-assoc.Thierry Volpiatto2016-05-21
* Allow reusing the dabbrev assoc buffers fn in other places.Thierry Volpiatto2016-05-21
* Fix copyrights.Thierry Volpiatto2016-03-05
* Unquote lambda's.Thierry Volpiatto2015-09-30
* Require helm-help in several places.Thierry Volpiatto2015-07-14
* Fix helm commands docstrings and remove some unneeded autoloads.Thierry Volpiatto2015-06-03
* helm-dabbrev: Fix when helm-dabbrev-cycle-threshold is zero or null (#1016).Thierry Volpiatto2015-05-07
* * helm-dabbrev.el (helm-dabbrev): Delete-region with old limits.Thierry Volpiatto2015-05-04
* Keep fixing transition between cycling and helm completion.Thierry Volpiatto2015-05-04
* Avoid cycling forever when only one candidate.Thierry Volpiatto2015-05-04
* Remove false matches.Thierry Volpiatto2015-05-04
* Fix helm dabbrev regexp (#997).Thierry Volpiatto2015-04-23
* Allow searching all buffers regardless to major-mode in helm-dabbrev.Thierry Volpiatto2015-03-31
* Update copyrights.Thierry Volpiatto2015-03-24
* Fix start of insertion in dabbrev cycling.Thierry Volpiatto2015-03-16
* Fix typo, now use helm-dabbrev-cycle-threshold (#809).Thierry Volpiatto2015-01-08
* Build some sources with helm-build-in-buffer-source.Thierry Volpiatto2014-11-28
* * helm-dabbrev.el (helm-dabbrev--collect): Fix comments.Thierry Volpiatto2014-08-21
* * helm-dabbrev.el (helm-dabbrev--collect): Remove quote only at end of pattern.Thierry Volpiatto2014-08-21