Limite width re-sizing for text to Mac, flaky on Linux right now.

This commit is contained in:
Thomas Gideon 2015-11-16 13:23:29 -05:00
parent da6a9756fc
commit f20f242250

2
vimrc
View file

@ -105,7 +105,7 @@ if has('gui_macvim')
command! -bar -nargs=1 OpenWith call s:OpenWith(<f-args>)
endif
if has("gui_running")
if has("gui_macvim")
let narrows = ['text', 'markdown']
" from the help, recommended for widest possible
" for text, narrow width to make side to side scanning easier