Added early support for terminal vim

This commit is contained in:
Nate Kane
2010-12-20 21:51:02 +10:00
parent 0c0ac44889
commit 6d903df6e7
2 changed files with 62 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
" Author: Nate Kane <nathanaelkane AT gmail DOT com>
" Homepage: http://github.com/nathanaelkane/vim-indent-guides
if exists('g:loaded_indent_guides') || &cp || !has('gui_running')
if exists('g:loaded_indent_guides') || &cp
finish
endif