diff options
Diffstat (limited to 'modules/textadept/find.lua')
-rw-r--r-- | modules/textadept/find.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index dcb570ba..f770e2dd 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -5,7 +5,7 @@ local events = _G.events local find = gui.find local c = _SCINTILLA.constants -local MARK_FIND = 0 +local MARK_FIND = _SCINTILLA.next_marker_number() local MARK_FIND_COLOR = 0x4D9999 local previous_view |