summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-04-28 01:26:10 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-04-28 01:26:10 -0500
commit948c5dd7c5b96bc686c0ec2dbb323aeeaeb54b20 (patch)
treec3713739cc916d90317f3fe37170189f1fedd4ef /vimrc
parent246b0a52a55eac622826464d35f4f6a45074363d (diff)
downloadconf-948c5dd7c5b96bc686c0ec2dbb323aeeaeb54b20.tar.gz
conf-948c5dd7c5b96bc686c0ec2dbb323aeeaeb54b20.zip
add another fold
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 4feb0bd..012a295 100644
--- a/vimrc
+++ b/vimrc
@@ -648,6 +648,7 @@ function Textobj(char, callback)
exe 'xnoremap <silent>i'.a:char.' <Esc>:call Textobj_'.g:text_object_number.'(1, "v", v:prevcount, '.cbname.')<CR>'
endfunction
" }}}
+" Text objects {{{
" / for regex {{{
function Textobj_regex(inner, count)
let pos = getpos('.')
@@ -712,3 +713,4 @@ endfunction
call Textobj('f', 'Textobj_fold')
" }}}
" }}}
+" }}}