From ec655000f8eaec207bcde61306af186328bd853c Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sat, 16 Jul 2016 15:33:58 +0200 Subject: [PATCH] Add shortcut for setExecutable. --- vim/.vimrc | 3 +++ 1 file changed, 3 insertions(+) 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"