mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
fix: where did this come from??
This commit is contained in:
parent
5ff2166fa2
commit
192ce94ac6
1 changed files with 1 additions and 9 deletions
|
@ -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')
|
||||
let s:jobid = 0
|
||||
endif
|
||||
|
@ -95,6 +87,6 @@ function codemp#cursor()
|
|||
endfunction
|
||||
|
||||
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
|
||||
endfunction
|
||||
|
|
Loading…
Reference in a new issue