docs: starting.txt new layout

This commit is contained in:
Justin M. Keyes
2026-03-22 00:38:26 +01:00
parent 4397c4b117
commit e12a9e7c4e
8 changed files with 564 additions and 554 deletions

View File

@@ -304,7 +304,7 @@ end
local VIM_CMD_ARG_MAX = 20
--- Executes Vimscript (|Ex-commands|).
--- Executes Vimscript (|Ex-command|s).
---
--- Can be indexed with a command name to get a function, thus you can write `vim.cmd.echo(…)`
--- instead of `vim.cmd{cmd='echo',…}`.