I assume the only documentation that comes with Vim is about Vim.
If I install plugins there will be documentation of the plugins as well.
But is there documentation for other languages in Vim?
An example would be, say I am coding in Python in Vim, and want to quickly look up list comprehensions in Python. It would be great if I can just type :h python-doc in Vim and the Python documentation is brought up in Vim documentation.
Other examples would be :h markdown to bring up markdown syntax etc.
Is this kind of thing already on the web? Are there such docs which I can download and :helptags?
gDcan jump to the definition of a function that is defined in standard libraries if you are writing C code. I think that's kind of related to the question. – Philipp Moers Nov 18 '16 at 00:13