Skip to content

Commit

Permalink
FixUp: Some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Jan 19, 2020
1 parent ef4a6fc commit 6cf4f9f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions autoload/vimspector/internal/neojob.vim
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ function! s:_OnEvent( chan_id, data, event ) abort
echom 'Channel exit with status ' . a:data
redraw
unlet s:job
" This causes terminal spam in neovim due to
" https://github.com/neovim/neovim/issues/11725
py3 _vimspector_session.OnServerExit( vim.eval( 'a:data' ) )
endif
endfunction
Expand All @@ -52,10 +54,7 @@ function! vimspector#internal#neojob#StartDebugSession( config ) abort
\ }
\ )

" FIXME: Missing in neovim 0.4. But in master:
"

" FIXME: error handling ?
" FIXME: env might not work: Missing in neovim 0.4. But in master:
return v:true
endfunction

Expand Down

0 comments on commit 6cf4f9f

Please sign in to comment.