Skip to content

Commit e6c3206

Browse files
committed
check 4000
1 parent 59db870 commit e6c3206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_getter/getter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def forward_expand(self, s, pattern=r"\S(?=\s*$)", scope="keyword.operator", par
9393
pt = line.begin()
9494
while paren:
9595
# there is a bug in the R syntax of early ST release (see #125)
96-
if sublime.version() > '3210':
96+
if sublime.version() >= '4000':
9797
res = self.find_inline(r"[{}\[\]()]", pt, scope="punctuation")
9898
else:
9999
res = self.find_inline(r"[{}\[\]()]", pt)

0 commit comments

Comments
 (0)