[+] update vim, python plugin
1. fix autosuggest function calling;
This commit is contained in:
parent
6b589c099f
commit
067638315b
@ -47,8 +47,10 @@ EOF
|
|||||||
python3 load()
|
python3 load()
|
||||||
|
|
||||||
function! F5(pattern, flags, info)
|
function! F5(pattern, flags, info)
|
||||||
|
python3 import online_fxreader_pr34_vim.main;
|
||||||
|
|
||||||
let res = py3eval(
|
let res = py3eval(
|
||||||
\'f5_1(
|
\'online_fxreader_pr34_vim.main.f5_1(
|
||||||
\vim.bindeval("a:pattern").decode("utf-8"),
|
\vim.bindeval("a:pattern").decode("utf-8"),
|
||||||
\vim.bindeval("a:flags"),
|
\vim.bindeval("a:flags"),
|
||||||
\vim.bindeval("a:info")
|
\vim.bindeval("a:info")
|
||||||
|
Loading…
Reference in New Issue
Block a user