From ab6b28e67c97fc290583a7a702bdc7a33573f404 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Tue, 21 Feb 2012 14:58:10 -0800 Subject: [PATCH] remove stupid thing from vimrc --- .vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.vimrc b/.vimrc index e01fdf2..9d51b35 100644 --- a/.vimrc +++ b/.vimrc @@ -310,7 +310,6 @@ endfunction command! -complete=shellcmd -nargs=+ Shell call s:ExecuteInShellOutput() command! -complete=shellcmd -nargs=+ Exec call s:ExecuteInShell() command! -nargs=* Make call s:ExecuteInShellOutput('make '.) -command! -nargs=* Git call s:ExecuteInShellOutput('git '.) command! -nargs=* PTW call s:ExecuteInShell('ptw post --client=vim "'..'"') " Highlight all instances of word under cursor, when idle.