aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r--modules/textadept/menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index c998ade6..19262ca6 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -257,7 +257,7 @@ local default_menubar = {
"'%s' (U+%04X:%s)\n%s %s\n%s %s (%d)", char, utf8.codepoint(char),
bytes, _L['Lexer'], buffer:get_lexer(true), _L['Style'],
buffer:name_of_style(style), style)
- buffer:call_tip_show(buffer.current_pos, text)
+ view:call_tip_show(buffer.current_pos, text)
end}
},
{