aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-09-17 10:36:52 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2007-09-17 10:36:52 -0400
commitcaa1dbf0bdf4125e72132fca30eb827dc8c40bdf (patch)
treec7d30136ca429b9d087971325adc300d6e546313
parent25d8542e87d1549128134cfb50e1bdc2423d3cec (diff)
downloadtextadept-caa1dbf0bdf4125e72132fca30eb827dc8c40bdf.tar.gz
textadept-caa1dbf0bdf4125e72132fca30eb827dc8c40bdf.zip
Fixed typo; modules/new
-rwxr-xr-xmodules/new2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/new b/modules/new
index 997e7ea0..4cf334f2 100755
--- a/modules/new
+++ b/modules/new
@@ -30,7 +30,7 @@ if type(_G.keys) == 'table' then
end
require '$1.commands'
-require '$2.snippets'
+require '$1.snippets'
function set_buffer_properties()