the same ArrayA as ArrayB by clock(nn)

:%s/\v(\w+)(.*\=.*)\1/\2
5@:Qg/\w/s/.*/different
%s/,.*/same
x

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page