From 3c1a2a2e81e7e8c778efc611cc59672907cab773 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=94=B5=20textObjects.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/vim/textObjects.ts | 1 + 1 file changed, 1 insertion(+) 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 } } +