1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 11:51:04 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Frank Terbeck
02fe884a11 39847: Update helper function name pattern
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.
2016-11-06 23:18:28 +01:00
Frank Terbeck
c6136b94f3 36075: Disable ‘local’ keyword in script to make data retrieval work 2015-08-10 17:53:44 +02:00
Frank Terbeck
8208f5f8ed 36056: Add helper script to check state of _tmux completion 2015-08-10 16:50:52 +02:00