mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Add fold marker for improved folding
This commit is contained in:
@@ -48,6 +48,6 @@ function! tablemode#utils#StrDisplayWidth(string) "{{{2
|
|||||||
endif
|
endif
|
||||||
endfunction
|
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))
|
return get(b:, a:table_option, get(g:, a:table_option))
|
||||||
endf
|
endf
|
||||||
|
|||||||
Reference in New Issue
Block a user