]> Sergey Matveev's repositories - vim-lsp.git/log
vim-lsp.git
2 years agoAdd test to confirm the correct diagnostic is found for "LspDiagCurrent"
Andreas Louv [Mon, 20 Mar 2023 14:00:58 +0000 (15:00 +0100)]
Add test to confirm the correct diagnostic is found for "LspDiagCurrent"

2 years agoAdd simple test to confirm multiple diagnostics can be on one line
Andreas Louv [Mon, 20 Mar 2023 12:47:42 +0000 (13:47 +0100)]
Add simple test to confirm multiple diagnostics can be on one line

2 years agoAdd support for multiple diagnostics per line
Andreas Louv [Mon, 20 Mar 2023 10:11:23 +0000 (11:11 +0100)]
Add support for multiple diagnostics per line

2 years agoFix typescript tests
Andreas Louv [Mon, 20 Mar 2023 13:33:14 +0000 (14:33 +0100)]
Fix typescript tests

The "tsserver" is rather slow and needs more time to be able to publish
diagnostics.

2 years agoDisable typescript server tests
Yegappan Lakshmanan [Mon, 20 Mar 2023 02:33:11 +0000 (19:33 -0700)]
Disable typescript server tests

2 years agoUse the correct count for diags error
Yegappan Lakshmanan [Mon, 20 Mar 2023 01:46:52 +0000 (18:46 -0700)]
Use the correct count for diags error

2 years agoUpdate the path to Vim
Yegappan Lakshmanan [Mon, 20 Mar 2023 01:33:36 +0000 (18:33 -0700)]
Update the path to Vim

2 years agoFailed to install nodejs
Yegappan Lakshmanan [Mon, 20 Mar 2023 01:24:51 +0000 (18:24 -0700)]
Failed to install nodejs

2 years agoAdd support for typescript language server tests.
Yegappan Lakshmanan [Mon, 20 Mar 2023 01:21:47 +0000 (18:21 -0700)]
Add support for typescript language server tests.

2 years agoMerge pull request #163 from andlrc/respect-isIncomplete-when-omni-completion
Yegappan Lakshmanan [Mon, 20 Mar 2023 00:15:43 +0000 (17:15 -0700)]
Merge pull request #163 from andlrc/respect-isIncomplete-when-omni-completion

Respect "isIncomplete" when filtering completion items

2 years agoMerge pull request #165 from andlrc/jump-to-proper-column-for-LspDiagFirst-LspDiagNext
Yegappan Lakshmanan [Mon, 20 Mar 2023 00:13:55 +0000 (17:13 -0700)]
Merge pull request #165 from andlrc/jump-to-proper-column-for-LspDiagFirst-LspDiagNext

Jump to the proper column when jumping to diagnostics

2 years agoMerge pull request #166 from andlrc/only-add-mark-when-jumping-to-same-buffer
Yegappan Lakshmanan [Mon, 20 Mar 2023 00:12:01 +0000 (17:12 -0700)]
Merge pull request #166 from andlrc/only-add-mark-when-jumping-to-same-buffer

Don't add two entries to the jump list when jumping to a symbol in another file

2 years agoDon't add two entries to the jump list when jumping to a symbol in another file
Andreas Louv [Sun, 19 Mar 2023 18:29:50 +0000 (19:29 +0100)]
Don't add two entries to the jump list when jumping to a symbol in another file

2 years agoDon't filter completion items if the server reports them as being incomplete
Andreas Louv [Sun, 19 Mar 2023 16:19:58 +0000 (17:19 +0100)]
Don't filter completion items if the server reports them as being incomplete

2 years agoJump to the proper column when jumping to diagnostics
Andreas Louv [Sun, 19 Mar 2023 12:41:34 +0000 (13:41 +0100)]
Jump to the proper column when jumping to diagnostics

2 years agoRespect "isIncomplete" when omni completing
Andreas Louv [Sun, 19 Mar 2023 10:30:38 +0000 (11:30 +0100)]
Respect "isIncomplete" when omni completing

The specifications states:

> for speed clients should be able to filter an already received
> completion list if the user continues typing. Servers can opt out of
> this using a CompletionList and mark it as isIncomplete

2 years agoMerge pull request #161 from andlrc/naive-attempt-to-support-textEdit
Yegappan Lakshmanan [Sat, 18 Mar 2023 23:27:55 +0000 (16:27 -0700)]
Merge pull request #161 from andlrc/naive-attempt-to-support-textEdit

Add naive support for textEdit

2 years agoAdd naive support for textEdit
Andreas Louv [Thu, 16 Mar 2023 16:08:51 +0000 (17:08 +0100)]
Add naive support for textEdit

2 years agoAdd support for using the 'formatexpr' option to format code using a language server
Yegappan Lakshmanan [Fri, 17 Mar 2023 04:10:51 +0000 (21:10 -0700)]
Add support for using the 'formatexpr' option to format code using a language server

2 years agoMerge pull request #157 from Shane-XB-Qian/pr_autocompl_items_filter_icase
Yegappan Lakshmanan [Wed, 15 Mar 2023 15:42:56 +0000 (08:42 -0700)]
Merge pull request #157 from Shane-XB-Qian/pr_autocompl_items_filter_icase

fix: should allow autocompl items icase work and be more smooth

2 years agofix: using stridx with tolower instead
shane.xb.qian [Wed, 15 Mar 2023 15:08:25 +0000 (23:08 +0800)]
fix: using stridx with tolower instead

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agoMerge pull request #158 from Shane-XB-Qian/pr_user_data_maybe_not_dict
Yegappan Lakshmanan [Wed, 15 Mar 2023 14:43:56 +0000 (07:43 -0700)]
Merge pull request #158 from Shane-XB-Qian/pr_user_data_maybe_not_dict

fix: user_data of compl item maybe not a dict

2 years agofix: user_data of compl item maybe not a dict
shane.xb.qian [Wed, 15 Mar 2023 13:55:25 +0000 (21:55 +0800)]
fix: user_data of compl item maybe not a dict

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agofix: should allow autocompl items icase work and be more smooth
shane.xb.qian [Wed, 15 Mar 2023 12:27:59 +0000 (20:27 +0800)]
fix: should allow autocompl items icase work and be more smooth

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agoRemove the completion matches that doesn't start with the keyword prefix before cursor
Yegappan Lakshmanan [Wed, 15 Mar 2023 03:43:24 +0000 (20:43 -0700)]
Remove the completion matches that doesn't start with the keyword prefix before cursor

2 years agoMerge pull request #155 from Shane-XB-Qian/pr_test_assert_match_title
Yegappan Lakshmanan [Wed, 15 Mar 2023 02:10:44 +0000 (19:10 -0700)]
Merge pull request #155 from Shane-XB-Qian/pr_test_assert_match_title

fix: should be better using assert_match for popup title string comparison

2 years agoMerge pull request #156 from Shane-XB-Qian/pr_ci_upd_node_ver
Yegappan Lakshmanan [Wed, 15 Mar 2023 02:10:10 +0000 (19:10 -0700)]
Merge pull request #156 from Shane-XB-Qian/pr_ci_upd_node_ver

fix: upgrade ci checkout node version

2 years agofix: upgrade ci checkout node version
shane.xb.qian [Wed, 15 Mar 2023 00:21:07 +0000 (08:21 +0800)]
fix: upgrade ci checkout node version

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agofix: should be better using assert_match for popup title string comparison
shane.xb.qian [Wed, 15 Mar 2023 00:05:00 +0000 (08:05 +0800)]
fix: should be better using assert_match for popup title string comparison

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agoMerge pull request #151 from andlrc/dont-use-textEdit.newText
Yegappan Lakshmanan [Tue, 14 Mar 2023 16:00:03 +0000 (09:00 -0700)]
Merge pull request #151 from andlrc/dont-use-textEdit.newText

Don't use textEdit.newText, as textEdit.range isn't respected

2 years agoDon't use textEdit.newText, as textEdit.range isn't respected
Andreas Louv [Thu, 9 Mar 2023 21:08:08 +0000 (22:08 +0100)]
Don't use textEdit.newText, as textEdit.range isn't respected

2 years agoMerge pull request #153 from andlrc/fix/badge-icon
Yegappan Lakshmanan [Tue, 14 Mar 2023 14:01:25 +0000 (07:01 -0700)]
Merge pull request #153 from andlrc/fix/badge-icon

Fix the unit test badge src

2 years agoMerge pull request #152 from andlrc/find_ident
Yegappan Lakshmanan [Tue, 14 Mar 2023 13:58:49 +0000 (06:58 -0700)]
Merge pull request #152 from andlrc/find_ident

Scan for the closest identifier under the cursor when resolving cursor location

2 years agoFix the unit test badge src
Andreas Louv [Tue, 14 Mar 2023 09:24:08 +0000 (10:24 +0100)]
Fix the unit test badge src

2 years agoScan for the closest identifier under the cursor when resolving cursor location
Andreas Louv [Mon, 13 Mar 2023 23:15:07 +0000 (00:15 +0100)]
Scan for the closest identifier under the cursor when resolving cursor location

This works somewhat like "CTRL-]" and "CTRL-R_CTRL-W".

2 years agoMerge pull request #150 from andlrc/send-charcol-to-code-action
Yegappan Lakshmanan [Tue, 14 Mar 2023 00:45:59 +0000 (17:45 -0700)]
Merge pull request #150 from andlrc/send-charcol-to-code-action

Send charcol when requesting code action

2 years agoSend charcol when requesting code action
Andreas Louv [Sun, 12 Mar 2023 22:41:09 +0000 (23:41 +0100)]
Send charcol when requesting code action

The typescript-language-server will provide better code actions when
knowing which column you stand on. For instance the "add missing import"
action works more reliable when the server knows the current column.

2 years agoHandle LocationLink type properly and update the test for :LspPeekReferences
Yegappan Lakshmanan [Sun, 12 Mar 2023 19:36:18 +0000 (12:36 -0700)]
Handle LocationLink type properly and update the test for :LspPeekReferences

2 years agoMerge pull request #120 from andlrc/partially-typed-omni-complete-keywords
Yegappan Lakshmanan [Sun, 12 Mar 2023 18:53:40 +0000 (11:53 -0700)]
Merge pull request #120 from andlrc/partially-typed-omni-complete-keywords

Support partially typing the omni completed keyword

2 years agoMerge pull request #149 from andlrc/145-fix-showDiagOnStatusLine
Yegappan Lakshmanan [Sun, 12 Mar 2023 18:53:02 +0000 (11:53 -0700)]
Merge pull request #149 from andlrc/145-fix-showDiagOnStatusLine

145 fix show diag on status line

2 years agoFix "showDiagOnStatusLine", as it didn't work
Andreas Louv [Sun, 12 Mar 2023 17:47:32 +0000 (18:47 +0100)]
Fix "showDiagOnStatusLine", as it didn't work

By moving the option check inside the BufferInit function, the user have
had a change to set the option before it's being checked.

2 years agoRemove dead code
Andreas Louv [Sun, 12 Mar 2023 17:46:59 +0000 (18:46 +0100)]
Remove dead code

2 years agoUse string interpolation and single quoted strings
Yegappan Lakshmanan [Sat, 11 Mar 2023 23:47:30 +0000 (15:47 -0800)]
Use string interpolation and single quoted strings

2 years agoMerge pull request #147 from andlrc/automate-rename
Yegappan Lakshmanan [Sat, 11 Mar 2023 20:27:40 +0000 (12:27 -0800)]
Merge pull request #147 from andlrc/automate-rename

Make it possible to provide a new name directly to "LspRename"

2 years agoMake it possible to provide a new name directly to "LspRename"
Andreas Louv [Sat, 11 Mar 2023 08:53:16 +0000 (09:53 +0100)]
Make it possible to provide a new name directly to "LspRename"

2 years agoMerge pull request #146 from andlrc/automate-lspcodeaction
Yegappan Lakshmanan [Sat, 11 Mar 2023 16:11:24 +0000 (08:11 -0800)]
Merge pull request #146 from andlrc/automate-lspcodeaction

Make it possible to specify a name, pattern or number directly to "LspCodeAction"

2 years agoMerge branch 'main' into automate-lspcodeaction
Yegappan Lakshmanan [Sat, 11 Mar 2023 16:09:11 +0000 (08:09 -0800)]
Merge branch 'main' into automate-lspcodeaction

2 years agoMerge pull request #144 from andlrc/hideCodeActions
Yegappan Lakshmanan [Sat, 11 Mar 2023 16:04:13 +0000 (08:04 -0800)]
Merge pull request #144 from andlrc/hideCodeActions

Hide disabled code actions

2 years agoMake it possible to specify a name, pattern or number directly to "LspCodeAction"
Andreas Louv [Sat, 11 Mar 2023 09:32:57 +0000 (10:32 +0100)]
Make it possible to specify a name, pattern or number directly to "LspCodeAction"

2 years agoMake it possible to hide disabled code actions with "hideDisabledCodeActions"
Andreas Louv [Fri, 10 Mar 2023 23:11:49 +0000 (00:11 +0100)]
Make it possible to hide disabled code actions with "hideDisabledCodeActions"

2 years agoSort and group options in more intuitive way
Andreas Louv [Fri, 10 Mar 2023 23:17:31 +0000 (00:17 +0100)]
Sort and group options in more intuitive way

2 years agoMerge pull request #142 from andlrc/linkSupport
Yegappan Lakshmanan [Fri, 10 Mar 2023 04:55:19 +0000 (20:55 -0800)]
Merge pull request #142 from andlrc/linkSupport

Add support for "capabilities.*.linkSupport"

2 years agoSupport partially typing the omni completed keyword
Andreas Louv [Thu, 1 Dec 2022 13:18:41 +0000 (14:18 +0100)]
Support partially typing the omni completed keyword

2 years agoAdd support for "capabilities.*.linkSupport"
Andreas Louv [Thu, 9 Mar 2023 09:06:56 +0000 (10:06 +0100)]
Add support for "capabilities.*.linkSupport"

This commit should be backward compatible, but allow us to use all the
properties from "LocationLink" in other commits, as long the language
server replies with "LocationLink"

2 years agoMerge pull request #140 from andlrc/add-support-for-customNotificationHandlers
Yegappan Lakshmanan [Thu, 9 Mar 2023 15:39:49 +0000 (07:39 -0800)]
Merge pull request #140 from andlrc/add-support-for-customNotificationHandlers

Add support for "customNotificationHandlers"

2 years agoAdd test for "customNotificationHandlers"
Andreas Louv [Mon, 6 Mar 2023 22:28:40 +0000 (23:28 +0100)]
Add test for "customNotificationHandlers"

2 years agoAdd support for "customNotificationHandlers"
Andreas Louv [Sun, 5 Mar 2023 22:55:31 +0000 (23:55 +0100)]
Add support for "customNotificationHandlers"

2 years agoFix warning messages seen with the lua language server
Yegappan Lakshmanan [Tue, 7 Mar 2023 06:08:24 +0000 (22:08 -0800)]
Fix warning messages seen with the lua language server

2 years agoFix test failure in jumping to a tag
Yegappan Lakshmanan [Mon, 6 Mar 2023 14:41:26 +0000 (06:41 -0800)]
Fix test failure in jumping to a tag

2 years agoMerge pull request #138 from ilango100/main
Yegappan Lakshmanan [Mon, 6 Mar 2023 14:38:58 +0000 (06:38 -0800)]
Merge pull request #138 from ilango100/main

fix: Use character position in TagFunc

2 years agofix: Use string interpolation
Ilango Rajagopal [Mon, 6 Mar 2023 10:05:49 +0000 (15:35 +0530)]
fix: Use string interpolation

2 years agoMerge pull request #139 from andlrc/ignore-typescript-language-server-custom-notification
Yegappan Lakshmanan [Sun, 5 Mar 2023 22:54:00 +0000 (14:54 -0800)]
Merge pull request #139 from andlrc/ignore-typescript-language-server-custom-notification

Ignore TypeScript language server custom notification

2 years agoIgnore TypeScript language server custom notification
Andreas Louv [Sun, 5 Mar 2023 22:06:09 +0000 (23:06 +0100)]
Ignore TypeScript language server custom notification

Ignore the "$/typescriptVersion" custom notification send by this
language server:

https://github.com/typescript-language-server/typescript-language-server

2 years agofix: Use character position in TagFunc
Ilango Rajagopal [Sun, 5 Mar 2023 11:27:33 +0000 (16:57 +0530)]
fix: Use character position in TagFunc

2 years agoIgnore the $/progress notification message from some language servers
Yegappan Lakshmanan [Sat, 4 Mar 2023 15:56:34 +0000 (07:56 -0800)]
Ignore the $/progress notification message from some language servers

2 years agoMerge pull request #136 from dezza/diagLineHL
Yegappan Lakshmanan [Sat, 25 Feb 2023 04:56:31 +0000 (20:56 -0800)]
Merge pull request #136 from dezza/diagLineHL

lspOptions: diagLineHL

2 years agoMerge pull request #132 from Shane-XB-Qian/pr_codeaction_cmd
Yegappan Lakshmanan [Sat, 25 Feb 2023 04:55:41 +0000 (20:55 -0800)]
Merge pull request #132 from Shane-XB-Qian/pr_codeaction_cmd

fix: codeaction command of cmd maybe not existed

2 years agoimprove docs, fix incorrect comment
Christoffer Aasted [Wed, 15 Feb 2023 10:21:33 +0000 (11:21 +0100)]
improve docs, fix incorrect comment

2 years agofix
Christoffer Aasted [Tue, 14 Feb 2023 23:21:19 +0000 (00:21 +0100)]
fix

2 years agoforgot
Christoffer Aasted [Tue, 14 Feb 2023 22:21:09 +0000 (23:21 +0100)]
forgot

2 years agolint
Christoffer Aasted [Tue, 14 Feb 2023 21:53:26 +0000 (22:53 +0100)]
lint

2 years agolspOptions: diagLineHL
Christoffer Aasted [Tue, 14 Feb 2023 21:48:55 +0000 (22:48 +0100)]
lspOptions: diagLineHL

2 years agofix: codeaction command of cmd maybe not existed
shane.xb.qian [Thu, 12 Jan 2023 06:46:47 +0000 (14:46 +0800)]
fix: codeaction command of cmd maybe not existed

2 years agoMerge pull request #116 from Shane-XB-Qian/pr_lsp_hl_ov
Yegappan Lakshmanan [Wed, 21 Dec 2022 14:21:38 +0000 (06:21 -0800)]
Merge pull request #116 from Shane-XB-Qian/pr_lsp_hl_ov

fix: make lsp hl not be overrode by cursorline

2 years agorevert hl of 'LspOutlineHighlight' back to 'Search' (yellow)
shane.xb.qian [Wed, 21 Dec 2022 14:18:07 +0000 (22:18 +0800)]
revert hl of 'LspOutlineHighlight' back to 'Search' (yellow)

2 years agorevert hl of 'LspTextRef' back to 'Search' (yellow)
shane.xb.qian [Wed, 21 Dec 2022 14:01:48 +0000 (22:01 +0800)]
revert hl of 'LspTextRef' back to 'Search' (yellow)

2 years agofix: make the wait a bit longer // seems clangd maybe not startup yet
shane.xb.qian [Mon, 28 Nov 2022 09:40:54 +0000 (17:40 +0800)]
fix: make the wait a bit longer // seems clangd maybe not startup yet

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agofix: make lsp outline kw hl be not overrode by cursorline as well
shane.xb.qian [Mon, 28 Nov 2022 09:15:15 +0000 (17:15 +0800)]
fix: make lsp outline kw hl be not overrode by cursorline as well

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agofix: make lsp hl not be overrode by cursorline
shane.xb.qian [Mon, 28 Nov 2022 08:53:17 +0000 (16:53 +0800)]
fix: make lsp hl not be overrode by cursorline

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agoMerge pull request #121 from Shane-XB-Qian/pr_inlayhints_kind
Yegappan Lakshmanan [Wed, 21 Dec 2022 13:25:40 +0000 (05:25 -0800)]
Merge pull request #121 from Shane-XB-Qian/pr_inlayhints_kind

fix: inlayhints kind can be omitted

2 years agoMerge pull request #118 from andlrc/main
Yegappan Lakshmanan [Wed, 21 Dec 2022 13:13:28 +0000 (05:13 -0800)]
Merge pull request #118 from andlrc/main

Sort the diagnostics by line number when populating the location-list

2 years agoMerge pull request #123 from hardselius/main
Yegappan Lakshmanan [Thu, 15 Dec 2022 10:15:10 +0000 (15:45 +0530)]
Merge pull request #123 from hardselius/main

Remove early bailout check

2 years agoRemove early bailout check
Martin Hardselius [Thu, 15 Dec 2022 08:20:34 +0000 (09:20 +0100)]
Remove early bailout check

This kind of bailout does not work with vim9 without `vim9script
noclear`. See `:h vim9-reload`.

Fixes: #122
2 years agoMerge pull request #119 from craigmac/main
Yegappan Lakshmanan [Sun, 11 Dec 2022 13:12:27 +0000 (05:12 -0800)]
Merge pull request #119 from craigmac/main

Add g:loaded_lsp variable for easy detection

2 years agofix: inlayhints kind can be omitted
shane.xb.qian [Thu, 8 Dec 2022 07:44:27 +0000 (15:44 +0800)]
fix: inlayhints kind can be omitted

2 years agoAdd g:loaded_lsp variable for easy detection
C.D. MacEachern [Wed, 30 Nov 2022 14:11:15 +0000 (09:11 -0500)]
Add g:loaded_lsp variable for easy detection

Useful to detect if the plugin was loaded before doing things in,
for example, `.vim/after/plugin/lsp.vim` by doing:

```
if !get(g:, 'loaded_lsp') | finish | endif
```

2 years agoSort the diagnostics by line number when populating the location-list
Andreas Louv [Wed, 30 Nov 2022 13:53:37 +0000 (14:53 +0100)]
Sort the diagnostics by line number when populating the location-list

2 years agoWhen starting to edit a file, update the inlay hints
Yegappan Lakshmanan [Sun, 27 Nov 2022 21:36:40 +0000 (13:36 -0800)]
When starting to edit a file, update the inlay hints

2 years agoPassing multiple text property types to prop_remove() is supported only starting...
Yegappan Lakshmanan [Sun, 27 Nov 2022 18:03:04 +0000 (10:03 -0800)]
Passing multiple text property types to prop_remove() is supported only starting with 9.0.0233

2 years agoCheck whether the current buffer has a LSP server before clearing the highlights
Yegappan Lakshmanan [Sun, 27 Nov 2022 17:57:28 +0000 (09:57 -0800)]
Check whether the current buffer has a LSP server before clearing the highlights

2 years agoIgnore errors when clearing the highlight text properties
Yegappan Lakshmanan [Sun, 27 Nov 2022 16:29:32 +0000 (08:29 -0800)]
Ignore errors when clearing the highlight text properties

2 years agoSupport the inlay hints kind specified in the standard
Yegappan Lakshmanan [Sun, 27 Nov 2022 08:02:34 +0000 (00:02 -0800)]
Support the inlay hints kind specified in the standard

2 years agoAdd support for displaying clangd inlay hints
Yegappan Lakshmanan [Sun, 27 Nov 2022 00:42:42 +0000 (16:42 -0800)]
Add support for displaying clangd inlay hints

2 years agoAlphabetically sort the commands in the plugin
Yegappan Lakshmanan [Thu, 24 Nov 2022 20:06:14 +0000 (12:06 -0800)]
Alphabetically sort the commands in the plugin

2 years agoRename the lsp server debug log file name
Yegappan Lakshmanan [Thu, 24 Nov 2022 19:56:26 +0000 (11:56 -0800)]
Rename the lsp server debug log file name

2 years agoUpdate documentation
Yegappan Lakshmanan [Thu, 24 Nov 2022 18:48:09 +0000 (10:48 -0800)]
Update documentation

2 years agoShow the language server capabilities in a scratch buffer
Yegappan Lakshmanan [Thu, 24 Nov 2022 16:17:04 +0000 (08:17 -0800)]
Show the language server capabilities in a scratch buffer

2 years agoFix test failure
Yegappan Lakshmanan [Thu, 24 Nov 2022 15:58:12 +0000 (07:58 -0800)]
Fix test failure

2 years agoThe prefix characters used in the call hierarchy tree are not displayed correctly...
Yegappan Lakshmanan [Thu, 24 Nov 2022 15:56:22 +0000 (07:56 -0800)]
The prefix characters used in the call hierarchy tree are not displayed correctly in a terminal Vim.  Update the documentation

2 years agoAdd support for browsing the call hierarchy tree.
Yegappan Lakshmanan [Thu, 24 Nov 2022 06:48:07 +0000 (22:48 -0800)]
Add support for browsing the call hierarchy tree.