commit | d6e256c31aef8fc9268d10c0fa3073785d4c3723 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 15:32:50 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 15:32:50 2011 +0100 |
tree | 238fc7a79a56072668eb2898d8d9e13c94b42c8e | |
parent | 2787ab91b0f588b4cb19ee32c9beb6fa7ebb4b1d [diff] [blame] |
updated for version 7.3.377 Problem: No support for bitwise AND, OR, XOR and invert. Solution: Add add(), or(), invert() and xor() functions.
diff --git a/src/testdir/test65.ok b/src/testdir/test65.ok index 26c7312..7aac326 100644 --- a/src/testdir/test65.ok +++ b/src/testdir/test65.ok
@@ -54,3 +54,20 @@ float2nr 123 -123 +AND +127 +16 +0 +OR +23 +15 +123 +XOR +0 +111 +255 +invert +65408 +65519 +65407 +0