Skip to content

Commit

Permalink
docs: typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ldelossa committed Nov 24, 2021
1 parent f488407 commit e8c5681
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/calltree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ A "call-hierarchy" tool creates a tree view of incoming (callers) or outgoing
From there you can drive down further, discovering "callers-of-callers" or
"callees-of-callees", and producing a tree view.

Calltree also provides a document symbol tree.

====================================================================================
Usage *calltree-usage*

Expand Down Expand Up @@ -83,7 +85,6 @@ Calltree exports several commands for manipulating the calltree UI.
:STClose
Closes the symboltree window


*:CTExpand*
:CTExpand
Expands a calltree symbol resolving any callers/callees of the symbol under
Expand Down Expand Up @@ -137,7 +138,8 @@ Calltree exports several commands for manipulating the calltree UI.
====================================================================================
MAPPINGS *calltree-mappings*

Since all of calltree's usage happens within it's own buffer, its pretty safe to assign this buffer a default keymap.
Since all of calltree's usage happens within it's own buffer,
its pretty safe to assign this buffer a default keymap.

This does not stop you from mapping *calltree-commands* to your own liking.

Expand Down Expand Up @@ -270,7 +272,7 @@ Any provided highlight groups will be merged with the table above.
For example:

calltree.setup({
icon_highlights = {
icon_hls = {
File = MyFileIconHL
}
})
Expand Down

0 comments on commit e8c5681

Please sign in to comment.