On Thu, Dec 3, 2009 at 3:54 PM, Nicolas Pouillard
wrote:
> The Vim documentation says:
>
> Instead of the '/' which surrounds the pattern and replacement string, you
> can use any other single-byte character, but not an alphanumeric character,
> '\', '"' or '|'. This is useful if you want to inc
your pattern
than need escaping. In Yi, there doesn't seem to be any way to escape
the delimiter at the moment, so alternate characters are even more
useful.
Now to think of a safer way to accomplish this.
On Wed, Dec 2, 2009 at 4:31 PM, Deniz Dogan wrote:
>
> 2009/12/2 Krishna Rajendr
Wed Dec 2 15:54:55 EST 2009 Krishna Rajendran
* Arbitrary vim search and replace delimiter
For example, the following line can be used:
:s,findtext,replacetext,g
instead of:
:s/findtext/replacetext/g
--~--~-~--~~~---~--~~
Yi development