In evil mode use keys such as cs([
It will not work when the example line is (test)
But will work when theres space around the character
Consider ( test )
What did you expect to happen?
There are several commands that only works when theres a space around text.
Steps to reproduce
open a buffer
Paste this following content
(Test)
Also paste this one
( Test )
Try to execute the command by placing cursor on start of the bracket
cs([
Do the same thing on second example.
This will fail for first text (Test)
But will work on the second example.