diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-08-15 18:51:32 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-08-15 18:51:32 +0100 |
commit | e1f3fd1d02e3f5fe6d2b6d82687c6846b8e500f8 (patch) | |
tree | f00150bb6e9c2813a69adef48cea5d43c0680c32 /runtime/doc/eval.txt | |
parent | 5a4fff4d948cd12a5cf5f637ad2c561815a77d8e (diff) | |
download | vim-git-e1f3fd1d02e3f5fe6d2b6d82687c6846b8e500f8.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 6eab0833f..5947703fb 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1098,6 +1098,7 @@ a different type means the values are different: > echo 0 is [] 0 "is#"/"isnot#" and "is?"/"isnot?" can be used to match and ignore case. +In |Vim9| script this doesn't work, two strings are never identical. In legacy script, when comparing a String with a Number, the String is converted to a Number, and the comparison is done on Numbers. This means |