Subject: | .vim does not work inside wiki tables |
when I try to put a nice box around some java code using .vim, I got the following error:
Software error:
an input file or string must be specified, either to 'new' or 'syntax_mark_file/string' at /usr/lib/perl5/site_perl/5.8.0/Kwiki/VimMode.pm line 27
I'm running Kwiki 0.31 and .vim works fine, just not inside tables.
Here is the snipit of kwiki text that causes the error:
|some java code in a box:
.vim
filetype: java
package caCode;
public class lfsr {
// snip...
}
.vim
|