Monday, September 14, 2015

Re: How to use :help?

Additionally,

21) Error codes can be looked up directly in the help. So :h E297
takes you exactly to the description of the error message.
Sometimes however, those error codes are not described, but
rather are listed at the vim command, that usually causes this.
So E128 takes you directly to the :function command

22) Documentation for included syntax files is usually
available at :h ft-<filetype>-syntax.
So :h ft-c-syntax talks about the C syntax file and the option
it provides. Sometimes, additional section for omni completion
(:h ft-php-omni) or filetype plugins (:h ft-tex-plugin) is available

If someone wants to merge this into a wiki, feel free to do so.


Best,
Christian



--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: