Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

leaderf line regex mode jump error embedded null byte in some file #280

Closed
2 of 6 tasks
fcying opened this issue Feb 13, 2019 · 2 comments
Closed
2 of 6 tasks

leaderf line regex mode jump error embedded null byte in some file #280

fcying opened this issue Feb 13, 2019 · 2 comments
Labels

Comments

@fcying
Copy link
Contributor

fcying commented Feb 13, 2019

  • vim or neovim?
    • vim
    • 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:
    • Linux
    • Mac OS X
    • Windows
    • Etc.
  • 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

image

putty868956545.log

Yggdroot added a commit that referenced this issue Feb 13, 2019
@Yggdroot
Copy link
Owner

Fixed.

@fcying fcying closed this as completed Feb 13, 2019
@fcying
Copy link
Contributor Author

fcying commented Feb 13, 2019

It work fine now~

@Yggdroot Yggdroot added the bug label Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants