diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-07 16:03:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-07 16:03:51 +0100 |
commit | 664f3cf3f21d3699bfd179c318ef5c869c085648 (patch) | |
tree | 33c061c600cf54a9ab1dc810bd02689bff097cec /runtime/doc/editing.txt | |
parent | f48ee3c28488f7c361732316f905ac420b3d8087 (diff) | |
download | vim-git-664f3cf3f21d3699bfd179c318ef5c869c085648.tar.gz |
Runtime file updates.
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r-- | runtime/doc/editing.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index 03a33e9df..4b3171716 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1,4 +1,4 @@ -*editing.txt* For Vim version 8.1. Last change: 2019 Sep 27 +*editing.txt* For Vim version 8.1. Last change: 2019 Dec 07 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1452,7 +1452,7 @@ Do this before writing the file. When reading an encrypted file it will be set automatically to the method used when that file was written. You can change 'cryptmethod' before writing that file to change the method. -To set the default method, used for new files, use this in your |vimrc| +To set the default method, used for new files, use this in your |vimrc| file: > set cm=blowfish2 Using "blowfish2" is highly recommended. Only use another method if you |