summaryrefslogtreecommitdiff
path: root/plugin/trailing-spaces.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/trailing-spaces.vim')
-rwxr-xr-xplugin/trailing-spaces.vim7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugin/trailing-spaces.vim b/plugin/trailing-spaces.vim
deleted file mode 100755
index 19bffeb..0000000
--- a/plugin/trailing-spaces.vim
+++ /dev/null
@@ -1,7 +0,0 @@
-" trailing-spaces.vim
-" Trailing whitespaces highlighting
-
-highlight ExtraWhitespace ctermbg=darkred
-highlight CursorLine term=bold cterm=bold
-" Show trailing whitepace and spaces before a tab:
-autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ containedin=ALL