; ruby-smie--bosp: Fix the breakage
This commit is contained in:
parent
0273cb61a4
commit
3ea7cec4c0
1 changed files with 2 additions and 2 deletions
|
@ -403,8 +403,8 @@ It is used when `ruby-encoding-magic-comment-style' is set to `custom'."
|
|||
(not (eq (char-before (1- (point))) ?\\)))
|
||||
(eq (char-before) ?\;)
|
||||
(and (eq (char-before) ?=)
|
||||
(eq (syntax-after (1- (point)))
|
||||
(string-to-syntax "."))))))
|
||||
(equal (syntax-after (1- (point)))
|
||||
(string-to-syntax "."))))))
|
||||
|
||||
(defun ruby-smie--implicit-semi-p ()
|
||||
(save-excursion
|
||||
|
|
Loading…
Add table
Reference in a new issue