qqzsxyz / vimwiki

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

Tables don't get autoformatted after VimwikiRenameLink #367

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Start vim, hit \ww to open the wiki index
2. Create a 2x2 table using :VimwikiTable 2 2
3. Put 'foo' into the first cell
4. Hit enter on it to make it a wikilink
5. Explicitly hit gqq to format the table because it doesn't get autoformatted, 
see http://code.google.com/p/vimwiki/issues/detail?id=363
6. Hit Enter on 'foo' to open foo.wiki
7. Explicitly save it using :w - otherwise VimwikiRenameLink won't work
8. Invoke :VimwikiRenameLink, rename 'foo' to 'foofoofoo'
9. Hit Backspace to go back to the wiki index
10. See that the table wasn't autoformatted

What version of the product are you using?

vimwiki-2-0-1
vim-7.3.154

On what operating system?

Slackware64-13.37

Please provide any additional information below.

Original issue reported on code.google.com by rwxrwx.m...@tut.by on 24 Aug 2012 at 12:59

GoogleCodeExporter commented 8 years ago

Original comment by habamax on 24 Aug 2012 at 5:38