aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_editor.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-08-03 03:47:16 +0200
committerGitHub <noreply@github.com>2022-08-03 09:47:16 +0800
commitb8dcbcc732baf84fc48d6b272c3ade0bcb129b3b (patch)
tree4818e98e9211d71d21eec359f29721e2b3ff3f2e /runtime/lua/vim/_editor.lua
parentcc1ceebf8f13aed1ec0cbe0ff1ad7b2d8a6f10be (diff)
downloadrneovim-b8dcbcc732baf84fc48d6b272c3ade0bcb129b3b.tar.gz
rneovim-b8dcbcc732baf84fc48d6b272c3ade0bcb129b3b.tar.bz2
rneovim-b8dcbcc732baf84fc48d6b272c3ade0bcb129b3b.zip
docs: fix typos (#19588)
Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: notomo <notomo.motono@gmail.com>
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
-rw-r--r--runtime/lua/vim/_editor.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/_editor.lua b/runtime/lua/vim/_editor.lua
index 094fb2f909..b8a7f71145 100644
--- a/runtime/lua/vim/_editor.lua
+++ b/runtime/lua/vim/_editor.lua
@@ -312,7 +312,7 @@ end
--- vim.cmd('write! myfile.txt')
--- vim.cmd { cmd = 'write', args = { "myfile.txt" }, bang = true }
--- vim.cmd.write { args = { "myfile.txt" }, bang = true }
---- vim.cmd.write {"myfile.txt", bang = true })
+--- vim.cmd.write { "myfile.txt", bang = true }
---
--- -- Ex command :colorscheme blue
--- vim.cmd('colorscheme blue')