dhruvasagar / vim-table-mode

VIM Table Mode for instant table creation.
2.11k stars 96 forks source link

'||' header border expansion not working #147

Closed elig0n closed 5 years ago

elig0n commented 5 years ago

|| does not expand but |-| does.

g:table_mode_separator is | g:table_mode_corner is + g:table_mode_corner_corner is |

dhruvasagar commented 5 years ago

Which filetype ? I am not able to reproduce this. If there's no previous row, it should create |-+-|, also do double check the settings for the filetype / buffer to make sure it's not being overriden from a ftplugin or autocmd.

elig0n commented 5 years ago

As I can't reproduce it now either (and plugin was upgraded a few times) I'm closing it