i can't do boolean logic (#247).
This commit is contained in:
parent
8886ea0a23
commit
61de5d3949
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue