>Edit ,x/.*/g/$/a/foo/
>shouldn't this append "foo" after every line?

Edit ,x/.*\n/g/\n/a/foo

or

Edit ,x/.*\n/g/$/a/foo

where the latter gives a little hint about what the code might be doing


Reply via email to