diff --git a/plugin/indent_guides.vim b/plugin/indent_guides.vim index 537bd02..49633c6 100644 --- a/plugin/indent_guides.vim +++ b/plugin/indent_guides.vim @@ -1,15 +1,10 @@ " Author: Nate Kane " Homepage: http://github.com/nathanaelkane/vim-indent-guides -if exists('g:loaded_indent_guides') || &cp +if exists('g:loaded_indent_guides') || &cp || !has('gui_running') finish endif -if !has('gui_running') - echoerr "The Indent Guides plugin requires gvim to work correctly." - finish -end - let g:loaded_indent_guides = 1 function! s:IndentGuidesToggle()