neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit fdcb74fc4ba2159d5425849560dda97224f5bff4
parent 6fb1e0d499b33534152f09744f967f355a9e2a24
Author: Gregory Anders <greg@gpanders.com>
Date:   Sun, 24 Sep 2023 19:38:37 -0500

docs: remove more references to shm-f

Diffstat:
Mruntime/doc/editing.txt | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 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".