summaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-07 23:21:31 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-07 23:21:31 +0200
commitfd35811ca528de7612f9571bce20ef4c392fe5f7 (patch)
treeac5fce9ab80314ac72496c81d0c8d1cc9a81c130 /runtime/doc/options.txt
parentfe08df452af10db8a24dbeb1bd9ef09492a4bc66 (diff)
downloadvim-git-fd35811ca528de7612f9571bce20ef4c392fe5f7.tar.gz
Update runtime files, add Danish translations.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index aac95ac3b..7d588dc51 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -830,7 +830,9 @@ A jump table for the options with a short description can be found at |Q_op|.
{not in Vi}
When a file has been detected to have been changed outside of Vim and
it has not been changed inside of Vim, automatically read it again.
- When the file has been deleted this is not done. |timestamp|
+ When the file has been deleted this is not done, so you have the text
+ from before it was deleted. When it appears again then it is read.
+ |timestamp|
If this option has a local value, use this command to switch back to
using the global value: >
:set autoread<
@@ -5233,7 +5235,10 @@ A jump table for the options with a short description can be found at |Q_op|.
Running into the limit often means that the pattern is very
inefficient or too complex. This may already happen with the pattern
"\(.\)*" on a very long line. ".*" works much better.
- Vim may run out of memory before hitting the 'maxmempattern' limit.
+ Might also happen on redraw, when syntax rules try to match a complex
+ text structure.
+ Vim may run out of memory before hitting the 'maxmempattern' limit, in
+ which case you get an "Out of memory" error instead.
*'maxmemtot'* *'mmt'*
'maxmemtot' 'mmt' number (default between 2048 and 10240 (system