Add an option to not load TabularMaps.vim
Setting g:no_default_tabular_maps=1 will disable loading of TabularMaps.vim. Suggested by jeetsukumaran on github.
This commit is contained in:
parent
0c856ba0a9
commit
60f2564881
@ -1,5 +1,5 @@
|
|||||||
if !exists(':Tabularize')
|
if !exists(':Tabularize') || get(g:, 'no_default_tabular_maps', 0)
|
||||||
finish " Tabular.vim wasn't loaded
|
finish " Tabular.vim wasn't loaded or the default maps are unwanted
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let s:save_cpo = &cpo
|
let s:save_cpo = &cpo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user