diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-09-01 13:01:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-01 13:01:24 -0700 |
commit | 61e9137394fc5229e582a64316c2ffef55d8d7af (patch) | |
tree | c0f380b5efa26bed8c13d2d7b192c0c89568222a /test/functional/plugin/lsp/completion_spec.lua | |
parent | 6913c5e1d975a11262d08b3339d50b579e6b6bb8 (diff) | |
download | rneovim-61e9137394fc5229e582a64316c2ffef55d8d7af.tar.gz rneovim-61e9137394fc5229e582a64316c2ffef55d8d7af.tar.bz2 rneovim-61e9137394fc5229e582a64316c2ffef55d8d7af.zip |
docs: misc #28970
Diffstat (limited to 'test/functional/plugin/lsp/completion_spec.lua')
-rw-r--r-- | test/functional/plugin/lsp/completion_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/plugin/lsp/completion_spec.lua b/test/functional/plugin/lsp/completion_spec.lua index 16d64fc95d..d3796082fb 100644 --- a/test/functional/plugin/lsp/completion_spec.lua +++ b/test/functional/plugin/lsp/completion_spec.lua @@ -724,7 +724,7 @@ describe('vim.lsp.completion: protocol', function() end) end) - it('custom word/abbar format', function() + it('enable(…,{convert=fn}) custom word/abbr format', function() create_server({ isIncomplete = false, items = { |