mirror of
https://github.com/kennethreitz-archive/bpython-gist.git
synced 2026-06-05 23:50:18 +00:00
fix delete key
This commit is contained in:
+1
-1
@@ -996,7 +996,7 @@ class Repl( object ):
|
||||
|
||||
def delete( self ):
|
||||
"""Process a del"""
|
||||
if self.s:
|
||||
if not self.s:
|
||||
return
|
||||
|
||||
if self.mvc(-1):
|
||||
|
||||
Reference in New Issue
Block a user