Skip to content

Commit ad6d61b

Browse files
authored
Update name of the function (#1419)
1 parent a5e06b7 commit ad6d61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/vim-lsp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@ To use semantic highlighting, you need Neovim highlights, or Vim with the
21272127
To enable semantic highlighting, |g:lsp_semantic_enabled| should be set to `1`
21282128
(it is `0` by default). You can check if semantic highlighting is enabled
21292129
by running: >
2130-
echo lsp#ui#vim#semantic#is_enabled()
2130+
echo lsp#internal#semantic#is_enabled()
21312131
21322132
vim-lsp provides |highlight| groups for each of the token types supported by
21332133
the current LSP server. This includes highlight groups for each of the

0 commit comments

Comments
 (0)