Skip to content

Commit 44e52fd

Browse files
committed
fix: missing close parenthesis
1 parent f15ab7a commit 44e52fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sis.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,8 +1533,8 @@ START: start position of the inline region."
15331533
(sis--evil-not-insert-state-p)
15341534
(sis-set-english))
15351535
(;if cursor is not at the end of the overlay
1536-
(/= (point) (sis--inline-overlay-end)
1537-
(sis-context))
1536+
(/= (point) (sis--inline-overlay-end))
1537+
(sis-context))
15381538
(; inline english region
15391539
(eq sis--inline-lang 'english)
15401540
(sis-set-other))

0 commit comments

Comments
 (0)