summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-01 09:07:31 +0100
committerYorhel <git@yorhel.nl>2010-11-01 09:07:31 +0100
commitfec81b7ee5d6fe5f28f5cb5491f66704d6a1d6cd (patch)
treeb0c085011ce82b79448345a47fd4c3465fe85b0e
parente151dcd73269a9ca1ac5d120994f0b3f09d30ad0 (diff)
Added vim modeline to lang.txt
This prevents vim from using syntax highlighting on the file, which you really don't want for two reasons: - There are no syntax files for lang.txt - The file is huge and syntax highlighting is slow (vim thought it was an asciidoc file...)
-rw-r--r--data/lang.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/lang.txt b/data/lang.txt
index c6455445..a7b76cf2 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -6964,3 +6964,5 @@ cs : Váš prohlížeč je na nic, nepodporuje vykreslování našich krásných
hu : A böngésződ szar, nem képes megjeleníteni a szép összefüggés grafikonunkat.
nl : Je browser is troep, het heeft niet de benodigde functionaliteit om onze mooie grafiekjes weer te geven.
+
+# vim: set ft=none: