Skip to content

Instantly share code, notes, and snippets.

@emanon001
Created June 19, 2012 17:03
Show Gist options
  • Select an option

  • Save emanon001/2955297 to your computer and use it in GitHub Desktop.

Select an option

Save emanon001/2955297 to your computer and use it in GitHub Desktop.
function! any_plugin#util#lock_constants(scope)
for name in keys(a:scope)
if name =~# '^\u'
lockvar! a:scope[name]
endif
endfor
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment