mirror of
https://github.com/inkarkat/vim-ShowTrailingWhitespace.git
synced 2026-05-31 11:18:40 +02:00
Cosmetics: Simplify dependencies, remove changelogs from ftplugin scripts
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user