What steps will reproduce the problem?
1. set "custom_wiki2html": "~/.vim/bin/misaka_md2html.py"
2. :VimWiki2HTML
What is the expected output? What do you see instead?
vimwiki: conversion to HTML is not supported for this syntax!!!
What version of the product are you using? On what operating system?
2.0.1
Please provide any additional information below.
set "custom_wiki2html": "/home/cynic/.vim/bin/misaka_md2html.py"
then all right!!!
because of :
function! s:file_exists(fname) "{{{
return !empty(getftype(a:fname))
endfunction "}}}
getftype("~/.vim/bin/misaka_md2html.py") --> Empty String
getftype("/home/cynic/.vim/bin/misaka_md2html.py") --> file
Original issue reported on code.google.com by Swulling on 2 Dec 2012 at 3:39
Original issue reported on code.google.com by
Swulling
on 2 Dec 2012 at 3:39