mirror of
https://github.com/prabirshrestha/asyncomplete.vim.git
synced 2025-12-14 20:35:41 +01:00
added known issues
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user