This commit is contained in:
Kovid Goyal 2018-08-29 07:55:19 +05:30
commit 52cd03dd39
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 0 additions and 6 deletions

View File

@ -16,11 +16,6 @@ Files: resources/rapydscript/*
Copyright: Various Copyright: Various
License: BSD License: BSD
Files: src/unrar/*
Copyright: Various
License: Non-free
Code can be distributed freely.
Files: src/html5lib/* Files: src/html5lib/*
Copyright: Copyright (c) 2006-2013 James Graham and other contributors Copyright: Copyright (c) 2006-2013 James Graham and other contributors
License: Expat License: Expat

View File

@ -10,7 +10,6 @@ let g:syntastic_cpp_include_dirs = [
\'/usr/include/qt', \'/usr/include/qt',
\'/usr/include/freetype2', \'/usr/include/freetype2',
\'/usr/include/fontconfig', \'/usr/include/fontconfig',
\'src/unrar',
\] \]
let g:syntastic_c_include_dirs = g:syntastic_cpp_include_dirs let g:syntastic_c_include_dirs = g:syntastic_cpp_include_dirs
let g:syntastic_python_flake8_exec = 'flake8-python2' let g:syntastic_python_flake8_exec = 'flake8-python2'