aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2016-10-17 19:49:57 +0200
committerJustin M. Keyes <justinkz@gmail.com>2016-10-17 19:49:57 +0200
commit869a9078e189ed14284fee7c341d669d8a4611d5 (patch)
tree86498ea92020bafff41491e3f9e379da8fce32bb
parentfbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710 (diff)
downloadrneovim-869a9078e189ed14284fee7c341d669d8a4611d5.tar.gz
rneovim-869a9078e189ed14284fee7c341d669d8a4611d5.tar.bz2
rneovim-869a9078e189ed14284fee7c341d669d8a4611d5.zip
Doc: Ruby omni-completion works (#5497)
-rw-r--r--runtime/doc/insert.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 818d6cf64c..a82e17c857 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1436,7 +1436,7 @@ original HTML files completion of tags (and only tags) isn't context aware.
RUBY *ft-ruby-omni* {Nvim}
-NOTE: Completion for ruby code is not currently provided by Nvim.
+NOTE: |compl-omni| for Ruby code requires |provider-ruby| to be installed.
Ruby completion will parse your buffer on demand in order to provide a list of
completions. These completions will be drawn from modules loaded by 'require'