diff --git a/src/vim/textObjects.ts b/src/vim/textObjects.ts index bfd6d99..1bed3a5 100644 --- a/src/vim/textObjects.ts +++ b/src/vim/textObjects.ts @@ -184,3 +184,4 @@ function findBracketObject( return isInner ? { start: start + 1, end } : { start, end: end + 1 } } +