Skip to content

Commit

Permalink
don't pepper dedent undo messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanov committed Nov 15, 2011
1 parent 8a8a38a commit 33edf32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ftplugin/python/ipy.vim
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,12 @@ def run_these_lines():
def dedent_run_this_line():
vim.command("left")
run_this_line()
vim.command("undo")
vim.command("silent undo")

def dedent_run_these_lines():
vim.command("'<,'>left")
run_these_lines()
vim.command("undo")
vim.command("silent undo")

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

0 comments on commit 33edf32

Please sign in to comment.