aboutsummaryrefslogtreecommitdiff
path: root/core/ext/menu.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-06-10 23:42:30 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-06-10 23:42:30 -0400
commit2ddb3c692bebf8011207f8c961ea5c89fb8beabb (patch)
treec295fa70bd72596435ffbf8bedb6885c153b0abd /core/ext/menu.lua
parentfbe7fcf467bd7f947da72cc7a098728d4a6bf364 (diff)
downloadtextadept-2ddb3c692bebf8011207f8c961ea5c89fb8beabb.tar.gz
textadept-2ddb3c692bebf8011207f8c961ea5c89fb8beabb.zip
Renamed _m.textadept.lsnippets to _m.textadept.snippets.
Diffstat (limited to 'core/ext/menu.lua')
-rw-r--r--core/ext/menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/menu.lua b/core/ext/menu.lua
index 98a2a8c3..20134d5b 100644
--- a/core/ext/menu.lua
+++ b/core/ext/menu.lua
@@ -284,7 +284,7 @@ table.insert(menubar, #menubar, gtkmenu(lexer_menu)) -- before 'Help'
t.menubar = menubar
local b, v = 'buffer', 'view'
-local m_snippets = _m.textadept.lsnippets
+local m_snippets = _m.textadept.snippets
local m_editing = _m.textadept.editing
local m_bookmarks = _m.textadept.bookmarks
local m_run = _m.textadept.run