From 540a2aa3b4f796e37b87b1e3bb81f1b530f54419 Mon Sep 17 00:00:00 2001 From: pingao Date: Mon, 27 Aug 2018 11:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=A2=84=E8=A7=88=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=85=B3=E9=97=AD=E9=87=8D=E6=96=B0=E6=89=93=E5=BC=80?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autoload/mpsync.vim | 5 +++++ autoload/python/java_vim_bridge.py | 4 ++++ src/main/java/com/pingao/server/SocketServer.java | 4 ++++ .../java/com/pingao/server/TextWebSocketFrameHandler.java | 5 +---- src/main/webapp/js/index.js | 5 ----- 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/autoload/mpsync.vim b/autoload/mpsync.vim index 23e2310..5a34df2 100644 --- a/autoload/mpsync.vim +++ b/autoload/mpsync.vim @@ -70,6 +70,11 @@ function! s:open() execute "silent !\"" . g:markdown_preview_sync_firefox_path . "\" http://127.0.0.1:" . g:markdown_preview_sync_port . "/index" endif endif + +python <