From 21a27e05b213efb10fd2d11e2f2a7c3911ef443c Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Fri, 15 Mar 2013 11:05:25 +0100 Subject: [PATCH] Fix typos. --- README.mkd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mkd b/README.mkd index 7760074..c982477 100644 --- a/README.mkd +++ b/README.mkd @@ -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 @@ -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