- vim or neovim?
- Output of
vim --version or nvim --version: 8.1 770
- Output of
:echo has("python3"): 1
- Output of
:echo &pythonthreedll(only vim, not neovim): libpython3.5m.so.1.0
- Output of
:py3 print(sys.version): 3.5.3 (default, Sep 27 2018, 17:25:39) GCC 6.3.0 20170516
- Operating system:
- Configurations related to LeaderF in vimrc:
let g:Lf_PreviewCode = 0
let g:Lf_UseVersionControlTool = 0
let g:Lf_DefaultMode = 'FullPath'
Steps to reproduce
vim putty868956545.log
:Leaderf line
Actual behaviour
Fuzzy mode work fine
regex mode input sth jump embedded null byte

putty868956545.log
vim --versionornvim --version: 8.1 770:echo has("python3"): 1:echo &pythonthreedll(only vim, not neovim): libpython3.5m.so.1.0:py3 print(sys.version): 3.5.3 (default, Sep 27 2018, 17:25:39) GCC 6.3.0 20170516Steps to reproduce
Actual behaviour
Fuzzy mode work fine
regex mode input sth jump
embedded null byteputty868956545.log