about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-02-23 11:39:33 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-02-23 11:39:33 +0900
commitef60187efce77c0572daf419ca5ba57a28df3cad (patch)
tree328691863bf4be0fbc542b486e6ca9284d4b0e86 /Completion
parenta692b980cb895143e073ac2e3fccf5ad0760eafe (diff)
downloadzsh-ef60187efce77c0572daf419ca5ba57a28df3cad.tar.gz
zsh-ef60187efce77c0572daf419ca5ba57a28df3cad.tar.xz
zsh-ef60187efce77c0572daf419ca5ba57a28df3cad.zip
49766: _less: add quotes to -" and -#
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_less4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_less b/Completion/Unix/Command/_less
index 0a72782ef..69f75fd0e 100644
--- a/Completion/Unix/Command/_less
+++ b/Completion/Unix/Command/_less
@@ -80,9 +80,9 @@ _arguments -S -s -A "[-+]*"  \
   '--no-keypad[disable use of keypad terminal init string]' \
   '(-y --max-forw-scroll)'{-y,--max-forw-scroll}'[specify forward scroll limit]' \
   '(-z --window)'{-z+,--window=}'[specify scrolling window size]:lines' \
-  '(-" --quotes)'{-\"+,--quotes=}'[change quoting character]:quoting characters' \
+  '(-\" --quotes)'{'-\"+',--quotes=}'[change quoting character]:quoting characters' \
   '(-~ --tilde)'{-~,--tilde}"[don't display tildes after end of file]" \
-  '(-# --shift)'{-\#+,--shift=}"[specify amount to move when scrolling horizontally]:number" \
+  '(-\# --shift)'{'-\#+',--shift=}"[specify amount to move when scrolling horizontally]:number" \
   '--file-size[automatically determine the size of the input file]' \
   '--incsearch[search file as each pattern character is typed in]' \
   '--line-num-width=[set the width of line number field]:width [7]' \