Skip to content

Instantly share code, notes, and snippets.

@ninehills
Created December 2, 2012 03:26
Show Gist options
  • Save ninehills/4186821 to your computer and use it in GitHub Desktop.
Save ninehills/4186821 to your computer and use it in GitHub Desktop.
vimwiki.diff
diff --git a/autoload/vimwiki/html.vim b/autoload/vimwiki/html.vim
index 4b5aac7..1714c72 100644
--- a/autoload/vimwiki/html.vim
+++ b/autoload/vimwiki/html.vim
@@ -1347,7 +1347,7 @@ endfunction " }}}
function! s:use_custom_wiki2html() "{{{
let custom_wiki2html = VimwikiGet('custom_wiki2html')
- return !empty(custom_wiki2html) && s:file_exists(custom_wiki2html)
+ return !empty(custom_wiki2html)
endfunction " }}}
function! vimwiki#html#CustomWiki2HTML(path, wikifile, force) "{{{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment