about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2013-03-05 20:04:53 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2013-03-05 20:04:53 +0000
commit3def943d046ad03540dd188ab52c0eacaa021149 (patch)
treea83ffc396543f3da78f3edef865e7094bea9f068 /Doc
parentac22eab0d9ec3d12271a8c80c633716850e3b349 (diff)
downloadzsh-3def943d046ad03540dd188ab52c0eacaa021149.tar.gz
zsh-3def943d046ad03540dd188ab52c0eacaa021149.tar.xz
zsh-3def943d046ad03540dd188ab52c0eacaa021149.zip
users/17665: add FORCE_FLOAT option
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/options.yo11
1 files changed, 11 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 6c8d423cb..ce24a2226 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -485,6 +485,17 @@ Treat the `tt(#)', `tt(~)' and `tt(^)' characters as part of patterns
 for filename generation, etc.  (An initial unquoted `tt(~)'
 always produces named directory expansion.)
 )
+pindex(FORCE_FLOAT)
+pindex(NO_FORCE_FLOAT)
+pindex(FORCEFLOAT)
+pindex(NOFORCEFLOAT)
+cindex(floating point, forcing use of)
+cindex(forcing use of floating point)
+item(tt(FORCE_FLOAT))(
+Constants in arithmetic evaluation will be treated as floating point
+even without the use of a decimal point.  Integers in any base
+will be converted.
+)
 pindex(GLOB)
 pindex(NO_GLOB)
 pindex(NOGLOB)