Minor change for re-running the tests

This commit is contained in:
Tal Amuyal 2019-03-09 21:04:10 +02:00
parent 35c8e03efc
commit 76d18c70e4
1 changed files with 1 additions and 2 deletions

View File

@ -452,8 +452,7 @@ export class NeovimInstance extends EventEmitter implements INeovimInstance {
this._initPromise = startNeovim(startOptions).then(async nv => {
Log.info("NeovimInstance: Neovim started")
// Workaround for issue where UI
// can fail to attach if there is a UI-blocking error
// Workaround for issue where UI can fail to attach if there is a UI-blocking error
// nv.input("<ESC>")
this._neovim = nv