From 9fb988fe5dc9eec7539b9e3112afcdb5fcdd4a47 Mon Sep 17 00:00:00 2001 From: Alberto Oporto Ames <39320840+otreblan@users.noreply.github.com> Date: Thu, 21 Nov 2019 07:23:24 -0500 Subject: [PATCH] 'b' should be uppercase --- coc.nvim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coc.nvim.md b/coc.nvim.md index 79efb32..18a29c9 100644 --- a/coc.nvim.md +++ b/coc.nvim.md @@ -62,7 +62,7 @@ See [[LSP Extensions]] for the description of these extensions. " bases nn xb :call CocLocations('ccls','$ccls/inheritance') " bases of up to 3 levels -nn xb :call CocLocations('ccls','$ccls/inheritance',{'levels':3}) +nn xB :call CocLocations('ccls','$ccls/inheritance',{'levels':3}) " derived nn xd :call CocLocations('ccls','$ccls/inheritance',{'derived':v:true}) " derived of up to 3 levels