Created
December 2, 2012 03:26
-
-
Save ninehills/4186821 to your computer and use it in GitHub Desktop.
vimwiki.diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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