about summary refs log tree commit diff
path: root/Util/check-tmux-state
Commit message (Collapse)AuthorAgeFilesLines
* 39847: Update helper function name patternFrank Terbeck2016-11-061-1/+1
| | | | | | | | | | | | In 580698bc71, Oliver updated a whole bunch of options in a number of completions. While at it, he also changed a bit of coding style, to better adhere to Etc/zsh-development-guide — among those changes is to convert "function foobar() {" function definitions to "foobar() {". This broke Util/check-tmux-state so that it couldn't detect any supported tmux sub-commands within _tmux anymore. This updates the regular expression that is used in the script to match and list these function definitions.
* 36075: Disable ‘local’ keyword in script to make data retrieval workFrank Terbeck2015-08-101-0/+4
|
* 36056: Add helper script to check state of _tmux completionFrank Terbeck2015-08-101-0/+216