Skip to content

Commit 14f9ab3

Browse files
authored
update vim-vital-vs to the latest (#1219)
1 parent 66fd2f0 commit 14f9ab3

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

autoload/vital/_lsp/VS/LSP/MarkupContent.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ function! s:normalize(markup_content, ...) abort
3737
let l:normalized = a:markup_content.value
3838
if has_key(a:markup_content, 'language')
3939
let l:normalized = '```' . a:markup_content.language . ' ' . l:normalized . ' ```'
40-
elseif get(a:markup_content, 'kind', 'plaintext') ==# 'plaintext'
41-
let l:string = '```plaintext ' . l:string . ' ```'
4240
endif
4341
endif
4442
if l:option.compact

autoload/vital/_lsp/VS/Vim/Buffer.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ endfunction
4949
function! s:ensure(expr) abort
5050
if !bufexists(a:expr)
5151
if type(a:expr) == type(0)
52-
throw printf('VS.Vim.Buffer: `%s` is not valid expr.', l:bufnr)
52+
throw printf('VS.Vim.Buffer: `%s` is not valid expr.', a:expr)
5353
endif
5454
badd `=a:expr`
5555
endif

autoload/vital/lsp.vital

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
lsp
2-
5828301d6bae0858e9ea21012913544f5ef8e375
2+
2755f0c8fbd3442bcb7f567832e4d1455b57f9a2
33

44
VS.LSP.MarkupContent
55
VS.Vim.Window.FloatingWindow

0 commit comments

Comments
 (0)