This commit is contained in:
Kovid Goyal 2012-09-03 21:38:08 +05:30
parent 75f1271681
commit f36feac5ba

View File

@ -13,6 +13,8 @@ let g:syntastic_cpp_include_dirs = [
\] \]
let g:syntastic_c_include_dirs = g:syntastic_cpp_include_dirs let g:syntastic_c_include_dirs = g:syntastic_cpp_include_dirs
set wildignore+=resources/viewer/mathjax/**
fun! CalibreLog() fun! CalibreLog()
" Setup buffers to edit the calibre changelog and version info prior to " Setup buffers to edit the calibre changelog and version info prior to
" making a release. " making a release.