diff --git a/vim/.vimrc b/vim/.vimrc index 4e28dc8..8efdcb5 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -25,6 +25,9 @@ imap map :update:make imap :update:make +map :call SetExecutable() +imap :call SetExecutable + "language specific syntastic configurtion let g:syntastic_cpp_compiler="g++" let g:syntastic_cpp_compiler_options = "-std=c++11 -Wall -Wextra -Wpedantic"