Fix previous commit to prevent infloop
This commit is contained in:
parent
deea36f0ec
commit
cf7b034ee1
1 changed files with 1 additions and 0 deletions
|
@ -4492,6 +4492,7 @@ point's current `syntax-ppss'."
|
|||
(python-nav-backward-sexp)
|
||||
(setq backward-sexp-point (point))
|
||||
(and (= indentation (current-indentation))
|
||||
(not (bobp)) ; Prevent infloop.
|
||||
(looking-at-p
|
||||
(concat "[uU]?[rR]?"
|
||||
(python-rx string-delimiter)))))
|
||||
|
|
Loading…
Add table
Reference in a new issue