Update doc and fixed specs

This commit is contained in:
Dhruva Sagar
2021-05-05 22:21:42 +05:30
parent 26d2390548
commit 88b9c85af3
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
let g:table_mode_corner = '+'
let g:table_mode_separator = '|'
let g:table_mode_separator_map = '<Bar>'
let g:table_mode_escaped_separator_regex = '\V\C\\\@1<!|'
let g:table_mode_fillchar = '-'
let g:table_mode_header_fillchar = '-'