From ed1acb5a70f089e5d4cdaff93ae5978b34cfc723 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 2 Dec 2011 15:19:48 +0100 Subject: [PATCH] vimrc: Fix indentation. --- vimrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/vimrc b/vimrc index 04d26ca..c39fa3c 100644 --- a/vimrc +++ b/vimrc @@ -496,10 +496,9 @@ endif " 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 ai :call IndTxtObj(0) onoremap ii :call IndTxtObj(1) vnoremap ai :call IndTxtObj(0)gv -- 2.44.1