smartmatcheol.vim : Smart matching of trailing whitespace
| script karma |
Rating 0/0,
Downloaded by 2286 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Konstantin Lepa |
| |
| script type |
| utility |
| |
| description |
If you don't want to highlight trailing whitespaces in all filetypes, then you can use the plug-in.
NB: If you are using `textwidth' option, then plug-in will highlight all characters after `textwidth' length.
|
| |
| install details |
1. Move smartmatcheol.vim into ~/.vim/plugin/
2. Define g:sme_extlist and g:sme_filelist in ~/.vimrc for highlighting. For example:
let g:sme_extlist = [ "c", "h", "py", "cc", "cpp", "hpp", "xml", "xslt", "vim"]
let g:sme_filelist = [ "CMakeLists.txt", "vimrc" ] |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|