Merge branch 'fix-print-in-repeater'
This commit is contained in:
commit
bde0cdf310
1 changed files with 1 additions and 1 deletions
|
@ -1558,7 +1558,7 @@ def set_up_windows():
|
||||||
b1 = vim.current.buffer
|
b1 = vim.current.buffer
|
||||||
vim.command("let s:b1=bufnr('$')")
|
vim.command("let s:b1=bufnr('$')")
|
||||||
|
|
||||||
print msg_addr
|
print(msg_addr)
|
||||||
comm_type, comm_addr = msg_addr.split(":", 1)
|
comm_type, comm_addr = msg_addr.split(":", 1)
|
||||||
set_conn(comm_type, comm_addr)
|
set_conn(comm_type, comm_addr)
|
||||||
with ProxyConnection(kind=comm_type, addr=comm_addr) as conn:
|
with ProxyConnection(kind=comm_type, addr=comm_addr) as conn:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue