vimrc: fix spacing

master
an 2019-06-25 19:13:40 -04:00
parent 65564aeaec
commit b4c96c39c6
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ endfu
" Commands -------------------------------------------------------------------|
" Find
com -nargs=+ -complete=file -bar Gr silent! grep! "<Args>"|cwindow
com -nargs=+ -complete=file -bar Gr silent! grep! "<Args>" | cwindow
" Write (sudo)
com W execute 'w !sudo tee > /dev/null %' | edit!