Closed philss closed 3 years ago
Neovim enters in a special mode when confirming a replacement with :%s/patt/repl/gc (the c is for confirmation).
:%s/patt/repl/gc
This commit fixes it by fixing the default value of a mode icon.
BTW, thank you for the project! :heart:
Heyyo @philss , thanks for the PR.
just saw :help mode() and there are some modes which i haven't included, will probably add it soon. Thanks again 😅
:help mode()
Neovim enters in a special mode when confirming a replacement with
:%s/patt/repl/gc
(the c is for confirmation).This commit fixes it by fixing the default value of a mode icon.
Before
After
BTW, thank you for the project! :heart: