We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3fc78 commit 1bd3dfbCopy full SHA for 1bd3dfb
autoload/OmniSharp/log.vim
@@ -29,7 +29,7 @@ function! OmniSharp#log#LogServer(job, raw, msg) abort
29
let message = substitute(a:msg.Body.Message, '\%uD\ze\%u0', '', 'g')
30
let lines = split(message, '\%u0', 1)
31
if a:msg.Body.Name ==# 'OmniSharp.Roslyn.BufferManager'
32
- let line0 = lines[0]
+ let line0 = ' ' . lines[0]
33
if lines[0] =~# '^\s*Updating file .\+ with new text:$'
34
" Strip the trailing ':'
35
let line0 = line0[:-2]
0 commit comments