On 03/03/12 15:33, Tarlika Elisabeth Schmitz wrote:
func! s:ColorAltLines()
   if exists('b:ALTLINES_disable') || exists('g:ALTLINES_disable')

What is the sifnificance of s:, b: and g: ? Could you point me to the
relevant manual page?

You can ask for help on any of the variants (so to speak):

a:var  b:var  g:var  l:var  s:var  t:var  v:var  w:var

It's basically a scope-specifier. Most of them should be half-a-page down at

  :help E461

or right above

  :help b:var

-tim






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