diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-26T14·28-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-26T14·28-0400 |
commit | 723ff591ee952fb94fd50997160b90b5219e4b74 (patch) | |
tree | 95ae4f1830b25ae1f1260c1cefea52cef4064e61 /snippets/python-mode | |
parent | 712f997de1378b23466dd33302f8e82a2b901e97 (diff) |
Pre-format exec snippet
Diffstat (limited to 'snippets/python-mode')
-rw-r--r-- | snippets/python-mode/op.get_bind.execute | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/snippets/python-mode/op.get_bind.execute b/snippets/python-mode/op.get_bind.execute index 5f46464ac93a..aba801c6baf9 100644 --- a/snippets/python-mode/op.get_bind.execute +++ b/snippets/python-mode/op.get_bind.execute @@ -1,6 +1,7 @@ # key: exec # name: op.get_bind.execute # -- -op.get_bind().execute(""" +op.get_bind().execute( + """ `(progn (sqlup-mode) "")`$1 -""") + """) |