aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/find.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/find.lua')
-rw-r--r--modules/textadept/find.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua
index 6fab6fc2..6e234dbd 100644
--- a/modules/textadept/find.lua
+++ b/modules/textadept/find.lua
@@ -80,6 +80,8 @@ M.INDIC_FIND = _SCINTILLA.next_indic_number()
-- Events.
events.FIND_WRAPPED = 'find_wrapped'
+-- When finding in files, note the current view since results are shown in a
+-- split view. Jumping between results should be done in the original view.
local preferred_view
---