Skip to content

Instantly share code, notes, and snippets.

@Raimondi
Created April 16, 2013 12:09
Show Gist options
  • Save Raimondi/5395440 to your computer and use it in GitHub Desktop.
Save Raimondi/5395440 to your computer and use it in GitHub Desktop.
func! Inc(...)
if a:0
let g:inc = 0
else
let g:inc += 1
endif
return g:inc
endf
call Inc(1)
%s/regex/\=Inc()/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment