Only generate tags for calibre source code

This commit is contained in:
Kovid Goyal 2013-06-04 14:10:59 +05:30
parent dcbd1550e9
commit 869f15ef3d

View File

@ -1,3 +1,6 @@
" Scan the following dirs (recursively for tags
let g:project_tags_dirs = ['src/calibre']
" Include directories for C++ modules
let g:syntastic_cpp_include_dirs = [
\'/usr/include/python2.7',