diff options
author | 2015-11-06 15:58:01 +0000 | |
---|---|---|
committer | 2015-11-06 15:58:01 +0000 | |
commit | be1ba4b86ce4b27d42a5ceba73eaa6064a2f4ea4 (patch) | |
tree | 68c733ccad4a1f68f7ec917074ffa59c39c89782 /usr.bin/less/lesskey.c | |
parent | Garrett D'Amore has agreed to moving his copyright line up above the (diff) | |
download | wireguard-openbsd-be1ba4b86ce4b27d42a5ceba73eaa6064a2f4ea4.tar.xz wireguard-openbsd-be1ba4b86ce4b27d42a5ceba73eaa6064a2f4ea4.zip |
Remove support for ! to run a shell command, we have ^Z around these
parts. ok ratchov jung millert
Diffstat (limited to 'usr.bin/less/lesskey.c')
-rw-r--r-- | usr.bin/less/lesskey.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/less/lesskey.c b/usr.bin/less/lesskey.c index aa97a297081..c639651014d 100644 --- a/usr.bin/less/lesskey.c +++ b/usr.bin/less/lesskey.c @@ -147,7 +147,6 @@ struct cmdname cmdnames[] = { "reverse-search-all", A_T_REVERSE_SEARCH }, { "right-scroll", A_RSHIFT }, { "set-mark", A_SETMARK }, - { "shell", A_SHELL }, { "status", A_STAT }, { "toggle-flag", A_OPT_TOGGLE }, { "toggle-option", A_OPT_TOGGLE }, |