CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2016/09/06 10:25:47
Modified files: usr.bin/mg : paragraph.c Log message: If you have a paragraph: 123 456 With the cursor on either the 4, 5 or 6 and no newline after the '6', and then execute forward-paragraph (M-}), the cursor sits still and does not move to the end of the second line (after the 6), which is in effect the end of parapraph. This diff fixes that behaviour.