aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/gentoo-changelog.vim')
-rw-r--r--ftplugin/gentoo-changelog.vim15
1 files changed, 0 insertions, 15 deletions
diff --git a/ftplugin/gentoo-changelog.vim b/ftplugin/gentoo-changelog.vim
deleted file mode 100644
index 1e1ca66..0000000
--- a/ftplugin/gentoo-changelog.vim
+++ /dev/null
@@ -1,15 +0,0 @@
-" Vim filetype plugin file
-" Language: Gentoo ChangeLogs
-" Author: Ciaran McCreesh <ciaranm@gentoo.org>
-" Copyright: Copyright (c) 2004-2005 Ciaran McCreesh
-" Licence: You may redistribute this under the same terms as Vim itself
-"
-" Sets up settings for Gentoo ChangeLogs as per GLEP 31.
-"
-
-if &compatible || v:version < 603
- finish
-endif
-
-" GLEP 31 settings
-setlocal fileencoding=utf-8