From 8f682b9de06785cd20b9fb6e18460a1e53fd1ca1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 18 Oct 2013 10:44:24 -0400 Subject: Fix paragraph selection corner case; modules/textadept/editing.lua --- modules/textadept/editing.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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 -- cgit v1.2.3