[HELP WANTED] error when called the ' leaderf#Rg#NormalModelFilter '
处理 function leaderf#Gtags#NormalModeFilter 时发生错误: 第 1 行: E859: 无法将返回的 Python 对象转换为 Vim 值, as below:
the error occurred at the function leaderf#Rg#NormalModeFilter so i try to update the function as below:
which displays:
why winid and key here is not defined
i displayed the value of variables: g:Lf_PyEval && g:Lf_Py
:echo g:Lf_PyEval output : py3eval
while
:echo g:Lf_Py output: E121: 未定义的变量: g:Lf_Py
my env:
vim: 9.0.2121 os: Linux raspberrypi 6.5.0-1013-raspi #16-Ubuntu SMP PREEMPT Thu Mar 14 15:47:52 UTC 2024 armv7l armv7l armv7l GNU/Linux python: Python 3.11.6
If you want to access the function arguments, you should use a:xxx, here you should use a:winid.
If you want to access the function arguments, you should use a:xxx, here you should use a:winid.
thanks for reply @Yggdroot 🤝, i just changed the function like this:
it plays well, no error . but if i remove the comment as below:
error occurred, and the vim exited along with the error :
How to reproduce?
How to reproduce?
i think it is hard to reproduce the error, as there are too many env deps,
but still , hope u can try to help me to figure out the problem. below is my install script :
https://github.com/xm-tech/dotfiles-ubuntu.git
make install
@Yggdroot chinese ? 在上海 ?
如果是的话,我可以过来拜访😄
没错,中国人。
How to reproduce?
i think it is hard to reproduce the error, as there are too many env deps,
but still , hope u can try to help me to figure out the problem. below is my install script :
https://github.com/xm-tech/dotfiles-ubuntu.git
make install
具体我不知道你是在什么情况下出现的这个错误。
试试 如下: vimrc
set encoding=utf-8
syntax enable
set nocompatible
"{{{
filetype on
"}}}
set runtimepath^=~/.vim/plugged/LeaderF
vim -u vimrc
然后执行你要执行的命令。