Merge remote-tracking branch 'remotes/origin/master' into homedir

This commit is contained in:
Barak Michener 2012-12-11 12:37:49 -08:00
commit a56fa57f06
5 changed files with 38 additions and 2 deletions

1
.vimrc
View file

@ -313,6 +313,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.