aboutsummaryrefslogtreecommitdiffstats
path: root/src/_kak
Commit message (Collapse)AuthorAgeFilesLines
* Update UI type name listShohei YOSHIDA2025-05-231-2/+2
|
* Update kak completionShohei YOSHIDA2022-11-161-21/+28
|
* Replace _values with compadd, and other cleanup recommendedDavid Ross2018-08-251-2/+4
| | | | Thanks @okapia!
* Fix kak_sessions not sending _values enough arguments David Ross2018-08-251-1/+1
| | | | | Using zsh 5.4.2, I am occasionally running into an error "_values:compvalues:11: not enough arguments". When it doesn't occur, instead, one of the kakoune sessions does not appear as part of autocompletion. This fixes both problems for me by providing a description as described in http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Completion-System. "The first non-option argument is used as a string to print as a description before listing the values. "
* src _kak: Fix argument syntax and use `_call_program`Frank LENORMAND2017-07-191-8/+3
|
* src: Add completion for the Kakoune code editorFrank LENORMAND2017-06-211-0/+74