" CUSTOM FUNCTIONS
if has('eval')
- " New text-objects ii and ai to work on text with the same indentation.
- " Thanks to
- " http://vim.wikia.com/index.php?title=Indent_text_object&oldid=27126
- " (visited on 2011-11-19).
+" New text-objects ii and ai to work on text with the same indentation. Thanks
+" to http://vim.wikia.com/index.php?title=Indent_text_object&oldid=27126
+" (visited on 2011-11-19).
onoremap <silent> ai :<C-U>call <SID>IndTxtObj(0)<CR>
onoremap <silent> ii :<C-U>call <SID>IndTxtObj(1)<CR>
vnoremap <silent> ai :<C-U>call <SID>IndTxtObj(0)<CR><Esc>gv