# HG changeset patch # User Meredith Howard # Date 1496247458 14400 # Node ID be78943b95de7aa17e0e75bd19a9ce6f7ee8f96b # Parent 8bf53485a2aec2c90a5a67ff7d49a39773839fa8 simplify diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -448,11 +448,9 @@ let g:interestingWordsRandomiseColors = command! MailPreview enew | set bt=nofile | 0r # | exe 'norm 0O```}O```' | silent exe '%!mutt-md2html | mutt-html2txt' | 0 command! MailPreviewHTML enew | set bt=nofile | 0r # | exe 'norm 0O```}O```' | silent exe '%!mutt-md2html' | 0 -if !exists(":DiffOrig") - " Diff unsaved buffer - command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_ | diffthis - \ | wincmd p | diffthis -endif +" Diff unsaved buffer +command! DiffOrig vert new | set bt=nofile | r ++edit # | 0d_ | diffthis + \ | wincmd p | diffthis " }}} " Local stuff, finish up