aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-04-19 15:14:17 +0200
committerGitHub <noreply@github.com>2022-04-19 15:14:17 +0200
commit0124a7bfa9e27796e561cb0b3a045b9327bf7077 (patch)
tree86f767630011a459ab189e0b5455b48abd2ab1c8 /runtime/doc/eval.txt
parent147cc60d24f093b5154824889f2151489774ef33 (diff)
downloadrneovim-0124a7bfa9e27796e561cb0b3a045b9327bf7077.tar.gz
rneovim-0124a7bfa9e27796e561cb0b3a045b9327bf7077.tar.bz2
rneovim-0124a7bfa9e27796e561cb0b3a045b9327bf7077.zip
vim-patch:75ab590f8504 (#18170)
Update runtime files https://github.com/vim/vim/commit/75ab590f8504a8912ca0b8c58f6b897bb7a34f07 omit builtin.txt change to `expand()` (depends on 8.2.4726)
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index e3d4ef2085..2f3602caa1 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -4302,7 +4302,7 @@ parentheses can be cut out from |v:exception| with the ":substitute" command.
:
:try
:
- : " something with arithmetics and I/O
+ : " something with arithmetic and I/O
:
:catch /^EXCEPT:MATHERR:RANGE/
: let function = substitute(v:exception, '.*(\(\a\+\)).*', '\1', "")