Add :const for safer scripting by rhysd · Pull Request #4541 · vim/vim
Hi all, This PR has proposed adding :const command to Vim. Problem Scope of variables in Vim script function is very dynamic. let i = 0 if some_condition " In heavily nested or big stateme...