diff options
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r-- | modules/textadept/menu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 86bbc5ae..1db09d69 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -66,7 +66,7 @@ M.menubar = { {_L['Select _All'], buffer.select_all}, SEPARATOR, {_L['_Match Brace'], m_editing.match_brace}, - {_L['Complete _Word'], {m_editing.autocomplete_word, '%w_'}}, + {_L['Complete _Word'], m_editing.autocomplete_word}, {_L['_Highlight Word'], m_editing.highlight_word}, {_L['Toggle _Block Comment'], m_editing.block_comment}, {_L['T_ranspose Characters'], m_editing.transpose_chars}, |