Skip to content

Commit

Permalink
Merge pull request #37 from RogerRoyal/add_filter_option
Browse files Browse the repository at this point in the history
Add --download to filter list
  • Loading branch information
ThomasFeher authored Oct 20, 2023
2 parents d87d613 + 65f751f commit 03d3f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vim-bob.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let s:script_path = expand('<sfile>: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`,
Expand Down

0 comments on commit 03d3f18

Please sign in to comment.