parsing search/replace regex to support function calls

Justin Zhu haoranjzhu at gmail.com
Fri Mar 25 01:13:34 CET 2011


Currently, this command

:s/.*/\,(upcase \&)

it complains with: ex-substitute: Invalid use of `\' in replacement text

Ideally the behavior should copy that of replace-regexp, which calls
upcase on the provided parameter. Is this problem in the domain of
vimpulse?

Thanks,
Justin



More information about the implementations-list mailing list