summaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-06-27 05:18:54 +0200
committerBram Moolenaar <Bram@vim.org>2010-06-27 05:18:54 +0200
commit730cde924cea50977bdbfa5b977180bfaa188a27 (patch)
treec0570ec54157923527d3da2d10c31782738d532d /runtime/doc/eval.txt
parenta800b42975f7a62282cb90d8c61ef3cff2fe810a (diff)
downloadvim-730cde924cea50977bdbfa5b977180bfaa188a27.zip
Added ":earlier 1f" and ":later 1f".
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index c19a34569..5d6a20500 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -5797,6 +5797,8 @@ undotree() *undotree()*
something readable.
"save_last" Number of the last file write. Zero when no
write yet.
+ "save_cur" Number of the current position in the undo
+ tree.
"synced" Non-zero when the last undo block was synced.
This happens when waiting from input from the
user. See |undo-blocks|.