diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-12-17 21:30:33 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-12-17 21:56:41 -0500 |
commit | 65f11d0a00e0cfdf97d67f538ffb90461f9599b4 (patch) | |
tree | c57a60950afd8e9730afa6d2cda05ca8252f31bd /runtime/doc/eval.txt | |
parent | 1e7a553ed7fca4f0e1b2a1d01494471204affa5d (diff) | |
download | rneovim-65f11d0a00e0cfdf97d67f538ffb90461f9599b4.tar.gz rneovim-65f11d0a00e0cfdf97d67f538ffb90461f9599b4.tar.bz2 rneovim-65f11d0a00e0cfdf97d67f538ffb90461f9599b4.zip |
vim-patch:8a94d87
Update runtime files.
https://github.com/vim/vim/commit/8a94d873aa8c753a8522ea86a049bdf2abd0c507
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 91eae8e49c..8e40186a15 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -953,7 +953,7 @@ Decimal, Hexadecimal (starting with 0x or 0X), or Octal (starting with 0). Floating point numbers can be written in two forms: [-+]{N}.{M} - [-+]{N}.{M}e[-+]{exp} + [-+]{N}.{M}[eE][-+]{exp} {N} and {M} are numbers. Both {N} and {M} must be present and can only contain digits. @@ -7597,7 +7597,7 @@ This does NOT work: > :unlet v < *E741* If you try to change a locked variable you get an - error message: "E741: Value of {name} is locked" + error message: "E741: Value is locked: {name}" [depth] is relevant when locking a |List| or |Dictionary|. It specifies how deep the locking goes: |