summaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-10-17 11:24:04 +0200
committerYorhel <git@yorhel.nl>2010-10-17 11:24:04 +0200
commit7d38ca7058e0235f2b8b2ee8e681f565217e26b4 (patch)
tree07729e9581c750bbf285e7f9c8e64946f326ec09 /index.cgi
parentc279bf397d823658eaac6edebcba776b17fa1b73 (diff)
Mostly rewrote bpaste.pl with the newer features
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index 6bad0ce..3aabf20 100755
--- a/index.cgi
+++ b/index.cgi
@@ -32,7 +32,7 @@ $ENV{LANG} = 'en_US.UTF-8';
my $db = DBI->connect(undef, undef, undef, { RaiseError => 1, pg_enable_utf8 => 1 });
my @syntax = map /([^\/]+)\.vim$/?$1:(),
- glob("/usr/share/vim/vim72/syntax/*.vim");
+ glob("/usr/share/vim/vim72/syntax/*.vim"),
glob("/usr/share/vim/vim73/syntax/*.vim");
my $cgi = CGI::Minimal->new();