mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 02:53:06 +02:00
...
This commit is contained in:
parent
a982f3c9dc
commit
e737f3c98a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
let $PYFLAKES_BUILTINS = "_,dynamic_property,__,P,I,lopen,icu_lower,icu_upper,icu_title,ngettext"
|
||||
|
||||
" Include directories for C modules
|
||||
let g:syntastic_cpp_include_dirs = [ '/usr/include/podofo']
|
||||
let g:syntastic_cpp_include_dirs = [ '/usr/include/podofo', '/usr/include/qt4/QtCore', '/usr/include/qt4/QtGui', '/usr/include/qt4']
|
||||
|
||||
fun! CalibreLog()
|
||||
" Setup buffers to edit the calibre changelog and version info prior to
|
||||
|
|
|
|||
Loading…
Reference in a new issue