Update Make for latest version of vim-dispatch

This commit is contained in:
ViViDboarder 2014-07-10 11:40:57 -07:00
parent 24ca2cbef9
commit 0d473b6435
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ set title
inoremap jk <esc>
" Bind Make to F5 like other IDEs
nnoremap <F5> :Make<CR>
nnoremap <F5> :Make!<CR>
" Remap Ctrl+Space for auto Complete
inoremap <C-Space> <C-n>