-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
LeaderfFunction raises ctags error #147
Comments
You should install ctags first, ctags is an external tool, you can download from here, do not forget to add path to environment variable. |
It works now. I did not know |
The generated list of
Since
It looks much neet especially when the window is small. |
Good idea, I have to modify many codes then. |
vim --version
ornvim --version
::echo has("python")
: 0:echo has("python3")
: 1:echo &pythondll
(only vim, not neovim): python27.dll:echo &pythonthreedll
(only vim, not neovim): python36.dll:py print(sys.version)
:E370: Could not load library python27.dll E263: Sorry, this command is disabled, the Python library could not be loaded
:py3 print(sys.version)
: 3.6.3 (v3.6.3:2c5fed8)Describe your question, feature request, or bug.
LeaderfFunction
does not work.Steps to reproduce
Open
manager.py
inLeaderf
folder and Type command:LeaderfFunction<cr>
or pressF2
.Actual behaviour
It gives the following error.
Press
F2
again. The error message becomesNo content!
.Expected behaviour
The text was updated successfully, but these errors were encountered: