remove stupid thing from vimrc
This commit is contained in:
parent
cb953eebf8
commit
ab6b28e67c
1 changed files with 0 additions and 1 deletions
1
.vimrc
1
.vimrc
|
|
@ -310,7 +310,6 @@ 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