dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit a370f61647ba3ee438b7f3a4d1952417a5751e72
parent e17c35ce25c443336a03ba2e1d099c8639abc74e
Author: Ed van Bruggen <ed@edryd.org>
Date:   Sat, 16 Sep 2017 22:42:57 -0700

vim: Add VERSION macro to syntastic cc options

Diffstat:
vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -76,6 +76,7 @@ let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 1 let g:syntastic_check_on_open = 1 let g:syntastic_vim_checkers = ['vint'] +let g:syntastic_c_compiler_options="--std=gnu99 -DVERSION" " gitgutter options let g:gitgutter_max_signs = 1000