Thanks to visit codestin.com Credit goes to github.com
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 1b761a6 commit fc8a01fCopy full SHA for fc8a01f
1 file changed
Misc/python-mode.el
@@ -590,6 +590,10 @@ needed so that only a single column position is deleted."
590
(if base-found-p
591
(message "Closes block: %s" base-text)))))
592
593
+;; required for pending-del and delsel modes
594
+(put 'py-delete-char 'delete-selection 'supersede)
595
+(put 'py-delete-char 'pending-delete 'supersede)
596
+
597
(defun py-indent-line ()
598
"Fix the indentation of the current line according to Python rules."
599
(interactive)
0 commit comments