From 241818330f54708aaf741ffafe47836536842646 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Fri, 19 Aug 2016 18:50:16 +0200 Subject: [PATCH] SameIds: Fix Sentence, add hint to 'updatetime' --- doc/vim-go.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/vim-go.txt b/doc/vim-go.txt index 39d0b67017..1ccc820a73 100644 --- a/doc/vim-go.txt +++ b/doc/vim-go.txt @@ -582,8 +582,9 @@ CTRL-t Enables or disables automatic highlighting of |:GoSameIds| while moving the cursor. This basically toggles the option |'g:go_auto_sameids'| on/off. - If enabled it starts highlighting whenever your cursor is. If disabled it - clears and stops automatic highlighting. + If enabled it starts highlighting whenever your cursor is staying at the + same position for a configurable period of time (see 'updatetime'). If + disabled it clears and stops automatic highlighting. *:GoMetaLinter* :GoMetaLinter [path] @@ -995,7 +996,8 @@ updated. By default it's disabled. *'g:go_auto_sameids'* Use this option to highlight all uses of the identifier under the cursor -(:GoSameIds) automatically. By default it's disabled. +(:GoSameIds) automatically. By default it's disabled. The delay can be +configured with the 'updatetime' setting. > let g:go_auto_sameids = 0 <