mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Removed unnecessary check
This commit is contained in:
@@ -109,9 +109,7 @@ function! s:IsTableModeActive()
|
||||
endfunction
|
||||
|
||||
function! s:ConvertDelimiterToSeparator(line)
|
||||
if a:line
|
||||
execute 'silent! ' . a:line . 's/^\|' . g:table_mode_delimiter . '\|$/' . g:table_mode_separator . '/ge'
|
||||
endif
|
||||
endfunction
|
||||
|
||||
function! s:Tableize()
|
||||
|
||||
Reference in New Issue
Block a user