misc fixes
This commit is contained in:
parent
7d8d6789ce
commit
99cd32d0e9
5 changed files with 37 additions and 2 deletions
1
.vimrc
1
.vimrc
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue