summaryrefslogtreecommitdiff
path: root/helm-dabbrev.el
Commit message (Expand)AuthorAge
* 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
* * helm-dabbrev.el (helm-dabbrev--collect): Remove quotes in candidates.Thierry Volpiatto2014-08-21
* * helm-dabbrev.el: Disable persistent action.Thierry Volpiatto2014-08-08
* Finally reindent with the cl indentation behavior of 24.4.50.Thierry Volpiatto2014-04-25
* Reindent all again.Thierry Volpiatto2014-04-25
* Reindent all files again.Thierry Volpiatto2014-04-25
* * helm-dabbrev.el: Fix previous commit, simplify (#481).Thierry Volpiatto2014-04-21
* * helm-dabbrev.el (helm-dabbrev--regexp): Add a new separator (#481).Thierry Volpiatto2014-04-21
* Reindent all files.Thierry Volpiatto2014-04-18
* * helm-dabbrev.el: Reorder defvar on top, avoid warning at compile.Thierry Volpiatto2014-02-03
* * helm-dabbrev.el: Issue #412 Fix string insertion from helm action.Thierry Volpiatto2014-02-03
* * helm-dabbrev.el (helm-dabbrev--get-candidates): Fix error when tap return nil.Thierry Volpiatto2014-01-17
* Update copyrights.Thierry Volpiatto2014-01-02
* * helm-dabbrev.el (helm-source-dabbrev): Reenable candidates-in-buffer.Thierry Volpiatto2013-11-20
* * helm-dabbrev.el: Forget to remove candidates-in-buffer. Seems ost things ar...Thierry Volpiatto2013-11-19
* * helm-dabbrev.el (helm-source-dabbrev): Use candidates.Thierry Volpiatto2013-11-19
* * helm-dabbrev.el (helm-dabbrev--collect): Fix result arg.Thierry Volpiatto2013-11-19
* Keep fixing unused argsThierry Volpiatto2013-11-16
* Enable lexical-binding in all files.Thierry Volpiatto2013-11-14
* Merge branch 'master' into lexThierry Volpiatto2013-11-14
|\
| * * helm-dabbrev.el (helm-dabbrev): Fix comments, no code-change.Thierry Volpiatto2013-11-12
| * * helm-dabbrev.el (helm-dabbrev--get-candidates): Simplify, avoid using declare.Thierry Volpiatto2013-11-12
| * Reindent all files.Thierry Volpiatto2013-11-04
* | reindent.Thierry Volpiatto2013-11-04
* | Finish replacing cl symbols and requiring cl-lib, no compile error.Thierry Volpiatto2013-11-04
* | replace all cl symbol by their cl-lib equivalent.Thierry Volpiatto2013-11-04
|/
* * helm-dabbrev.el (helm-dabbrev--regexp): Improve regexp.Thierry Volpiatto2013-09-12
* * helm-dabbrev.el (helm-dabbrev): regexp-quote dabbrev.Thierry Volpiatto2013-09-10
* * helm-dabbrev.el (helm-dabbrev--collect): check minibuffer outside of loop.Thierry Volpiatto2013-09-09