summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2016-11-06 22:50:37 +0100
committerFrank Terbeck <ft@bewatermyfriend.org>2016-11-06 23:18:28 +0100
commit02fe884a11e814192981d32f7a67a3ee450ff70a (patch)
treeec80ad032bc48cdb1c62b4819c560f86ff4a8114 /ChangeLog
parentc282abc6bd9bbc6dc204d217d8e94ea4565e68ca (diff)
downloadzsh-02fe884a11e814192981d32f7a67a3ee450ff70a.tar.gz
zsh-02fe884a11e814192981d32f7a67a3ee450ff70a.tar.xz
zsh-02fe884a11e814192981d32f7a67a3ee450ff70a.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6499cf06e..589295006 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-06  Frank Terbeck  <ft@bewatermyfriend.org>
+
+	* 39847: Util/check-tmux-state: Update helper function name
+	pattern
+
 2016-11-05  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* unposted: Completion/compaudit: tweak replacement getent