aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-03-23 19:52:50 +0800
committerGitHub <noreply@github.com>2022-03-23 19:52:50 +0800
commitf5a3edb0c0f761a82b22cd1ac193538220fdee95 (patch)
treeaf32221d68d46a9d55d994a05534ed4449a47e27 /runtime
parent0621cd31129d111282043e4543d2507013adb653 (diff)
downloadrneovim-f5a3edb0c0f761a82b22cd1ac193538220fdee95.tar.gz
rneovim-f5a3edb0c0f761a82b22cd1ac193538220fdee95.tar.bz2
rneovim-f5a3edb0c0f761a82b22cd1ac193538220fdee95.zip
refactor: remove cpo-& behavior (#17745)
cpo-& has been removed, but its behavior was accidentally made the default behavior. That should be removed instead.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/recover.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/recover.txt b/runtime/doc/recover.txt
index 9ef5a37452..d9aaa757ad 100644
--- a/runtime/doc/recover.txt
+++ b/runtime/doc/recover.txt
@@ -108,7 +108,7 @@ command:
*:pre* *:preserve* *E313* *E314*
:pre[serve] Write all text for the current buffer into its swap
file. The original file is no longer needed for
- recovery. This sets a flag in the current buffer.
+ recovery.
A Vim swap file can be recognized by the first six characters: "b0VIM ".
After that comes the version number, e.g., "3.0".