aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/if_ruby.txt
diff options
context:
space:
mode:
authorcbarrete <62146989+cbarrete@users.noreply.github.com>2021-07-08 03:51:40 +0200
committerGitHub <noreply@github.com>2021-07-07 18:51:40 -0700
commitbd7a0b46a9daefe36e914136d6ce347a76efc57d (patch)
tree1c3f19980d8e154dd915b794d1982a133b10fc69 /runtime/doc/if_ruby.txt
parent4547137aaff32b20172870a549d3a28a3c7adf1c (diff)
downloadrneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.tar.gz
rneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.tar.bz2
rneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.zip
doc: remove mentions of compile-time flags #14935
Nvim always compiles everything in so those are useless at best and confusing at worst.
Diffstat (limited to 'runtime/doc/if_ruby.txt')
-rw-r--r--runtime/doc/if_ruby.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/if_ruby.txt b/runtime/doc/if_ruby.txt
index 02edd50ae8..47305c65fb 100644
--- a/runtime/doc/if_ruby.txt
+++ b/runtime/doc/if_ruby.txt
@@ -32,10 +32,6 @@ downloading Ruby there.
This form of the |:ruby| command is mainly useful for
including ruby code in vim scripts.
- Note: This command doesn't work when the Ruby feature
- wasn't compiled in. To avoid errors, see
- |script-here|.
-
Example Vim script: >
function! RedGem()