Friday, May 11, 2012

In function difference "let var" and "let l:var"

In a function is there a difference in scope,
visibility, usage, etc. between using the "l:"
local qualifier and not using it?

funcition Foo() {
let a1 = 4
let l:a2 = 4
}

Thanks

Richard

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

No comments: