sponsor Vim development Vim logo Vim Book Ad

vim-shitespace : Show bad whitespace

 script karma  Rating 9/3, Downloaded by 649  Comments, bugs, improvements  Vim wiki

created by
Dan Church
 
script type
utility
 
description
Highlights all the bad whitespace in your files:

- Whitespace at the end of lines
- Spaces followed by tabs
- Mixed tabs and spaces (if configured)

GitLab project: https://gitlab.com/h3xx/vim-shitespace
 
install details
Just untar into your ~/.vim directory, or use the following to get the latest version from Git:

Vim 8+:
mkdir -p ~/.vim/pack/dist/start
git clone https://gitlab.com/h3xx/vim-shitespace.git ~/.vim/pack/dist/start/vim-shitespace

Vim 7 and older:
mkdir -p ~/.vim/{autoload,plugin}
wget -O ~/.vim/autoload/shitespace.vim https://gitlab.com/h3xx/vim-shitespace/-/raw/main/autoload/shitespace.vim
wget -O ~/.vim/plugin/shitespace.vim https://gitlab.com/h3xx/vim-shitespace/-/raw/main/plugin/shitespace.vim
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-shitespace-v0.3.1.tar.xz 0.3.1 2022-11-09 7.0 Dan Church - Highlight fancy Unicode whitespace characters
vim-shitespace-v0.3.0.tar.gz 0.3.0 2022-10-29 7.0 Dan Church - Fix missing `match` call - if toggling on in the current file, it would fail to highlight
- Remove automatic keystroke support
- Add functions for explicitly toggling on/off
vim-shitespace-0.2.0.tar.xz 0.2.0 2022-09-30 7.0 Dan Church - Changed installation slightly (vim 7.x); 8.x is unaffected
- Minor improvements
vim-shitespace-0.1.0.tar.xz 0.1.0 2021-01-19 7.0 Dan Church Initial upload
ip used for rating: 216.73.216.103

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github