mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-13 05:23:46 -05:00
Add support for center alignment. Fix #57
We now have support for center alignment, simply add a header border with the `g:table_mode_align_char` as both the first and the last character so it would look something like `+:.....:+` to center align the column values.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
| Title | Message |
|
||||
|------:+--------:|
|
||||
| t1 | msg1 |
|
||||
| t2 | msg2 |
|
||||
| S. No | Title | Message |
|
||||
|-------+:------+:-------:|
|
||||
| 1 | t1 | msg1 |
|
||||
| 2 | t2 | msg2 |
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
| Title | Message |
|
||||
|------:+--------:|
|
||||
| t1 | msg1 |
|
||||
| t2 | msg2 |
|
||||
|S. No|Title|Message|
|
||||
|-----+:----+:-----:|
|
||||
|1|t1|msg1|
|
||||
|2|t2|msg2|
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
|--------------+------------------+------------|
|
||||
| 测试测试 | 测试长度 | 长测试 |
|
||||
|--------------+------------------+-----------:|
|
||||
| abc | 测试长度 | 长测试 |
|
||||
| 测试测试 | 测试长度 | 长测试 |
|
||||
|--------------+:----------------:+-----------:|
|
||||
| abc | 测试长度 | 长测试 |
|
||||
| 长 | 测试测试测试测试 | 测试测试 |
|
||||
| 测试测试 | 测试 | 测试测测试 |
|
||||
| 测试测试测试 | 测试测试 | 测试 |
|
||||
| 测试测试 | 测试 | 测试测测试 |
|
||||
| 测试测试测试 | 测试测试 | 测试 |
|
||||
|--------------+------------------+------------|
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|--------+--------+------|
|
||||
|测试测试|测试长度|长测试|
|
||||
|--------+--------+-----:|
|
||||
|--------+:------:+-----:|
|
||||
|abc|测试长度|长测试|
|
||||
|长|测试测试测试测试|测试测试|
|
||||
|测试测试|测试|测试测测试|
|
||||
|
||||
Reference in New Issue
Block a user