Skip to content

Commit

Permalink
Update plantuml_jar_path configuration
Browse files Browse the repository at this point in the history
filter quotation mark
  • Loading branch information
weirongxu committed May 21, 2019
1 parent 5dac592 commit 93b7cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If plant uml was installed by homebrew, you can add the following code to your `

```vim
au FileType plantuml let g:plantuml_previewer#plantuml_jar_path = get(
\ matchlist(system('grep plantuml.jar /usr/local/bin/plantuml'), '\v.* (\S+plantuml\.jar).*'),
\ matchlist(system('cat `which plantuml` | grep plantuml.jar'), '\v.*\s[''"]?(\S+plantuml\.jar).*'),
\ 1,
\ 0
\)
Expand Down

0 comments on commit 93b7cf8

Please sign in to comment.