Add fold marker for improved folding

This commit is contained in:
Dhruva Sagar
2019-02-20 09:43:50 +05:30
parent 229916cd00
commit fdfcb85fb3

View File

@@ -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