Skip to content

Commit 2573e23

Browse files
authored
Merge pull request #62 from gkaklas/master
Fix headers in README.md
2 parents 7729bad + e0197b9 commit 2573e23

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Vim Better Whitespace Plugin
1+
# Vim Better Whitespace Plugin
22

33
This plugin causes all trailing whitespace characters (see [Supported Whitespace Characters](#supported-whitespace-characters) below) to be
44
highlighted. Whitespace for the current line will not be highlighted
@@ -9,7 +9,7 @@ to make whitespace cleaning painless.
99
Here is a screenshot of this plugin at work:
1010
![Example Screenshot](http://i.imgur.com/St7yHth.png)
1111

12-
##Installation
12+
## Installation
1313
There are a few ways you can go about installing this plugin:
1414

1515
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:
2626
```
2727
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.
2828
29-
##Usage
29+
## Usage
3030
Whitespace highlighting is enabled by default, with a highlight color of red.
3131
3232
* To set a custom highlight color, just call:
@@ -114,7 +114,7 @@ Whitespace highlighting is enabled by default, with a highlight color of red.
114114
let g:better_whitespace_verbosity=1
115115
```
116116
117-
##Supported Whitespace Characters
117+
## Supported Whitespace Characters
118118
Due to the fact that the built-in whitespace character class for patterns (`\s`)
119119
only matches against tabs and spaces, this plugin defines its own list of
120120
horizontal whitepsace characters to match for both highlighting and stripping.
@@ -151,7 +151,7 @@ working with them: whitespace_examples.txt
151151
If you encounter any additional whitespace characters I have missed here,
152152
please submit a pull request.
153153
154-
##Screenshots
154+
## Screenshots
155155
Here are a couple more screenshots of the plugin at work.
156156
157157
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
163163
This screenshot shows that highlighting works fine for spaces, tabs, and a mixture of both:
164164
![Tabs Screenshot](http://i.imgur.com/bbsVRUf.png)
165165
166-
##Frequently Asked Questions
166+
## Frequently Asked Questions
167167
Hopefully some of the most common questions will be answered here. If you still have a question
168168
that I have failed to address, please open an issue and ask it!
169169
@@ -224,14 +224,14 @@ A: If you know of a better way to do something I am attempting in this plugin,
224224
me or make the changes yourself and open a pull request. If I am doing something that is bad
225225
or can be improved, I more than willing to hear about it!
226226
227-
##Promotion
227+
## Promotion
228228
If you like this plugin, please star it on Github and vote it up at Vim.org!
229229
230230
Repository exists at: http://github.com/ntpeters/vim-better-whitespace
231231
232232
Plugin also hosted at: http://www.vim.org/scripts/script.php?script_id=4859
233233
234-
##Credits
234+
## Credits
235235
Originally inspired by: https://github.com/bronson/vim-trailing-whitespace
236236
237237
Based on:

0 commit comments

Comments
 (0)