From d37e94d74457de5ea8d77a91a6e963829bb1e88b Mon Sep 17 00:00:00 2001 From: Larry Huang Date: Tue, 16 Jun 2015 18:05:03 +0800 Subject: [PATCH] Add explantion of EasyMotionMoveHL Add a subtitle for highlight group 'EasyMotionMoveHL'. --- doc/easymotion.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/easymotion.txt b/doc/easymotion.txt index b59295b..f965b59 100644 --- a/doc/easymotion.txt +++ b/doc/easymotion.txt @@ -956,6 +956,11 @@ to groups with default values. The highlighting groups are: * EasyMotionShade Highlights shaded text, the default value is dark gray + + * EasyMotionMoveHL + + Highlights matched pattern of "/" command. + There are two ways to override the default colors: @@ -972,6 +977,8 @@ There are two ways to override the default colors: hi EasyMotionTarget2First ctermbg=none ctermfg=red hi EasyMotionTarget2Second ctermbg=none ctermfg=lightred + + hi EasyMotionMoveHL ctermbg=green ctermfg=black < 2) Set the highlighting in your vimrc @@ -988,6 +995,8 @@ There are two ways to override the default colors: hi link EasyMotionTarget2First MatchParen hi link EasyMotionTarget2Second MatchParen + + hi link EasyMotionMoveHL Search < Use CSApprox *EasyMotion_force_csapprox*