You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few ways you can go about installing this plugin:
14
14
15
15
1. If you have [Vundle](https://github.com/gmarik/Vundle.vim) you can simply add:
@@ -26,7 +26,7 @@ There are a few ways you can go about installing this plugin:
26
26
```
27
27
3. While this plugin can also be installed by copying its contents into your `~/.vim/` directory, I would highly recommend using one of the above methods as they make managing your Vim plugins painless.
28
28
29
-
##Usage
29
+
##Usage
30
30
Whitespace highlighting is enabled by default, with a highlight color of red.
31
31
32
32
* To set a custom highlight color, just call:
@@ -114,7 +114,7 @@ Whitespace highlighting is enabled by default, with a highlight color of red.
114
114
let g:better_whitespace_verbosity=1
115
115
```
116
116
117
-
##Supported Whitespace Characters
117
+
##Supported Whitespace Characters
118
118
Due to the fact that the built-in whitespace character class for patterns (`\s`)
119
119
only matches against tabs and spaces, this plugin defines its own list of
120
120
horizontal whitepsace characters to match for both highlighting and stripping.
@@ -151,7 +151,7 @@ working with them: whitespace_examples.txt
151
151
If you encounter any additional whitespace characters I have missed here,
152
152
please submit a pull request.
153
153
154
-
##Screenshots
154
+
##Screenshots
155
155
Here are a couple more screenshots of the plugin at work.
156
156
157
157
This screenshot shows the current line not being highlighted in insert mode:
@@ -163,7 +163,7 @@ This screenshot shows the current line not being highlighted in normal mode( `Cu
163
163
This screenshot shows that highlighting works fine for spaces, tabs, and a mixture of both:
0 commit comments