diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-10-11 13:57:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-10-11 13:57:40 +0200 |
commit | 4f4d51a942cc2c6b3e936ee0f93f00c2d000065c (patch) | |
tree | 68c8e3f28d26abf029d6d67747897b1bf43b885c /runtime/doc/version8.txt | |
parent | c6ed254d9fda0ff54cdedce5597ff3e0d0218d18 (diff) | |
download | vim-git-4f4d51a942cc2c6b3e936ee0f93f00c2d000065c.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/version8.txt')
-rw-r--r-- | runtime/doc/version8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt index 6192c237e..431b9cd47 100644 --- a/runtime/doc/version8.txt +++ b/runtime/doc/version8.txt @@ -48515,7 +48515,7 @@ Solution: Recognize true and false. Files: src/eval.c, src/testdir/test_vim9_expr.vim Patch 8.2.1205 -Problem: Vim9: && and || work different when not compiled. +Problem: Vim9: && and || work differently when not compiled. Solution: Keep the value. Files: src/eval.c, src/testdir/test_vim9_expr.vim |