1 " This local vim configuration assumes the build directory be in the root
2 " of the source tree named 'build'
4 " This just my personal preference for normal day-to-day development of this project.
7 map <F4> :grep -Ernw --include=*.c* --include=*.h* <cword> src <Bar> cw<CR>
10 set tags+=tags,build/tags
13 command! CTL silent CCTreeLoadDB build/cscope.out