On Tue, Nov 09, 2021 at 10:28:56AM +0000, Sam Lee wrote:
> In the mg text editor, is there a way to show trailing whitespace? I'm
> wondering if there is something like vi's `set list`, which can reveal
> trailing whitespace in the whole file. Is there a similar functionality
> in mg?
> 

Hi,

Maybe not exactly the solution you're looking for, but you can search
(re-search-forward) trailing whitespace with a regex like: " $" or
"<TAB here>$" in mg.

-- 
Kind regards,
Hiltjo

Reply via email to