We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06f644 commit 675ca79Copy full SHA for 675ca79
evil-common.el
@@ -1355,7 +1355,7 @@ last successful match (that caused COUNT to reach zero)."
1355
;; Always use the default `forward-sexp-function'. This is important
1356
;; for modes that use a custom one like `python-mode'.
1357
;; (addresses #364)
1358
- (let (forward-sexp-function)
+ (let (forward-sexp-function up-list-function)
1359
(with-syntax-table (copy-syntax-table (syntax-table))
1360
(modify-syntax-entry open (format "(%c" close))
1361
(modify-syntax-entry close (format ")%c" open))
0 commit comments