summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/manual.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index ab1badaf3..a9e6aebb4 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -565,6 +565,11 @@ or as accessors:
   # is parsed as
   echo((1,2))
 
+Only 0, 1, 2, 4 or 8 spaces are allowed to specify precedence and it is
+enforced that infix operators have the same amount of spaces before and after
+them. This rules does not apply when a newline follows after the operator,
+then only the preceding spaces are considered.
+
 
 Grammar
 -------