mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
docs: remove "f" from default 'shortmess' value
The "f" flag was removed in f7da472257.
The value of the "f" flag is no longer listed in the 'shortmess'
description and it cannot be disabled, so having it in the default value
is pointless and confusing.
This commit is contained in:
2
runtime/lua/vim/_meta/options.lua
generated
2
runtime/lua/vim/_meta/options.lua
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user