You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output of :echo &pythonthreedll(only vim, not neovim):
Output of :py print(sys.version):
Output of :py3 print(sys.version):
3.5.2 (default, Nov 12 2018, 13:43:14)
[GCC 5.4.0 20160609]
Output of :echo g:Lf_Debug_Cmd:
Output of :echo g:Lf_FilesFromCache:
Operating system:
Linux
Mac OS X
Windows
Etc.
Configurations related to LeaderF in vimrc:
set nocompatible
set nobackup
call plug#begin('~/.vim/plug')
Plug 'Yggdroot/LeaderF', { 'do': './install.sh' }
call plug#end()
filetype plugin indent on
syntax enable
syntax on
let g:Lf_GtagsAutoGenerate = 1
Describe your question, feature request, or bug.
When saving a file out of the project,
The error message "path 'xxx' is out of the project" will not appear on the cmdline but the cursor position, and will not disappear.
Steps to reproduce
1. Open a file in a project
for example we have a project like this:
├── .git
└── hello_world.cc
open hello_world.cc by vim:
vim ~/project/hello_world.cc
2. Open a file out of the project in vim
for example:
:e /tmp/test.txt
3. save the file
:w
4. the error message "path 'xxx' is out of the project" shows on the cursor position, and will not disappear.
reproduced.
Actual behaviour
Expected behaviour
The text was updated successfully, but these errors were encountered:
vim --version
ornvim --version
::echo has("python")
::echo has("python3")
::echo &pythondll
(only vim, not neovim)::echo &pythonthreedll
(only vim, not neovim)::py print(sys.version)
::py3 print(sys.version)
::echo g:Lf_Debug_Cmd
::echo g:Lf_FilesFromCache
:Describe your question, feature request, or bug.
Steps to reproduce
Actual behaviour
Expected behaviour
The text was updated successfully, but these errors were encountered: