xolox / vim-shell

Improved integration between Vim and its environment (fullscreen, open URL, background command execution)
http://peterodding.com/code/vim/shell/
169 stars 13 forks source link

get silent #26

Closed oblitum closed 10 years ago

oblitum commented 10 years ago

Is there an option to avoid messages being displayed when going to fullscreen, when I go to fullscreen there's a long message which I'd prefer to avoid if possible.

xolox commented 10 years ago

There wasn't an option, but I just added it. If you update to the latest version of vim-shell and you add the following to your vimrc the message will be gone:

:let g:shell_fullscreen_message = 0

Thanks for the feedback & happy Vimming!

oblitum commented 9 years ago

Thanks! (late)