From fec81b7ee5d6fe5f28f5cb5491f66704d6a1d6cd Mon Sep 17 00:00:00 2001 From: Yorhel Date: Mon, 1 Nov 2010 09:07:31 +0100 Subject: 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...) --- data/lang.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data/lang.txt') 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: -- cgit v1.2.3