mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 16:15:45 +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"]
|
arguments: [filename + ".local"]
|
||||||
}));
|
}));
|
||||||
|
|
||||||
lines.push("\n\" vim: set ft=vimperator:");
|
lines.push("\n\" vim: set ft=" + EXTENSION_NAME + ":");
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user