aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2007-09-17 10:36:52 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2007-09-17 10:36:52 -0400
commitcaa1dbf0bdf4125e72132fca30eb827dc8c40bdf (patch)
treec7d30136ca429b9d087971325adc300d6e546313 /modules
parent25d8542e87d1549128134cfb50e1bdc2423d3cec (diff)
Fixed typo; modules/new
Diffstat (limited to 'modules')
-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()