Skip to content

Instantly share code, notes, and snippets.

@tgittos
Created November 20, 2015 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tgittos/ee5de4f994899603c637 to your computer and use it in GitHub Desktop.
Save tgittos/ee5de4f994899603c637 to your computer and use it in GitHub Desktop.
Compiling in vim using build.bat
function! s:build()
let &makeprg='build'
silent make
botright copen
wincmd p
endfunction
command! Build call s:build()
set switchbuf=useopen,split
nnoremap <silent> <F8> :Build<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment