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

Reply via email to