Skip to content

Commit 33edf32

Browse files
committed
don't pepper dedent undo messages
1 parent 8a8a38a commit 33edf32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ftplugin/python/ipy.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,12 +347,12 @@ def run_these_lines():
347347
def dedent_run_this_line():
348348
vim.command("left")
349349
run_this_line()
350-
vim.command("undo")
350+
vim.command("silent undo")
351351

352352
def dedent_run_these_lines():
353353
vim.command("'<,'>left")
354354
run_these_lines()
355-
vim.command("undo")
355+
vim.command("silent undo")
356356

357357
#def set_this_line():
358358
# # not sure if there's a way to do this, since we have multiple clients

0 commit comments

Comments
 (0)