diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-07-10 20:48:54 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-07-10 20:48:54 +0900 |
commit | 8102bbb73f942b232b6bcc00b8699fbe3b3f370c (patch) | |
tree | 0a3282e37ebcdb7bf7352139f29fe6c4366c3e4a | |
parent | de2aaf08f7b172ee5493151cee048f835928338c (diff) | |
download | deoplete.nvim-8102bbb73f942b232b6bcc00b8699fbe3b3f370c.zip |
Fix the documentation
-rw-r--r-- | doc/deoplete.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/deoplete.txt b/doc/deoplete.txt index b60df98..c479248 100644 --- a/doc/deoplete.txt +++ b/doc/deoplete.txt @@ -47,7 +47,7 @@ Note: deoplete requires Neovim(latest is recommended) with Python3 enabled. 1. Extract the files and put them in your Neovim directory (usually `$XDG_CONFIG_HOME/nvim/`). -2. Execute the |:UpdateRemotePlugins| and restart Neovim. +2. Execute the ":UpdateRemotePlugins" and restart Neovim. 3. Call |deoplete#enable()| or set "let g:deoplete#enable_at_startup = 1" in your `init.vim` @@ -738,7 +738,8 @@ on_post_filter *deoplete-source-attribute-on_event* on_event (Function) (Optional) - It is called when |BufRead|, |BufNewFile|, |BufNew|, |BufWritePost|. + It is called when |BufRead|, |BufNewFile|, |BufNew|, + |BufWritePost|. It is useful to make cache. It takes {self} and {context} as its parameter. @@ -932,7 +933,7 @@ A: > $ sudo pip3 install neovim --upgrade < - 3. Please execute |:UpdateRemotePlugins| or |:NeoBundleRemotePlugins| (for + 3. Please execute ":UpdateRemotePlugins" or ":NeoBundleRemotePlugins" (for using NeoBundle) command manually. 4. Please check if Python3 interface works. You can check it by ":echo |