Skip to content

Instantly share code, notes, and snippets.

@emanon001
Created June 17, 2012 12:15
Show Gist options
  • Save emanon001/2944387 to your computer and use it in GitHub Desktop.
Save emanon001/2944387 to your computer and use it in GitHub Desktop.
function! any_plugin#util#define_boolean(scope)
let a:scope.FALSE = 0
let a:scope.TRUE = !a:scope.FALSE
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment