Merge pull request #25344 from gpanders/doc-shortmess

docs: remove "f" from default 'shortmess' value
This commit is contained in:
bfredl
2023-09-25 11:34:05 +02:00
committed by GitHub
4 changed files with 4 additions and 6 deletions

View File

@@ -5719,7 +5719,7 @@ vim.bo.sw = vim.bo.shiftwidth
--- shm=at Abbreviation, and truncate message when necessary.
---
--- @type string
vim.o.shortmess = "filnxtToOCF"
vim.o.shortmess = "ilnxtToOCF"
vim.o.shm = vim.o.shortmess
vim.go.shortmess = vim.o.shortmess
vim.go.shm = vim.go.shortmess