1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-07 10:05:46 +01:00

Set the Vim ft in the modeline of the new modules.

--HG--
extra : rebase_source : 931647ac0dc0fb21d33d5f03b2d7267a73c0bb45
This commit is contained in:
Doug Kearns
2011-01-05 02:41:06 +11:00
parent 78bdfd6d9d
commit 80def7bfe9
3 changed files with 3 additions and 3 deletions

View File

@@ -1068,4 +1068,4 @@ endModule();
} catch(e){ if (!e.stack) e = Error(e); dump(e.fileName+":"+e.lineNumber+": "+e+"\n" + e.stack); }
// vim: set fdm=marker sw=4 ts=4 et:
// vim: set fdm=marker sw=4 ts=4 et ft=javascript:

View File

@@ -715,4 +715,4 @@ var RangeFind = Class("RangeFind", {
endModule();
// vim: set fdm=marker sw=4 ts=4 et:
// vim: set fdm=marker sw=4 ts=4 et ft=javascript:

View File

@@ -701,4 +701,4 @@ endModule();
} catch(e){ if (!e.stack) e = Error(e); dump(e.fileName+":"+e.lineNumber+": "+e+"\n" + e.stack); }
// vim: set fdm=marker sw=4 ts=4 et:
// vim: set fdm=marker sw=4 ts=4 et ft=javascript: