mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 17:24:18 +00:00
fix: replace NVIM with Nvim in default titlestring (#30348)
This commit is contained in:
4
runtime/lua/vim/_meta/options.lua
generated
4
runtime/lua/vim/_meta/options.lua
generated
@@ -7255,7 +7255,7 @@ vim.go.tm = vim.go.timeoutlen
|
||||
|
||||
--- When on, the title of the window will be set to the value of
|
||||
--- 'titlestring' (if it is not empty), or to:
|
||||
--- filename [+=-] (path) - NVIM
|
||||
--- filename [+=-] (path) - Nvim
|
||||
--- Where:
|
||||
--- filename the name of the file being edited
|
||||
--- - indicates the file cannot be modified, 'ma' off
|
||||
@@ -7263,7 +7263,7 @@ vim.go.tm = vim.go.timeoutlen
|
||||
--- = indicates the file is read-only
|
||||
--- =+ indicates the file is read-only and modified
|
||||
--- (path) is the path of the file being edited
|
||||
--- - NVIM the server name `v:servername` or "NVIM"
|
||||
--- - Nvim the server name `v:servername` or "Nvim"
|
||||
---
|
||||
--- @type boolean
|
||||
vim.o.title = false
|
||||
|
||||
Reference in New Issue
Block a user