word block by tails

s/\S*/\x0c&\x0c/g
:
s/\S\x0c\x0c/\x0c\x0c /
t
h
s/\x0c\|\s*$//gp
g
s/\x0c\(\S\)/\1\x0c/g
/e/b

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

download

return to the top page