comparison runtime/doc/if_ruby.txt @ 11062:1218c5353e2b

Runtime file updates. commit https://github.com/vim/vim/commit/214641f77df6f318a4b3a0b09723c19859a103f4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 5 17:04:09 2017 +0100 Runtime file updates.
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Mar 2017 17:15:05 +0100
parents 876fbdd84e52
children 9eebe457eb3c
comparison
equal deleted inserted replaced
11061:0f11b92d7f5e 11062:1218c5353e2b
70 delete lines using this command. 70 delete lines using this command.
71 The default for [range] is the whole file: "1,$". 71 The default for [range] is the whole file: "1,$".
72 72
73 *:rubyfile* *:rubyf* 73 *:rubyfile* *:rubyf*
74 :rubyf[ile] {file} Execute the Ruby script in {file}. This is the same as 74 :rubyf[ile] {file} Execute the Ruby script in {file}. This is the same as
75 ":ruby load 'file'", but allows file name completion. 75 `:ruby load 'file'`, but allows file name completion.
76 76
77 Executing Ruby commands is not possible in the |sandbox|. 77 Executing Ruby commands is not possible in the |sandbox|.
78 78
79 ============================================================================== 79 ==============================================================================
80 2. The Vim module *ruby-vim* 80 2. The Vim module *ruby-vim*