Fix by Sjoerd so nested indents also work if the open paren is on a

line containing tabs
This commit is contained in:
Guido van Rossum 1994-04-14 10:37:59 +00:00
parent d3976e20d8
commit 0d471619a3
1 changed files with 1 additions and 2 deletions

View File

@ -522,8 +522,7 @@ the new line indented."
(if nest
(save-excursion
(goto-char nest)
(beginning-of-line)
(1+ (- nest (point))))
(1+ (current-column)))
(forward-line -1)
(if (py-continuation-line-p) ; on at least 3rd line in block
(current-indentation) ; so just continue the pattern