From 288976310b44b9176a2d5fb2d2da8c5a8b51423d Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 6 Sep 2017 10:44:25 +0900 Subject: [PATCH] Update g:fzf_colors example --- README-VIM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-VIM.md b/README-VIM.md index 956a46b0..385712f7 100644 --- a/README-VIM.md +++ b/README-VIM.md @@ -86,6 +86,7 @@ let g:fzf_colors = \ 'bg+': ['bg', 'CursorLine', 'CursorColumn'], \ 'hl+': ['fg', 'Statement'], \ 'info': ['fg', 'PreProc'], + \ 'border': ['fg', 'Ignore'], \ 'prompt': ['fg', 'Conditional'], \ 'pointer': ['fg', 'Exception'], \ 'marker': ['fg', 'Keyword'],