Fix the RC file modeline ft setting written with :mkv.

Each extension has its own associated Vim filetype.
This commit is contained in:
Doug Kearns
2009-06-29 19:09:10 +10:00
parent e2e31528e2
commit d2c1c02c38
+1 -1
View File
@@ -296,7 +296,7 @@ function IO() //{{{
arguments: [filename + ".local"]
}));
lines.push("\n\" vim: set ft=vimperator:");
lines.push("\n\" vim: set ft=" + EXTENSION_NAME + ":");
try
{