Skip to content

Instantly share code, notes, and snippets.

@ConradIrwin
Created May 21, 2011 08:45
Show Gist options
  • Save ConradIrwin/984374 to your computer and use it in GitHub Desktop.
Save ConradIrwin/984374 to your computer and use it in GitHub Desktop.
function! JsBra()
iunmap (
if match(getline(".")[0 : col(".") - 1], '\<f$') == -1
exec 'normal a('
else
exec 'normal aunction ('
endif
inoremap ( <ESC>:call JsBra()<CR>a
endfunc
inoremap ( <ESC>:call JsBra()<CR>a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment