Limite width re-sizing for text to Mac, flaky on Linux right now.
This commit is contained in:
parent
da6a9756fc
commit
f20f242250
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue