'b' should be uppercase

Alberto Oporto Ames 2019-11-21 07:23:24 -05:00
parent 53a83a3c91
commit 9fb988fe5d

@ -62,7 +62,7 @@ See [[LSP Extensions]] for the description of these extensions.
" bases " bases
nn <silent> xb :call CocLocations('ccls','$ccls/inheritance')<cr> nn <silent> xb :call CocLocations('ccls','$ccls/inheritance')<cr>
" bases of up to 3 levels " bases of up to 3 levels
nn <silent> xb :call CocLocations('ccls','$ccls/inheritance',{'levels':3})<cr> nn <silent> xB :call CocLocations('ccls','$ccls/inheritance',{'levels':3})<cr>
" derived " derived
nn <silent> xd :call CocLocations('ccls','$ccls/inheritance',{'derived':v:true})<cr> nn <silent> xd :call CocLocations('ccls','$ccls/inheritance',{'derived':v:true})<cr>
" derived of up to 3 levels " derived of up to 3 levels