misc fixes

This commit is contained in:
Barak Michener 2012-11-17 20:53:06 -08:00
parent 7d8d6789ce
commit 99cd32d0e9
5 changed files with 37 additions and 2 deletions

1
.vimrc
View file

@ -310,6 +310,7 @@ endfunction
command! -complete=shellcmd -nargs=+ Shell call s:ExecuteInShellOutput(<q-args>)
command! -complete=shellcmd -nargs=+ Exec call s:ExecuteInShell(<q-args>)
command! -nargs=* Make call s:ExecuteInShellOutput('make '.<q-args>)
command! -nargs=* Git call s:ExecuteInShellOutput('git '.<q-args>)
command! -nargs=* PTW call s:ExecuteInShell('ptw post --client=vim "'.<q-args>.'"')
" Highlight all instances of word under cursor, when idle.