From 359e679f9fe67c99fa88557c35ce8d8bf75d9862 Mon Sep 17 00:00:00 2001 From: wbederski Date: Thu, 20 Sep 2012 14:12:11 +0200 Subject: [PATCH] Fix name clash for now --- sublimerepl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sublimerepl.py b/sublimerepl.py index 291b819b..f25884c4 100644 --- a/sublimerepl.py +++ b/sublimerepl.py @@ -494,7 +494,7 @@ def run(self, encoding, type, syntax=None, view_id=None, **kwds): # View Commands ########################################### # Send selection/line to REPL -class ReplSendCommand(sublime_plugin.TextCommand): +class ReplSendNewCommand(sublime_plugin.TextCommand): def run(self, edit): ## TODO: see text_transfer.py! syntax = self.view.settings().get('syntax')