xolox / vim-shell

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

White Border in fullscreen on windows fix #38

Closed mcdz closed 2 months ago

mcdz commented 5 years ago

while in full screen, type

:set guioptions += m F11(to exit full screen) F11(to enter full screen again) :set guioptions -=m

and white border on the left will be gone