This commit is contained in:
Justin M. Keyes
2026-04-20 07:09:37 -04:00
committed by GitHub
parent 01861c2f95
commit 2b52acfb8a
10 changed files with 42 additions and 16 deletions

View File

@@ -6018,8 +6018,9 @@ vim.o.sw = vim.o.shiftwidth
vim.bo.shiftwidth = vim.o.shiftwidth
vim.bo.sw = vim.bo.shiftwidth
--- This option helps to avoid all the `hit-enter` prompts caused by file
--- messages, for example with CTRL-G, and to avoid some other messages.
--- Controls display of file messages (e.g. CTRL-G) and various other
--- messages.
---
--- It is a list of flags:
--- flag meaning when present ~
--- l use "999L, 888B" instead of "999 lines, 888 bytes" *shm-l*