From b4c96c39c6be61ecbbe7f94d0d181c5359825a8a Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Tue, 25 Jun 2019 19:13:40 -0400 Subject: [PATCH] vimrc: fix spacing --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 97af497..2dacdfe 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -250,7 +250,7 @@ endfu " Commands -------------------------------------------------------------------| " Find -com -nargs=+ -complete=file -bar Gr silent! grep! ""|cwindow +com -nargs=+ -complete=file -bar Gr silent! grep! "" | cwindow " Write (sudo) com W execute 'w !sudo tee > /dev/null %' | edit!