fix: where did this come from??

This commit is contained in:
əlemi 2022-10-18 23:08:08 +02:00
parent 5ff2166fa2
commit 192ce94ac6

View file

@ -1,11 +1,3 @@
" Copyright 2017 Justin Charette
"
" Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
" http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
" <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
" option. This file may not be copied, modified, or distributed
" except according to those terms.
if ! exists('s:jobid') if ! exists('s:jobid')
let s:jobid = 0 let s:jobid = 0
endif endif
@ -95,6 +87,6 @@ function codemp#cursor()
endfunction endfunction
function s:OnStderr(id, data, event) dict function s:OnStderr(id, data, event) dict
let g:msg = 'codemp: stderr: ' . join(a:data, "\n") let g:msg = 'codemp: ' . join(a:data, "\n")
echo g:msg echo g:msg
endfunction endfunction