Closed jackywu closed 1 year ago
Because current command using is git ls-files "." && git ls-files --others --exclude-standard "."
, if you delete a file from a git repository, you should use git rm
.
Anyway, you can set let g:Lf_UseVersionControlTool = 0
to bypass the issue.
thanks
vim or neovim?
vim --version
ornvim --version
::echo has("python")
: 0:echo has("python3")
: 1:echo &pythondll
(only vim, not neovim):/usr/local/Frameworks/Python.framework/Versions/2.7/Python
:echo &pythonthreedll
(only vim, not neovim):/usr/local/Frameworks/Python.framework/Versions/3.10/Python
:py print(sys.version)
: no:py3 print(sys.version)
:3.10.9 (main, Dec 15 2022, 18:25:35) [Clang 14.0.0 (clang-1400.0.29.202)]
:echo g:Lf_Debug_Cmd
:git ls-files "." && git ls-files --others --exclude-standard "."
:echo g:Lf_FilesFromCache
: 0