From 65f751f23355110f51e965f00c4f1f912bba5c60 Mon Sep 17 00:00:00 2001 From: Roger Royal Date: Tue, 10 Oct 2023 22:48:20 +0200 Subject: [PATCH] Add --download to filter list --- plugin/vim-bob.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vim-bob.vim b/plugin/vim-bob.vim index 3843b20..a5c51fa 100644 --- a/plugin/vim-bob.vim +++ b/plugin/vim-bob.vim @@ -7,7 +7,7 @@ let s:script_path = expand(':h') " single part command line options let s:query_option_filter = ['-b', '--build-only', '-v', '-vv', '-vvv', '--verbose', '--clean', '--force', '-q', '-qq', '-qqq'] " two-part command line options (only first part is specified here) -let s:query_option_filter_2 = ['--destination'] +let s:query_option_filter_2 = ['--destination', '--download'] " the name of the project, effectively the name of the Bob package let s:project_name = '' " the configuration used for the current project as given to `BobProject`,