Skip to content

Instantly share code, notes, and snippets.

@Anzumana
Last active January 13, 2016 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Anzumana/680f9015ea8b06071e27 to your computer and use it in GitHub Desktop.
Save Anzumana/680f9015ea8b06071e27 to your computer and use it in GitHub Desktop.
let g:incr = 1
let g:incr2 = 1
fu! Incr()
let g:incr = g:incr - 1
return g:incr
endfu
fu! Incr2()
let g:incr2 = g:incr2 - 1
return g:incr2
endfu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment