vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit fb8bbef69bbeb2cff08b09b7f55c077fea4fca7b
parent 3e480e9e3f12e32a5ae95f9f63c41411da568f87
Author: EinfachToll <istjanichtzufassen@googlemail.com>
Date:   Fri, 12 Sep 2014 12:09:40 +0200

Merge remote-tracking branch 'chelmertz/dev-echo-export-location' into dev

Conflicts:
	ftplugin/vimwiki.vim

Diffstat:
Mautoload/vimwiki/html.vim | 1+
Mftplugin/vimwiki.vim | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/autoload/vimwiki/html.vim b/autoload/vimwiki/html.vim @@ -1528,6 +1528,7 @@ function! vimwiki#html#WikiAll2HTML(path_html) "{{{ call VimwikiSet('invsubdir', current_invsubdir) call s:create_default_CSS(path_html) + echomsg 'HTML exported to '.path_html echomsg 'Done!' let &more = setting_more diff --git a/ftplugin/vimwiki.vim b/ftplugin/vimwiki.vim @@ -237,7 +237,7 @@ command! -buffer Vimwiki2HTML \ let res = vimwiki#html#Wiki2HTML(expand(VimwikiGet('path_html')), \ expand('%')) \<bar> - \ if res != '' | echo 'Vimwiki: HTML conversion is done.' | endif + \ if res != '' | echo 'Vimwiki: HTML conversion is done, output: '.expand(VimwikiGet('path_html')) | endif command! -buffer Vimwiki2HTMLBrowse \ silent noautocmd w <bar> \ call vimwiki#base#system_open_link(vimwiki#html#Wiki2HTML(