diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/rl-next/no-cache-eval-errors.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual/rl-next/no-cache-eval-errors.md b/doc/manual/rl-next/no-cache-eval-errors.md new file mode 100644 index 000000000..c80d96dba --- /dev/null +++ b/doc/manual/rl-next/no-cache-eval-errors.md @@ -0,0 +1,8 @@ +--- +synopsis: re-evaluate cached evaluation errors +cls: 771 +--- + +"cached failure of [expr]" errors have been removed: expressions already in the +eval cache as a failure will now simply be re-evaluated, removing the need to +set `--no-eval-cache` or similar to see the error. |