Adhere to common conventions

This commit is contained in:
Marco Hinz
2013-05-07 14:45:16 +02:00
parent 4e8e87256b
commit af55d03e14
2 changed files with 7 additions and 2 deletions

View File

@@ -20,10 +20,10 @@
" =============================================================================
" Finish if already loaded {{{1
if exists('g:table_mode_loaded')
if exists('g:loaded_table_mode')
finish
endif
let g:table_mode_loaded = 1
let g:loaded_table_mode = 1
"}}}1
"
" Finish if Tabularize plugin is not available {{{1