From: Maximilian Friedersdorff Date: Mon, 19 Nov 2018 10:55:28 +0000 (+0000) Subject: Force c++14 syntax checking in vim X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=8715288ef82193391f7d5a6b0fc24f61af09b22b;hp=543c0555f8bc9aff3d051fe20679ce7a924c99c6;p=max%2Fdotfiles.git Force c++14 syntax checking in vim --- diff --git a/vim/.vimrc b/vim/.vimrc index bdb8feb..f314c73 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -69,7 +69,7 @@ let g:syntastic_aggregate_errors = 1 " Syntastic C++11 let g:syntastic_cpp_compiler = 'g++' -let g:syntastic_cpp_compiler_options = '-std=c++11' +let g:syntastic_cpp_compiler_options = '-std=c++14' set laststatus=2 " Set this to 1 if powerline fonts are installed.