aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorAqil Contractor <aqilcm@gmail.com>2023-01-21 22:50:07 -0500
committerGitHub <noreply@github.com>2023-01-21 22:50:07 -0500
commitbc047a8a0567e682568feb0c581b970565cd5664 (patch)
tree2a015e114465177d9073b55227926bc2d7cad7bf /manifest.json
parent3eb5ef21dcb560cf41e84f7cba37e957e5138502 (diff)
downloadlite-xl-plugins-bc047a8a0567e682568feb0c581b970565cd5664.tar.gz
lite-xl-plugins-bc047a8a0567e682568feb0c581b970565cd5664.zip
Fix `autoinsert.lua`'s behavior on multicursor (#195)
* Add guldo's godly changes * Fix autoinsert on multiple selections * Updated autoinsert to latest ver * FIX predicate solution * Appeal to the Guldo * Appeal to the Guldo even more
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index ec27726..a2ffccf 100644
--- a/manifest.json
+++ b/manifest.json
@@ -9,7 +9,7 @@
},
{
"description": "Automatically inserts closing brackets and quotes. Also allows selected text to be wrapped with brackets or quotes.",
- "version": "0.1",
+ "version": "0.2",
"path": "plugins/autoinsert.lua",
"id": "autoinsert",
"mod_version": "3"