echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
4.45k stars 171 forks source link

docs improvement (`mini.surround`) #986

Closed simonmandlik closed 1 week ago

simonmandlik commented 1 week ago

Contributing guidelines

Module(s)

mini.surround

Description

Looks like MiniSurround.user_input() already adds ":", so these examples lead to double ::

https://github.com/echasnovski/mini.surround/blob/99eb6175801434d26496e81e47632d4e4543994a/doc/mini-surround.txt#L573 https://github.com/echasnovski/mini.surround/blob/99eb6175801434d26496e81e47632d4e4543994a/doc/mini-surround.txt#L578

echasnovski commented 1 week ago

Thanks for noticing this! Should be fixed on latest main.