i can't do boolean logic (#247).

This commit is contained in:
Bailey Ling 2013-09-11 17:55:57 +00:00
parent 8886ea0a23
commit 61de5d3949
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
" MIT License. Copyright (c) 2013 Bailey Ling.
" vim: et ts=2 sts=2 sw=2
if !get(g:, 'loaded_csv', 0) || !exists(':Table')
if !get(g:, 'loaded_csv', 0) && !exists(':Table')
finish
endif