diff options
author | Doug Kearns <dougkearns@gmail.com> | 2011-01-05 02:41:06 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2011-01-05 02:41:06 +1100 |
commit | 80def7bfe94fd8054a1e8c21a5c830a0b2e80071 (patch) | |
tree | 83a18f26bdc0ad53bc52ff80b7a2fc29457d986f /common/modules/completion.jsm | |
parent | 78bdfd6d9de8ce32ea66c6c5e48397c5344e5f4c (diff) | |
download | pentadactyl-80def7bfe94fd8054a1e8c21a5c830a0b2e80071.tar.gz |
Set the Vim ft in the modeline of the new modules.
--HG--
extra : rebase_source : 931647ac0dc0fb21d33d5f03b2d7267a73c0bb45
Diffstat (limited to 'common/modules/completion.jsm')
-rw-r--r-- | common/modules/completion.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/completion.jsm b/common/modules/completion.jsm index d7ba2d2b..11b70ab3 100644 --- a/common/modules/completion.jsm +++ b/common/modules/completion.jsm @@ -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: |