mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35: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
|
||||
nn <silent> xb :call CocLocations('ccls','$ccls/inheritance')<cr>
|
||||
" 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
|
||||
nn <silent> xd :call CocLocations('ccls','$ccls/inheritance',{'derived':v:true})<cr>
|
||||
" derived of up to 3 levels
|
||||
|
Loading…
Reference in New Issue
Block a user