diff --git a/after/plugin/TabularMaps.vim b/after/plugin/TabularMaps.vim index fca27ab..20f7141 100644 --- a/after/plugin/TabularMaps.vim +++ b/after/plugin/TabularMaps.vim @@ -1,3 +1,7 @@ +if !exists(':Tabularize') + finish " Tabular.vim wasn't loaded +endif + let s:save_cpo = &cpo set cpo&vim