added known issues

This commit is contained in:
Prabir Shrestha
2019-03-29 13:53:36 -07:00
parent 75279f35ab
commit 9d75c6872e
2 changed files with 12 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
asyncomplete.vim
================
Provide async autocompletion for vim8 and neovim with `timers`.
This repository is fork of [https://github.com/roxma/nvim-complete-manager](https://github.com/roxma/nvim-complete-manager)
in pure vim script with python dependency removed.
Async autocompletion for Vim 8 and Neovim with |timers|.
This is inspired by [nvim-complete-manager](https://github.com/roxma/nvim-complete-manager) but written
in pure Vim Script.
### Installing

View File

@@ -8,6 +8,7 @@ CONTENTS *asyncomplete-contents*
1. Introduction |asyncomplete-introduction|
2. Options |asyncomplete-options|
3. Global vim configuration |asyncomplete-global-config|
4. Known Issues |asyncomplete-known-issues|
===============================================================================
1. Introduction *asyncomplete-introduction*
@@ -97,6 +98,13 @@ with them, try setting `shortmess` vim option in your `.vimrc` like so:
<
See `:help shortmess` for details and description.
===============================================================================
4. Known Issues *asyncomplete-known-issues*
Builtin complete such as omni func, file func flickers and closes.
You need vim with patch v8.1.1068.
https://github.com/vim/vim/commit/fd133323d4e1cc9c0e61c0ce357df4d36ea148e3
===============================================================================
vim:tw=78:ts=4:sts=4:sw=4:ft=help:norl: