vimwiki-backup / vimwiki

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

VimwikiAll2HTML kills syntax highlight in current buffer if invoked not in index #365

Open GoogleCodeExporter opened 8 years ago

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

1. Open the wiki index the usual way \ww
2. Type 'foo', hit Enter to make it a wikilink. Now there's syntax highlight 
active.
3. Invoke :VimwikiAll2HTML - everything works properly, syntax highlight is 
still active.
4. Hit Enter on [[foo]] to open foo.wiki
5. Type 'bar', hit Enter to make it a wikilink. Now there's syntax highlight 
active.
6. Invoke :VimwikiAll2HTML - syntax highlight is killed in current buffer 
(however, manually issuing :syntax on brings it back)

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:37

GoogleCodeExporter commented 8 years ago
I can't reproduce it.

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

GoogleCodeExporter commented 8 years ago
I can reproduce it even in index (on vim 7.3.429; vimwiki 1.2 and 2.0.1 are 
both affected). In fact it occurs as soon as there is at least one page that 
must be converted to HTML on top of the current one. In the above repro steps, 
step 3 only works because the 'foo' page does not exist yet.

Original comment by alexandr...@gmail.com on 13 Mar 2013 at 9:14