Skip to content

Commit

Permalink
support more extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
weirongxu committed Oct 29, 2019
1 parent 4e54eab commit 6565c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoload/plantuml_previewer.vim
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function! plantuml_previewer#start() "{{{
call plantuml_previewer#refresh(s:watched_bufnr)
augroup plantuml_previewer
autocmd!
autocmd BufWritePost *.puml,*.plantuml call plantuml_previewer#refresh(s:watched_bufnr)
autocmd BufWritePost *.pu,*.uml,*.plantuml,*.puml,*.iuml call plantuml_previewer#refresh(s:watched_bufnr)
augroup END
endfunction "}}}

Expand Down
2 changes: 1 addition & 1 deletion doc/plantuml-previewer.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*plantuml-previewer.txt* plugin for preview PlantUML

Version: 1.5.0
Version: 1.5.1
Author: Weirong Xu <[email protected]>
License: MIT License

Expand Down

0 comments on commit 6565c3a

Please sign in to comment.