projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3205c29
)
Fix typo in zsh completion
author
Philipp Fischbeck
<pfischbeck@googlemail.com>
Thu, 14 Nov 2019 20:28:00 +0000
(20:28 +0000)
committer
Philipp Fischbeck
<pfischbeck@googlemail.com>
Thu, 14 Nov 2019 20:28:00 +0000
(20:28 +0000)
completion/zsh/_libinput
patch
|
blob
|
history
diff --git
a/completion/zsh/_libinput
b/completion/zsh/_libinput
index 49179dca26b28300af5675e19ec560f22c37a044..f3ed06fc3bfda7c601ce9652027874f0f07ddf73 100644
(file)
--- a/
completion/zsh/_libinput
+++ b/
completion/zsh/_libinput
@@
-76,7
+76,7
@@
__all_seats()
'--disable-middlebutton[Disable middle button emulation]' \
+ '(dwt)' \
'--enable-dwt[Enable disable-while-typing]' \
- '--disable-dwt[Disable
en
able-while-typing]'
+ '--disable-dwt[Disable
dis
able-while-typing]'
}
(( $+functions[_libinput_debug-gui] )) || _libinput_debug-gui()