mirror of
https://github.com/neovim/neovim.git
synced 2026-02-07 04:17:22 +00:00
chore: fix typos (#17250)
Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Dani Dickstein <daniel.dickstein@gmail.com> Co-authored-by: Axel Dahlberg <git@valleymnt.com>
This commit is contained in:
@@ -78,7 +78,7 @@ end
|
||||
---
|
||||
--- Example:
|
||||
--- <pre>
|
||||
--- vim.ui.input({ prompt = 'Select value for shiftwidth: ' }, function(input)
|
||||
--- vim.ui.input({ prompt = 'Enter value for shiftwidth: ' }, function(input)
|
||||
--- vim.o.shiftwidth = tonumber(input)
|
||||
--- end)
|
||||
--- </pre>
|
||||
|
||||
Reference in New Issue
Block a user