aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Vyalkova <cyber+gentoo@sysrq.in>2023-03-11 20:25:21 +0500
committerMichał Górny <mgorny@gentoo.org>2023-03-11 21:42:15 +0100
commitd4659a919096a0488694338a9cf4fbb749080779 (patch)
tree154d35626ef8cd318003d76b335400650244a72d /ftplugin
parentglep: loosen email regexp (diff)
downloadgentoo-syntax-d4659a919096a0488694338a9cf4fbb749080779.tar.gz
gentoo-syntax-d4659a919096a0488694338a9cf4fbb749080779.tar.bz2
gentoo-syntax-d4659a919096a0488694338a9cf4fbb749080779.zip
Drop support for Gentoo style ChaneLogsv9
They haven't been used anywhere for ages. Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Closes: https://github.com/gentoo/gentoo-syntax/pull/57 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'ftplugin')
-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