liuchengxu / vim-better-default

:art: Simplify your .vimrc and make the default vim better
MIT License
158 stars 37 forks source link

Missing the O in shortmess to avoid press enter prompts when doing a diff #2

Closed eddieparker closed 8 years ago

eddieparker commented 8 years ago

Without the O prompt, if you use vimdiff, you end up getting an annoying display of the two files you're editing, plus "PRESS ENTER TO CONTINUE". The O flag overwrites any read messages from the commandline, making it smoother to get into diff mode.

liuchengxu commented 8 years ago

Thanks!