]> Pileus Git - vpaste/commitdiff
update syntax directory
authorAndy Spencer <andy753421@gmail.com>
Mon, 16 Nov 2009 07:21:51 +0000 (07:21 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 16 Nov 2009 07:21:51 +0000 (07:21 +0000)
index.cgi

index 3e3c8d5a6f7c92b337cae42438b072426666ab93..f8b068387da4fbc9010249cda2dde2d31a46573e 100755 (executable)
--- a/index.cgi
+++ b/index.cgi
@@ -109,7 +109,7 @@ function do_upload {
 # Default index page
 function do_help {
 filetypes=$(
-       ls /usr/share/vim/vim*/syntax/ /home/andy/.vim/after/syntax/ |
+       ls /usr/share/vim/vim*/syntax/ /home/andy/.vim/syntax/ |
        sed -n '/^\(syntax\|manual\|synload\|2html\|colortest\|hitest\).vim$/d; s/.vim$//p' |
        sort | uniq
 )