aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/init.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 /modules/textadept/init.lua
parentfbe7fcf467bd7f947da72cc7a098728d4a6bf364 (diff)
downloadtextadept-2ddb3c692bebf8011207f8c961ea5c89fb8beabb.tar.gz
textadept-2ddb3c692bebf8011207f8c961ea5c89fb8beabb.zip
Renamed _m.textadept.lsnippets to _m.textadept.snippets.
Diffstat (limited to 'modules/textadept/init.lua')
-rw-r--r--modules/textadept/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index b07a47c7..027a9518 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -7,6 +7,6 @@ module('_m.textadept', package.seeall)
require 'textadept.bookmarks'
require 'textadept.editing'
-require 'textadept.lsnippets'
+require 'textadept.snippets'
require 'textadept.run'
require 'textadept.session'