From d2c1c02c38049ff26c3b2e25855e6907a7f54db4 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 29 Jun 2009 02:35:36 +1000 Subject: [PATCH] Fix the RC file modeline ft setting written with :mkv. Each extension has its own associated Vim filetype. --- common/content/io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/io.js b/common/content/io.js index d2bd5806..5b6ebfa1 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -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 {