Skip to content

Commit

Permalink
Fix fold marker syntax (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
bravoecho committed Apr 17, 2021
1 parent a4659fb commit ce41bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/plantuml_previewer.vim
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function! plantuml_previewer#open() "{{{
endif
call plantuml_previewer#start()
call OpenBrowser(s:viewer_html_path())
endfunction }}}
endfunction "}}}

function! plantuml_previewer#stop() "{{{
augroup plantuml_previewer
Expand Down

0 comments on commit ce41bde

Please sign in to comment.