diff options
| -rw-r--r-- | evil-common.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-common.el b/evil-common.el index aaeb8e1..396715c 100644 --- a/evil-common.el +++ b/evil-common.el @@ -1355,7 +1355,7 @@ last successful match (that caused COUNT to reach zero)." ;; Always use the default `forward-sexp-function'. This is important ;; for modes that use a custom one like `python-mode'. ;; (addresses #364) - (let (forward-sexp-function) + (let (forward-sexp-function up-list-function) (with-syntax-table (copy-syntax-table (syntax-table)) (modify-syntax-entry open (format "(%c" close)) (modify-syntax-entry close (format ")%c" open)) |
