diff options
author | Francesco Abbate <francesco.bbt@gmail.com> | 2021-05-22 19:03:28 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-05-22 19:03:28 +0200 |
commit | c39bd47899c2c850813cab4e0eb0cc1aeeea389a (patch) | |
tree | 9368f0fba98125ec714ca47604d4d6022d56e450 /plugins/linecopypaste.lua | |
parent | 894aaca8ff4c3489421ab4dc256fea3d8c7a2b76 (diff) | |
download | lite-xl-plugins-c39bd47899c2c850813cab4e0eb0cc1aeeea389a.tar.gz lite-xl-plugins-c39bd47899c2c850813cab4e0eb0cc1aeeea389a.zip |
Add new tag modversion
Diffstat (limited to 'plugins/linecopypaste.lua')
-rwxr-xr-x | plugins/linecopypaste.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/linecopypaste.lua b/plugins/linecopypaste.lua index 39d18f9..a4a5e60 100755 --- a/plugins/linecopypaste.lua +++ b/plugins/linecopypaste.lua @@ -1,4 +1,4 @@ --- lite-xl 1.16
+-- mod-version:1 -- lite-xl 1.16
local core = require "core"
local command = require "core.command"
|