I was browsing the python.vim index file and I noticed this line in
the implementation of GetPythonIndent:
  let plnum = prevnonblank(v:lnum - 1) .

I have noticed the used of v:lnum in a few other indent files also.

I am curious,  why is v:lnum is being used instead of a:lnum?




--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to