Skip to content

Commit c91d0d5

Browse files
zbinlinprabirshrestha
authored andcommitted
Fix echo diagnostics message with showcmd (#433)
1 parent ed304db commit c91d0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/lsp/utils.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function! lsp#utils#echo_with_truncation(msg) abort
176176
endif
177177

178178
if &showcmd
179-
let l:winwidth -= 11
179+
let l:winwidth -= 12
180180
endif
181181

182182
if l:winwidth > 5 && l:winwidth < strdisplaywidth(l:msg)

0 commit comments

Comments
 (0)