diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-08-11 18:00:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-08-11 18:00:22 +0200 |
commit | d473c8c101262702ea9eeb14907ee20a786942b2 (patch) | |
tree | 2837d2cd3d597959693ae8ffc8d0dd686c425f75 /runtime/doc/undo.txt | |
parent | f53c692240851f71b930e80a0b0b5d4cfcc1b4a3 (diff) | |
download | vim-git-d473c8c101262702ea9eeb14907ee20a786942b2.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/undo.txt')
-rw-r--r-- | runtime/doc/undo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/undo.txt b/runtime/doc/undo.txt index d271222d2..2ada2a6f4 100644 --- a/runtime/doc/undo.txt +++ b/runtime/doc/undo.txt @@ -403,4 +403,4 @@ if it is not what you want do 'u.'. This will remove the contents of the first put, and repeat the put command for the second register. Repeat the 'u.' until you got what you want. - vim:tw=78:ts=8:ft=help:norl: + vim:tw=78:ts=8:noet:ft=help:norl: |