mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 01:46:31 +10:00
docs: update support.txt (#36903)
This commit is contained in:
@@ -14,8 +14,8 @@ Supported platforms *supported-platforms*
|
||||
`System` `Tier` `Versions` `Tested versions`
|
||||
Linux (x86_64) 1 >= 2.6.32, glibc >= 2.12 Ubuntu 24.04
|
||||
Linux (arm64) 1 >= 2.6.32, glibc >= 2.12 Ubuntu 24.04
|
||||
macOS (x86_64) 1 >= 11 macOS 13
|
||||
macOS (arm64) 1 >= 11 macOS 15
|
||||
macOS (x86_64) 1 >= 11 macOS 15
|
||||
macOS (arm64) 1 >= 11 macOS 26
|
||||
Windows 64-bit 1 >= Windows 10 Version 1809 Windows Server 2022
|
||||
FreeBSD 1 >= 10 FreeBSD 14
|
||||
OpenBSD 2 >= 7
|
||||
|
||||
@@ -118,7 +118,7 @@ v:echospace
|
||||
|
||||
*v:errmsg* *errmsg-variable*
|
||||
v:errmsg
|
||||
Last error message that occurred (not neccessarily displayed).
|
||||
Last error message that occurred (not necessarily displayed).
|
||||
Modifiable (can be set).
|
||||
Example: >vim
|
||||
let v:errmsg = ""
|
||||
|
||||
2
runtime/lua/vim/_meta/vvars.lua
generated
2
runtime/lua/vim/_meta/vvars.lua
generated
@@ -117,7 +117,7 @@ vim.v.dying = ...
|
||||
--- @type integer
|
||||
vim.v.echospace = ...
|
||||
|
||||
--- Last error message that occurred (not neccessarily displayed).
|
||||
--- Last error message that occurred (not necessarily displayed).
|
||||
--- Modifiable (can be set).
|
||||
--- Example:
|
||||
---
|
||||
|
||||
@@ -2520,9 +2520,8 @@ int parse_command_modifiers(exarg_T *eap, const char **errormsg, cmdmod_T *cmod,
|
||||
if (strncmp(eap->cmd, "'<,'>", 5) == 0) {
|
||||
// The automatically inserted Visual area range is skipped, so that
|
||||
// typing ":cmdmod cmd" in Visual mode works without having to move the
|
||||
// range to after the modififiers. The command will be
|
||||
// "'<,'>cmdmod cmd", parse "cmdmod cmd" and then put back "'<,'>"
|
||||
// before "cmd" below.
|
||||
// range to after the modifiers. The command will be "'<,'>cmdmod cmd",
|
||||
// parse "cmdmod cmd" and then put back "'<,'>" before "cmd" below.
|
||||
eap->cmd += 5;
|
||||
cmd_start = eap->cmd;
|
||||
has_visual_range = true;
|
||||
|
||||
@@ -135,7 +135,7 @@ M.vars = {
|
||||
errmsg = {
|
||||
type = 'string',
|
||||
desc = [=[
|
||||
Last error message that occurred (not neccessarily displayed).
|
||||
Last error message that occurred (not necessarily displayed).
|
||||
Modifiable (can be set).
|
||||
Example: >vim
|
||||
let v:errmsg = ""
|
||||
|
||||
Reference in New Issue
Block a user