diff options
| author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-08-19 16:15:49 +0200 |
|---|---|---|
| committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-08-19 16:15:49 +0200 |
| commit | 359a8fce0085888306330354e567f1d0523d230d (patch) | |
| tree | bd4bd8b53d11258373cfb71e79100fbe67fb05da /Completion/Unix/Command/_less | |
| parent | 44675: _find: Fix return status (diff) | |
| download | zsh-359a8fce0085888306330354e567f1d0523d230d.tar zsh-359a8fce0085888306330354e567f1d0523d230d.tar.gz zsh-359a8fce0085888306330354e567f1d0523d230d.tar.bz2 zsh-359a8fce0085888306330354e567f1d0523d230d.tar.lz zsh-359a8fce0085888306330354e567f1d0523d230d.tar.xz zsh-359a8fce0085888306330354e567f1d0523d230d.tar.zst zsh-359a8fce0085888306330354e567f1d0523d230d.zip | |
44587: completion option updates
Diffstat (limited to 'Completion/Unix/Command/_less')
| -rw-r--r-- | Completion/Unix/Command/_less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_less b/Completion/Unix/Command/_less index 44e4653eb..cb71314a6 100644 --- a/Completion/Unix/Command/_less +++ b/Completion/Unix/Command/_less @@ -84,7 +84,12 @@ _arguments -S -s -A "[-+]*" \ '(-~ --tilde)'{-~,--tilde}"[don't display tildes after end of file]" \ '(-\# --shift)'{-\#+,--shift=}"[specify amount to move when scrolling horizontally]:number" \ '--follow-name[the F command changes file if the input file is renamed]' \ + '--mouse[enable mouse input]' \ + '--no-histdups[remove duplicates from command history]' \ + '--rscroll=[set the character used to mark truncated lines]:character [>]' \ + '--save-marks[retain marks across invocations of less]' \ '--use-backslash[subsequent options use backslash as escape char]' \ + '--wheel-lines=[specify lines to move for each click of the mouse wheel]:lines' \ "$files[@]" && ret=0 |
