diff options
author | SwissalpS <Luke@SwissalpS.ws> | 2020-06-27 13:36:54 +0200 |
---|---|---|
committer | SwissalpS <Luke@SwissalpS.ws> | 2020-06-27 13:36:54 +0200 |
commit | 8e60499ef327ae6cd133ce2af71c041848bbe6c9 (patch) | |
tree | 006bffb97f1cdbae920d9461d909f601da7b33f6 /plugins/dragdropselected.lua | |
parent | aee12acc850c59e53a93bb5c5b301b58c1f04808 (diff) | |
download | lite-xl-plugins-8e60499ef327ae6cd133ce2af71c041848bbe6c9.tar.gz lite-xl-plugins-8e60499ef327ae6cd133ce2af71c041848bbe6c9.zip |
change plugin name: update comments
Diffstat (limited to 'plugins/dragdropselected.lua')
-rw-r--r-- | plugins/dragdropselected.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dragdropselected.lua b/plugins/dragdropselected.lua index d5f0d04..a2ce67f 100644 --- a/plugins/dragdropselected.lua +++ b/plugins/dragdropselected.lua @@ -1,7 +1,7 @@ --[[ - draganddropselectedtext.lua + dragdropselected.lua provides basic drag and drop of selected text (in same document) - version: 20200626_013631 + version: 20200627_133351 originally by SwissalpS TODO: use OS drag and drop events |