mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
'b' should be uppercase
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
|
||||||
|
Loading…
Reference in New Issue
Block a user