You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove incorrect less subcommand definition (#1200)
Fixes#1199
The `less` completions currently include a subcommand `"less 0 1 2 3 4 5
6 7 8 9 10 11 12 13 14 15 16 17 18 19"`. This subcommand definition has
all the same flags as the definition for `less` (expect for `--shift`).
This subcommand exists because these completions were generated from the
[Fish
ones](https://github.com/fish-shell/fish-shell/tree/master/share/completions/less.fish),
and for some reason, the Fish completions add arguments like `1 2 3 ...`
to some of the `less` commands.
This PR just gets rid of that subcommand.
0 commit comments