Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
naosense committed Aug 12, 2018
1 parent 779fb52 commit 8aa54dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoload/mpsync.vim
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function! s:start()
else
execute 'silent !java -jar -Dlog.level="' . g:markdown_preview_sync_log_level . '" "' . s:plugin_root_dir . '"/java/markdown-preview-sync.jar >/dev/null 2>&1 &'
endif
sleep 1
sleep 2

python << EOF
port = int(vim.eval('g:markdown_preview_sync_port'))
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.pingao</groupId>
<artifactId>markdown-preview-sync</artifactId>
<version>1.1</version>
<version>1.2</version>
<packaging>jar</packaging>

<name>markdown-preview-sync</name>
Expand Down

0 comments on commit 8aa54dc

Please sign in to comment.