author | Michael Krelin <hacker@klever.net> | 2016-01-06 21:37:28 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2016-01-06 21:37:28 (UTC) |
commit | 098dfbac09fa3867e8b3d280abd2e3ef08dd616c (patch) (unidiff) | |
tree | 1f40bbf5ce491e077a2ce36a3da70480db70336d | |
parent | 94802122c4888f77b4503c6e41d21406f03433c9 (diff) | |
download | redelta-098dfbac09fa3867e8b3d280abd2e3ef08dd616c.zip redelta-098dfbac09fa3867e8b3d280abd2e3ef08dd616c.tar.gz redelta-098dfbac09fa3867e8b3d280abd2e3ef08dd616c.tar.bz2 |
vim setup
-rw-r--r-- | delta.jscad | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/delta.jscad b/delta.jscad index 63eea6c..758824b 100644 --- a/delta.jscad +++ b/delta.jscad | |||
@@ -448,6 +448,8 @@ function main(params) { | |||
448 | columns(), | 448 | columns(), |
449 | ///hd, | 449 | ///hd, |
450 | hdhd[0], hdhd[1], | 450 | hdhd[0], hdhd[1], |
451 | ms); | 451 | ms); |
452 | return rv; | 452 | return rv; |
453 | } | 453 | } |
454 | /* vim:set ft=javascript ai: */ | ||
455 | |||