aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-06-27 13:58:57 +0100
committerrxi <rxi@users.noreply.github.com>2020-06-27 13:58:57 +0100
commitc8f95ddfae8fff8365b7c950da21b47d77ec2cc7 (patch)
tree5c9f92a1eaa1e82917a7af90560cb3f4c22a7a85
parent52a3fe32f0fd1825c9319496080065701055d92f (diff)
downloadlite-xl-plugins-c8f95ddfae8fff8365b7c950da21b47d77ec2cc7.tar.gz
lite-xl-plugins-c8f95ddfae8fff8365b7c950da21b47d77ec2cc7.zip
Fixed table entry for `dragdropselected`
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3f26d59..1b12458 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Plugin | Description
[`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard
[`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps
[`detectindent`](plugins/detectindent.lua?raw=1) | Automatically detects and uses the indentation size and tab type of a loaded file
-[`draganddropselectedtext`](plugins/draganddropselectedtext.lua?raw=1) | Provides basic drag and drop of selected text (in same document)
+[`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document)
[`drawwhitespace`](plugins/drawwhitespace.lua?raw=1) | Draws tabs and spaces *([screenshot](https://user-images.githubusercontent.com/3920290/80573013-22ae5800-89f7-11ea-9895-6362a1c0abc7.png))*
[`eval`](plugins/eval.lua?raw=1) | Replaces selected Lua code with its evaluated result
[`exec`](plugins/exec.lua?raw=1) | Runs selected text through shell command and replaces with result