sfosparky wrote:
> How can I tell VIM that I want it to display line numbering
> whenever I view a help topic?

Create the following file, and any missing subdirectories.

The file is
  ~/.vim/after/ftplugin/help.vim (Unix)
  $HOME\vimfiles\after\ftplugin\help.vim (Windows)

---start---
setlocal number
---end---

John

-- 
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

Reply via email to