diff options
Diffstat (limited to 'runtime/doc/builtin.txt')
-rw-r--r-- | runtime/doc/builtin.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index ae15dca3f1..a421de078b 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -4920,8 +4920,8 @@ mkdir({name} [, {path} [, {prot}]]) unreadable for others. {prot} is applied for all parts of {name}. Thus if you create - /tmp/foo/bar then /tmp/foo will be created with 0700. Example: > - :call mkdir($HOME . "/tmp/foo/bar", "p", 0700) + /tmp/foo/bar then /tmp/foo will be created with 0o700. Example: > + :call mkdir($HOME . "/tmp/foo/bar", "p", 0o700) < This function is not available in the |sandbox|. If you try to create an existing directory with {path} set to @@ -5596,12 +5596,12 @@ reg_executing() *reg_executing()* reg_recorded() *reg_recorded()* Returns the single letter name of the last recorded register. - Returns an empty string string when nothing was recorded yet. + Returns an empty string when nothing was recorded yet. See |q| and |Q|. reg_recording() *reg_recording()* Returns the single letter name of the register being recorded. - Returns an empty string string when not recording. See |q|. + Returns an empty string when not recording. See |q|. reltime([{start} [, {end}]]) *reltime()* Return an item that represents a time value. The item is a |