mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
docs: fix typos (#20394)
Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: smjonas <jonas.strittmatter@gmx.de> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -220,7 +220,7 @@ local setup_replace_cmd = [[
|
||||
end
|
||||
|
||||
-- ":<range>Replace <pat1> <pat2>"
|
||||
-- Replaces all occurences of <pat1> in <range> with <pat2>
|
||||
-- Replaces all occurrences of <pat1> in <range> with <pat2>
|
||||
vim.api.nvim_create_user_command(
|
||||
'Replace',
|
||||
replace,
|
||||
|
||||
Reference in New Issue
Block a user