Merge pull request #138 from rephorm/local
missing 'let' in fortran.vim
This commit is contained in:
commit
64cb6860fb
@ -29,7 +29,7 @@ if !executable("gfortran")
|
||||
endif
|
||||
|
||||
if !exists('g:syntastic_fortran_flags')
|
||||
g:syntastic_fortran_flags = ''
|
||||
let g:syntastic_fortran_flags = ''
|
||||
endif
|
||||
|
||||
function! SyntaxCheckers_fortran_GetLocList()
|
||||
|
Loading…
Reference in New Issue
Block a user