diff --git a/vimrc b/vimrc index 1d8df20..88ab57e 100644 --- a/vimrc +++ b/vimrc @@ -105,7 +105,7 @@ if has('gui_macvim') command! -bar -nargs=1 OpenWith call s:OpenWith() 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