Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- " Define a command to compile PAWN files
- command! PawnCompile :call pawn#compile()
- " Autocommand to compile PAWN files on save
- augroup pawn
- autocmd!
- autocmd BufWritePost *.pwn :PawnCompile
- augroup END
Advertisement
Add Comment
Please, Sign In to add comment