From 05ccf170efa9bc6bfcc5c9c1d06af05f82c3a2ae Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 3 Oct 2018 13:59:00 +0200 Subject: [PATCH] README: limit to 80 characters --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ab8f6f..b0b14c8 100644 --- a/README.md +++ b/README.md @@ -2189,8 +2189,8 @@ Always use a dark gray statusline, no matter what colorscheme is chosen: autocmd ColorScheme * highlight StatusLine ctermbg=darkgray cterm=NONE guibg=darkgray gui=NONE ``` -This triggers every time you use `:colorscheme ...`. If you want it to trigger only for -a certain colorscheme: +This triggers every time you use `:colorscheme ...`. If you want it to trigger +only for a certain colorscheme: ```vim autocmd ColorScheme desert highlight StatusLine ctermbg=darkgray cterm=NONE guibg=darkgray gui=NONE