summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_41.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-02-20 19:48:20 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-20 19:48:20 +0000
commit944697ae19683441981539cd4d2469df89d6ec82 (patch)
tree717efbb9366e0c99d9d472fd7fef3ea47e387d01 /runtime/doc/usr_41.txt
parentad6c45f62558e03d3e3a927b3fe4dbaf30a36bef (diff)
downloadvim-git-944697ae19683441981539cd4d2469df89d6ec82.tar.gz
Update runtime files
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r--runtime/doc/usr_41.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt
index 435002bfc..eb269e16c 100644
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -162,7 +162,7 @@ and avoid errors. Such as thinking that the "-0o36" above makes the number
negative, while it is actually seen as a subtraction.
To actually have the minus sign be used for negation, you can put the second
-expression in parenthesis: >
+expression in parentheses: >
echo -0x7f (-0o36)