-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add vim help file #119
base: master
Are you sure you want to change the base?
Add vim help file #119
Conversation
vimhelplint reports some issues:
|
With Neomake you can run |
I removed the error message but the warnings about the long lines are wrong.
Seems the problem was with neomake. |
doc/deoplete-jedi.txt
Outdated
@@ -100,4 +100,4 @@ Once you have created them, add the following to your vimrc file: > | |||
let g:python_host_prog = '/full/path/to/neovim2/bin/python' | |||
let g:python3_host_prog = '/full/path/to/neovim3/bin/python' | |||
|
|||
Note: deoplete only requires Python 3. See |nvim-python-quickstart|. | |||
Note: deoplete only requires Python 3. See h: nvim-python-quickstart. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That does not work for me.
It seems to be provider-python
in current Neovim - changed in neovim/neovim@37f560ae.
So it should be |provider-python|
probably (assuming that 0.2.0 is released soonish).
I do not get your last comment. |
You might have been fooled by Vim's conceal feature to make |
@blueyed Sorry for the late reply. |
@zchee |
@blueyed Yeah, good idea. |
@blueyed Ah, sorry. ghost said
So, now you suggested point is only of this?
|
Remaining warnings are only about length:
Make sure to I would also use spaces instead of tabs throughout the file. |
I see, Thanks. So, I should fix only of column length to less than 78, right?
got it. BTW, Do we need magic comment such as these? |
Not sure about the modeline ("magic line") - let's keep it. |
Why it is suspended? |
created vim help file for #83 . I hope everything is correct.
If I should add more things to the help file please tell me.