diff options
author | Lewis Russell <lewis6991@gmail.com> | 2023-01-03 10:07:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-03 10:07:43 +0000 |
commit | 5841a97500bffa5a2b9eed2eb41025f5587790ba (patch) | |
tree | 7df7a9a5612e134080f67ff8b4db5b795f4a26b0 /src/nvim/ex_docmd.c | |
parent | 7b76a3e7992bffca758b2e52548d2f483a45eaf6 (diff) | |
download | rneovim-5841a97500bffa5a2b9eed2eb41025f5587790ba.tar.gz rneovim-5841a97500bffa5a2b9eed2eb41025f5587790ba.tar.bz2 rneovim-5841a97500bffa5a2b9eed2eb41025f5587790ba.zip |
feat!: remove hardcopy
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r-- | src/nvim/ex_docmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c index c072977a53..6c38fd962a 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -3784,7 +3784,6 @@ int expand_filename(exarg_T *eap, char **cmdlinep, char **errormsgp) && eap->cmdidx != CMD_bang && eap->cmdidx != CMD_grep && eap->cmdidx != CMD_grepadd - && eap->cmdidx != CMD_hardcopy && eap->cmdidx != CMD_lgrep && eap->cmdidx != CMD_lgrepadd && eap->cmdidx != CMD_lmake |