vim 7.4 compatibility
- vim or neovim?
- [x] vim
- [ ] neovim
- Output of
vim --versionornvim --version: 7.4 - Output of
:echo has("python"): 1 - Output of
:echo has("python3"): 0 - Output of
:echo &pythondll(only vim, not neovim): undefined - Output of
:echo &pythonthreedll(only vim, not neovim): undefined - Output of
:py print(sys.version): 2.7.5 (default, Jun 28 2022, 15:30:04) - Output of
:py3 print(sys.version): no - Output of
:echo g:Lf_Debug_Cmd: undefined - Output of
:echo g:Lf_FilesFromCache: undefined - Operating system:
- [x] Linux
- [ ] Mac OS X
- [ ] Windows
- [ ] Etc.
- Configurations related to LeaderF in vimrc: default configuration
Describe your question, feature request, or bug.
has('patch330') is 1, so I think it match the requirement in README vim7.3 or higher. Only support vim7.4.330 or higher after v1.01. but:
when start LeaderF for first time:
Error detected while processing function leaderf#Any#start..leaderf#LfPy:
line 1:
Traceback (most recent call last):
File "
Steps to reproduce
print \f
Actual behaviour
throw error messege
Expected behaviour
no error
I don't know where ctermfg=-1 come from. Do you have any customized configuration?
I don't know where
ctermfg=-1come from. Do you have any customized configuration?
I have no configuration about ctermfg in my .vimrc, I grep "ctermfg" from my .vim dir and I found only vim-airline, leaderf and rainbow, these plugin dir show results. But there is no ctermfg=-1 from the grep results. I found a similar issue about this https://github.com/Yggdroot/LeaderF/issues/682
Fixed.