Cosmetics: Simplify dependencies, remove changelogs from ftplugin scripts

This commit is contained in:
Ingo Karkat
2020-07-11 19:54:26 +02:00
parent 19886c012c
commit a4eac0f60e
6 changed files with 6 additions and 30 deletions
+1 -3
View File
@@ -1,10 +1,8 @@
" ShowTrailingWhitespace.vim: Detect unwanted whitespace at the end of lines.
"
" DEPENDENCIES:
" - ShowTrailingWhitespace.vim autoload script.
" - ShowTrailingWhitespace/Filter.vim autoload script.
"
" Copyright: (C) 2012-2018 Ingo Karkat
" Copyright: (C) 2012-2020 Ingo Karkat
" The VIM LICENSE applies to this script; see ':help copyright'.
"
" Maintainer: Ingo Karkat <ingo@karkat.de>