Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Mar 15, 2013
1 parent 966a432 commit 21a27e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Add `let g:gitgutter_highlight_lines = 1` to your `~/.vimrc`.

#### To stop vim-gitgutter running on `BufEnter`

This is on by default but causes a noticeable lag for some people. To turn it off, add this to your ~/.vimrc`:
This is on by default but causes a noticeable lag for some people. To turn it off, add this to your `~/.vimrc`:

```
let g:gitgutter_on_bufenter = 0
Expand Down Expand Up @@ -167,7 +167,7 @@ This happens on certain combinations of OS and Vim. You can prevent the flicker

> There's a noticeable lag when vim-gitter runs; how can I avoid it?
By default vim-gitgutter runs often so the signs are as accurate as possible. However on some systems this causes a noticeable lag. If you would like to trade a little accuracy for speed, add one or both of these to your ~/.vimrc`:
By default vim-gitgutter runs often so the signs are as accurate as possible. However on some systems this causes a noticeable lag. If you would like to trade a little accuracy for speed, add one or both of these to your `~/.vimrc`:

```viml
let g:gitgutter_on_bufenter = 0
Expand Down

0 comments on commit 21a27e0

Please sign in to comment.