summaryrefslogtreecommitdiff
path: root/helm-dabbrev.el
Commit message (Expand)AuthorAge
* Update copyrightsThierry Volpiatto2019-03-26
* Remove trailing whitespace(s)duianto2019-01-21
* Fix long linesThierry Volpiatto2018-08-10
* Update docstringThierry Volpiatto2018-08-05
* Fix helm-dabbrev message, docstring and commentsThierry Volpiatto2018-08-02
* Fix condition in helm-dabbrevThierry Volpiatto2018-08-01
* User var to disable threading in *-dabbrevThierry Volpiatto2018-08-01
* Compute cycle candidates firstThierry Volpiatto2018-08-01
* Use a dolist loop in *-dabbrev--collectThierry Volpiatto2018-08-01
* Remove helm-dabbrev-max-length-resultThierry Volpiatto2018-07-30
* Fix *-dabbrev regexpThierry Volpiatto2018-07-29
* Use a separate function in *-dabbrevThierry Volpiatto2018-07-28
* Remove unneeded with-current-bufferThierry Volpiatto2018-07-27
* Reindent and add commentThierry Volpiatto2018-07-25
* Docstring onlyThierry Volpiatto2018-07-25
* Fix helm-dabbrev with single candidateThierry Volpiatto2018-07-25
* Fix old-dabbrev errorThierry Volpiatto2018-07-25
* Reorder helm-dabbrevThierry Volpiatto2018-07-25
* Fix loop for computing cycle candidatesThierry Volpiatto2018-07-24
* Check if thread is still aliveThierry Volpiatto2018-07-23
* Move internal vars on topThierry Volpiatto2018-07-23
* Compute dabbrev cands asyncThierry Volpiatto2018-07-23
* Shutup byte compiler about aliases in emacs-27Thierry Volpiatto2018-06-16
* 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