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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user