diff --git a/autoload/tablemode/utils.vim b/autoload/tablemode/utils.vim index aa133b3..aa95a92 100644 --- a/autoload/tablemode/utils.vim +++ b/autoload/tablemode/utils.vim @@ -48,6 +48,6 @@ function! tablemode#utils#StrDisplayWidth(string) "{{{2 endif endfunction -function! tablemode#utils#get_buffer_or_global_option(table_option) +function! tablemode#utils#get_buffer_or_global_option(table_option) "{{{2 return get(b:, a:table_option, get(g:, a:table_option)) endf