summaryrefslogtreecommitdiff
path: root/plugin/pickcolors.py
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2024-03-06 17:30:20 +0000
committerJosh Rahm <rahm@google.com>2024-03-06 17:30:20 +0000
commit3e046d6f912f22b17d3ee4c3332c80e59d41bd83 (patch)
treeb945377e44725b10533c822b3bfd6414662dd74f /plugin/pickcolors.py
parent67b0ab9954e143b17428f6b2491c1c3f1e6523e1 (diff)
downloadnvim-color-picker-main.tar.gz
nvim-color-picker-main.tar.bz2
nvim-color-picker-main.zip
Add some better handling for remote connections.HEADmain
Diffstat (limited to 'plugin/pickcolors.py')
-rwxr-xr-xplugin/pickcolors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/pickcolors.py b/plugin/pickcolors.py
index 50a2169..9821999 100755
--- a/plugin/pickcolors.py
+++ b/plugin/pickcolors.py
@@ -30,6 +30,7 @@ class ColorPicker(object):
sys.exit(self.app.exec_())
def close_on_finish(self, event):
+ print("END")
sys.exit(0)
if __name__ == "__main__":