diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-10 22:00:53 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-10 22:00:53 +0200 |
commit | 7ff78465f7057a672a6de0d75d56286da253501b (patch) | |
tree | e35e18d5462fab10968567970cb14cfe92a82bb7 /runtime/doc/usr_11.txt | |
parent | a7eedf317a806fceec1ddd8f9bebed6e00be0ed2 (diff) | |
download | vim-git-7ff78465f7057a672a6de0d75d56286da253501b.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/usr_11.txt')
-rw-r--r-- | runtime/doc/usr_11.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_11.txt b/runtime/doc/usr_11.txt index f8d0f15eb..430c365cc 100644 --- a/runtime/doc/usr_11.txt +++ b/runtime/doc/usr_11.txt @@ -1,4 +1,4 @@ -*usr_11.txt* For Vim version 8.2. Last change: 2020 Jan 17 +*usr_11.txt* For Vim version 8.2. Last change: 2020 Jul 08 VIM USER MANUAL - by Bram Moolenaar @@ -256,7 +256,7 @@ O Open the file readonly. Use this when you just want to view the file and E Edit the file anyway. Use this with caution! If the file is being edited in another Vim, you might end up with two versions of the file. Vim will - try to warn you when this happens, but better be safe then sorry. + try to warn you when this happens, but better be safe than sorry. R Recover the file from the swap file. Use this if you know that the swap file contains changes that you want to recover. |