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 -5
View File
@@ -1,15 +1,11 @@
" diff_ShowTrailingWhitespace.vim: Whitespace exceptions for the "diff" filetype.
"
" DEPENDENCIES:
" - ShowTrailingWhitespace.vim autoload script
"
" Copyright: (C) 2012 Ingo Karkat
" Copyright: (C) 2012-2020 Ingo Karkat
" The VIM LICENSE applies to this script; see ':help copyright'.
"
" Maintainer: Ingo Karkat <ingo@karkat.de>
"
" REVISION DATE REMARKS
" 1.00.001 02-Mar-2012 file creation
" A single space at the beginning of a line can represent an empty context line.
call ShowTrailingWhitespace#SetLocalExtraPattern('^\%( \@!\s\)$\|\%>1v')