add Bf,Cf,Tf commands
This commit is contained in:
parent
132b8669dd
commit
712d99d90d
7
vimrc
7
vimrc
@ -205,6 +205,13 @@ function! PtagSymbolBeforeParen()
|
||||
endif
|
||||
endfunction
|
||||
|
||||
"==============================================================================
|
||||
" Commands
|
||||
"==============================================================================
|
||||
command! -nargs=? Bf call FindSymbolInSources(b:project_sources . ' ' . b:test_sources, <f-args>)
|
||||
command! -nargs=? Cf call FindSymbolInSources(b:project_sources, <f-args>)
|
||||
command! -nargs=? Tf call FindSymbolInSources(b:test_sources, <f-args>)
|
||||
|
||||
"==============================================================================
|
||||
" Machine-local Settings
|
||||
"==============================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user