diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-01-30 00:15:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 23:15:22 +0000 |
commit | 4a96e7809f4d9f6ce21869817eb95ff6dcaa1693 (patch) | |
tree | 9d7dbc65b9c31bc332531fe14236f5023e199d1f /runtime/doc/builtin.txt | |
parent | d7d015ffff1b6c796f9a03f9a7ec914fe5909ee8 (diff) | |
download | rneovim-4a96e7809f4d9f6ce21869817eb95ff6dcaa1693.tar.gz rneovim-4a96e7809f4d9f6ce21869817eb95ff6dcaa1693.tar.bz2 rneovim-4a96e7809f4d9f6ce21869817eb95ff6dcaa1693.zip |
chore: typo fixes (#16921)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
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 |