joeytwiddle / sexy_scroller.vim

smooth animation of the cursor and the page whenever they move, with easing
89 stars 7 forks source link

Add a vim help file #2

Closed jonasdiemer closed 7 years ago

jonasdiemer commented 11 years ago

so I can do :help sexy_scroller to look up all the settings etc.

joeytwiddle commented 10 years ago

I have moved the docs into the appropriate file, but I must have done something wrong because Vim cannot find it when I do:

:help sexy_scroller

If you have any idea why, please let me know!

Originally I wanted the doc:

(As an aside, I note the vimdoc project. That would allow us to write comments in the code, which could then be automatically exported to the other two files.)

joeytwiddle commented 9 years ago

OK got it. I needed to generate the tags file by doing this in the root of the repository:

vim -c "helptags doc/ | quit"