From bd7a0b46a9daefe36e914136d6ce347a76efc57d Mon Sep 17 00:00:00 2001 From: cbarrete <62146989+cbarrete@users.noreply.github.com> Date: Thu, 8 Jul 2021 03:51:40 +0200 Subject: doc: remove mentions of compile-time flags #14935 Nvim always compiles everything in so those are useless at best and confusing at worst. --- runtime/doc/if_ruby.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'runtime/doc/if_ruby.txt') 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() -- cgit