Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Commit

Permalink
update doc. remove #52 from known issue
Browse files Browse the repository at this point in the history
  • Loading branch information
roxma committed Oct 24, 2017
1 parent 5dce411 commit 057bc0e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions doc/nvim-completion-manager.txt
Expand Up @@ -772,20 +772,7 @@ to start it manually:
==============================================================================
9. Known issues *NCM-known-issues*

9.1 Significant delay when exiting from vim8 *NCM-issue#52*

There are two main causes:

- The vim-hug-neovim-rpc uses multithread implementation. Vim has to wait for
all threads exit before shutdown, even though those are python daemon
thread.

- The current version of NCM is runs outside of vim process and it is started
via the |job_start| function. However, the |job_start| method provided by
vim8, unlike the |jobstart| in neovim, has no detach option available, which
means that vim8 has to wait for NCM process exit before shutdown.

9.2 CTRL-L of |popupmenu-keys| is broken *NCM-issue#127*
9.1 CTRL-L of |popupmenu-keys| is broken *NCM-issue#127*

It seems this key is in-compatible with vim's |complete()| function.

Expand Down

0 comments on commit 057bc0e

Please sign in to comment.