vimwiki-backup / vimwiki

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

Wikilink with description straight after simple wikilink breaks syntax highlight and auto-collapse #368

Closed GoogleCodeExporter closed 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. Type 'foo', hit Enter on it to make it a wikilink
3. Add a space after foo
4. Type 'bar', hit Enter on it to make it a wikilink
5. Move cursor right after 'r', enter Insert mode, add '|' - at this point 
syntax highlight for second wikilink gets broken.
6. Add description 'baz' so the second wikilink becomes [[bar|baz]] - notice 
that syntax highlight for this wikilink is still broken
7. Move cursor to another line: now it gets even uglier - while syntax 
highlight for second wikilink is still broken, the first wikilink [[foo]] 
disappears completely instead of being rendered underlined

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 1:07

GoogleCodeExporter commented 8 years ago
Thx!

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

GoogleCodeExporter commented 8 years ago
Fixed, but fix is not bullet proof.
I believe there is a bug in vim but nevertheless.

Original comment by habamax on 28 Aug 2012 at 4:28

GoogleCodeExporter commented 8 years ago

Original comment by habamax on 29 Aug 2012 at 9:55

GoogleCodeExporter commented 8 years ago
Thank you.

Since this bug had high priority, should I expect a new stable release soon 
with minor version bumped to be able to make use of the fix? I am comfortable 
with pulling the latest source from repo and using that though.

Original comment by rwxrwx.m...@tut.by on 31 Aug 2012 at 2:01

GoogleCodeExporter commented 8 years ago
This weekend maybe.

Original comment by habamax on 31 Aug 2012 at 3:27