1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 22:22:27 +01:00

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 02:35:36 +10:00
parent e2e31528e2
commit d2c1c02c38

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
{