Page 1 of 1

Auto-replace problem

Posted: 10 Nov 2022, 09:43
by scriptors
sorry but sometimes the simpler the problem the more difficult the solution becomes :oops:

Code: Select all

:*:s3::something{TAB}something!
for result i have:
something something
and NOT
something something!


how i can solve to have the ending "!", i try more solution but no one are ok :oops:

thanks

Re: Auto-replace problem  Topic is solved

Posted: 10 Nov 2022, 09:50
by gregster
Use braces: {!}

Re: Auto-replace problem

Posted: 10 Nov 2022, 09:57
by scriptors
thanks :bravo: