1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 05:41:24 +02:00

add missing closing fold marker

This commit is contained in:
Doug Kearns
2007-12-28 04:53:19 +00:00
parent 0ce511b060
commit 6a34a16885
+1
View File
@@ -167,6 +167,7 @@ vimperator.AutoCommands = function()//{{{
}
}
};
//}}}
} //}}}
vimperator.Events = function () //{{{