Add :BuildDir to select YouCompleteMe build directory
This commit is contained in:
@@ -29,3 +29,6 @@ command! -nargs=+ -complete=file Debug call do#debug(<f-args>)
|
||||
|
||||
" Find all TODO items in the current file and populate the location list
|
||||
command! TodoFile lvimgrep /todo/ %
|
||||
|
||||
" Change build directory
|
||||
command! -nargs=1 -complete=dir BuildDir call build#dir(<f-args>)
|
||||
|
||||
Reference in New Issue
Block a user