Remove unneeded commands in the vim.cmd() example

pull/81/head
Mircea-Sebastian Turtureanu 3 years ago
parent 9e5ebc9184
commit 2423b7b145
No known key found for this signature in database
GPG Key ID: 2F55E0DED8B0328E

@ -495,11 +495,9 @@ Alias for `vim.api.nvim_exec()`. Only the command argument is needed, `output` i
```lua
vim.cmd('buffers')
vim.cmd([[
let g:multiline =<< EOF
foo
bar
baz
EOF
]])
```

@ -603,11 +603,9 @@ Alias for `vim.api.nvim_exec()`. Only the command argument is needed,
>
vim.cmd('buffers')
vim.cmd([[
let g:multiline =<< EOF
foo
bar
baz
EOF
]])
<

Loading…
Cancel
Save