Hi,
2016/8/17 Wed 9:52:24 UTC+9 Ken Takata wrote:
> Hi,
>
> Please check the attached patch for fixing typos in docs.
> And... the patches 7.4.2063 - 7.4.2162 in the list were duplicated.
I think we need description for binary number.
Regards,
Ken Takata
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
# HG changeset patch
# Parent 15ce06f0a3f6126f77d01836dd52be11c32f5843
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -43,7 +43,7 @@ There are nine types of variables:
Number A 32 or 64 bit signed number. |expr-number| *Number*
64-bit Numbers are available only when compiled with the
|+num64| feature.
- Examples: -123 0x10 0177
+ Examples: -123 0x10 0177 0b1011
Float A floating point number. |floating-point-format| *Float*
{only when compiled with the |+float| feature}
@@ -1038,9 +1038,10 @@ When expr8 is a |Funcref| type variable,
number
------
number number constant *expr-number*
- *hex-number* *octal-number*
-
-Decimal, Hexadecimal (starting with 0x or 0X), or Octal (starting with 0).
+ *hex-number* *octal-number* *binary-number*
+
+Decimal, Hexadecimal (starting with 0x or 0X), Octal (starting with 0), or
+Binary (starting with 0b or 0B).
*floating-point-format*
Floating point numbers can be written in two forms: