diff --git a/plugin/indent-object.vim b/plugin/indent-object.vim index bd4075e..2b69924 100644 --- a/plugin/indent-object.vim +++ b/plugin/indent-object.vim @@ -225,7 +225,7 @@ function! TextObject(inner, incbelow, vis, range, count) let s:l1 = line("'>") let s:c0 = col("'<") let s:c1 = col("'>") - normal gv0o0 + normal! gv0o0 endfunction