commit | 730cde924cea50977bdbfa5b977180bfaa188a27 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 27 05:18:54 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 27 05:18:54 2010 +0200 |
tree | c0570ec54157923527d3da2d10c31782738d532d | |
parent | a800b42975f7a62282cb90d8c61ef3cff2fe810a [diff] [blame] |
Added ":earlier 1f" and ":later 1f".
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index c19a345..5d6a205 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt
@@ -5797,6 +5797,8 @@ 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|.