How do I tell Vim where the helpfile is?
To tell Vim where to find the help file, :set helpfile to the correct value, i.e., including the full path. As with most options you can abbreviate helpfile to hf. On the other hand, if your VIM environment variable points to the directory containing the help file, vim will find the help file with no need to :set hf=.
To tell Vim where to find the help file, “:set helpfile” to the correct value, i.e., including the full path. As with most options you can abbreviate “helpfile” to “hf”. On the other hand, if your VIM environment variable points to the directory containing the help file, vim will find the help file with no need to “:set hf=”. 5.7 How do I get back to the exact position within a line I have marked with ‘a’? Use “`a” (that’s a backtick!).