Kaydet (Commit) 6e527d2c authored tarafından Barry Warsaw's avatar Barry Warsaw

(py-delete-char): Check for py-honor-comment-indentation.

üst a7891718
......@@ -742,6 +742,7 @@ argument delets that many characters."
(if (or (/= (current-indentation) (current-column))
(bolp)
(py-continuation-line-p)
(not py-honor-comment-indentation)
(looking-at "#[^ \t\n]")) ; non-indenting #
(backward-delete-char-untabify count)
;; else indent the same as the colon line that opened the block
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment