(py-no-outdent-re): fixed the regexp for try: clauses
This commit is contained in:
parent
3874a3d7ef
commit
464c94af2a
|
@ -319,7 +319,7 @@ Currently-active file is at the head of the list.")
|
|||
|
||||
(defconst py-no-outdent-re
|
||||
(concat "\\(" (mapconcat 'identity
|
||||
'("try\\s +.*:"
|
||||
'("try:"
|
||||
"except\\(\\s +.*\\)?:"
|
||||
"while\\s +.*:"
|
||||
"for\\s +.*:"
|
||||
|
|
Loading…
Reference in New Issue