about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-05-31 13:36:40 +0300
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-01 08:21:39 +0000
commit56fffd548203c3257d9fe05d75e36d8002b48bcc (patch)
treedf28219be0ba38275b1b23649d3c5f7a3b6b2f83 /ChangeLog
parent94e38548e306e6dd6fe601378fea85903d060bf5 (diff)
downloadzsh-56fffd548203c3257d9fe05d75e36d8002b48bcc.tar.gz
zsh-56fffd548203c3257d9fe05d75e36d8002b48bcc.tar.xz
zsh-56fffd548203c3257d9fe05d75e36d8002b48bcc.zip
gitlab !14: modutils completion: Fix getting the value of kver from opt_args
To get the _value_ of either of the options -S, -k or --set-version,
the (i) subscript flag is not needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 773e5b64d..b1d58021b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-06-01  Doron Behar  <doron.behar@gmail.com>
+
+	* gitlab !14: Completion/Linux/Command/_modutils: modutils
+	completion: Fix getting the value of kver from opt_args
+
 2020-05-30  Bart Schaefer  <schaefer@zsh.org>
 
 	* 45915: Src/utils.c: fix handling of hyphens in spckword()