aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept')
-rw-r--r--modules/textadept/editing.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua
index 5c86130c..56b9da66 100644
--- a/modules/textadept/editing.lua
+++ b/modules/textadept/editing.lua
@@ -416,6 +416,7 @@ end
-- Paragraphs are surrounded by one or more blank lines.
-- @name select_paragraph
function M.select_paragraph()
+ buffer:line_down()
buffer:para_up()
buffer:para_down_extend()
end