docs: update support.txt (#36903)

This commit is contained in:
zeertzjq
2025-12-16 12:55:32 +08:00
committed by GitHub
parent 0e04f88081
commit 1d22b05f8d
5 changed files with 7 additions and 8 deletions

View File

@@ -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

View File

@@ -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 = ""

View File

@@ -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:
---

View File

@@ -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;

View File

@@ -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 = ""