qqzsxyz / vimwiki

Automatically exported from code.google.com/p/vimwiki
0 stars 0 forks source link

how can I insert a | in tables? #408

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Insert the following contents:
| name | age |  other   |
|------|-----|----------|
| john | 23  | boy|girl |

Enter <Esc>, then it turns out to be:

| name | age |  other   |       |
|------|-----|----------|       |
| john | 23  |   boy    |  girl |

but how can i use "|" in a table?

vim:7.3
vimwiki:2.0.1
os: ubuntu 12.04

Original issue reported on code.google.com by xuezai...@gmail.com on 21 Mar 2013 at 11:11