提交 289930c9 编写于 作者: C Cosmin Popescu

version 3.1.1

上级 c81992c9
......@@ -91,6 +91,7 @@ function! s:pipe_execute(type, cmd, wait_result, ...)
python << SCRIPT
import vim
import socket
import re
identifier = vim.eval('v:servername') + "#" + vim.eval('uid')
cmd = vim.eval('a:cmd') + "\n"
......
......@@ -291,7 +291,7 @@ class SQLWorkbench(object):
time = ''
line = ''
buff = ''
while re.search('using :send_to_vim', line) == None:
while re.search('using.*send_to_vim', line) == None:
line = pipe.stdout.readline()
buff += line
if self.debug:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册