The line looks like this
.. vim: set ft=help norl ts=8 tw=78 et :
And appears at the bottom of some text files, such as vim documentation.
I just want to know where I can look this topic up in the vim help to read about it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is called a modeline.
See
:help modelinefor more information.Basically, it is a way to tell Vim how to render a text file.