aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2023-09-24 19:38:37 -0500
committerGregory Anders <greg@gpanders.com>2023-09-24 19:40:00 -0500
commitfdcb74fc4ba2159d5425849560dda97224f5bff4 (patch)
treedb1f2fe434ad4fed58eeec0c267f6252a2824621
parent6fb1e0d499b33534152f09744f967f355a9e2a24 (diff)
downloadrneovim-fdcb74fc4ba2159d5425849560dda97224f5bff4.tar.gz
rneovim-fdcb74fc4ba2159d5425849560dda97224f5bff4.tar.bz2
rneovim-fdcb74fc4ba2159d5425849560dda97224f5bff4.zip
docs: remove more references to shm-f
-rw-r--r--runtime/doc/editing.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index 2225e6e753..363d8a5568 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -820,12 +820,10 @@ by the shell before executing the find program.
When there is an argument list you can see which file you are editing in the
title of the window (if there is one and 'title' is on) and with the file
message you get with the "CTRL-G" command. You will see something like
- (file 4 of 11)
-If 'shortmess' contains 'f' it will be
(4 of 11)
If you are not really editing the file at the current position in the argument
list it will be
- (file (4) of 11)
+ ((4) of 11)
This means that you are position 4 in the argument list, but not editing the
fourth file in the argument list. This happens when you do ":e file".