diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-05 17:43:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-05 17:43:32 +0200 |
commit | 945e2dbb633ed29b697a8d4eea51672e3c11143b (patch) | |
tree | 9d91ddcd66538a3f908dd71acb4a6b8ed90cd374 /runtime/doc/options.txt | |
parent | a76638f47d157ff4520fcd2917106d51d03a2ad9 (diff) | |
download | vim-945e2dbb633ed29b697a8d4eea51672e3c11143b.zip |
Use full path in undofile(). Updated docs.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 498df7feb..63efd1c24 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -7265,10 +7265,11 @@ A jump table for the options with a short description can be found at |Q_op|. set ul=0 < But you can also get Vi compatibility by including the 'u' flag in 'cpoptions', and still be able to use CTRL-R to repeat undo. + Also see |undo-two-ways|. Set to a negative number for no undo at all: > set ul=-1 < This helps when you run out of memory for a single change. - Also see |undo-two-ways|. + Also see |clear-undo|. *'updatecount'* *'uc'* 'updatecount' 'uc' number (default: 200) |