micro/internal/util
Dmitry Maluka 104caf08dd Highlighting trailing whitespaces
Added option `hltrailingws` for highlighting trailing whitespaces
at the end of lines. Note that it behaves in a "smart" way.
It doesn't highlight newly added (transient) trailing whitespaces
that naturally occur while typing text. It would be annoying to
see transient highlighting every time we enter a space at the end
of a line while typing.
So a newly added trailing whitespace starts being highlighting
only after the cursor moves to another line. Thus the highlighting
serves its purpose: it draws our attention to annoying sloppy
forgotten trailing whitespaces.
2024-03-14 03:10:31 +01:00
..
lua.go Final touches for combining character support 2020-05-20 17:00:56 -04:00
profile.go Improve mouse selection performance 2019-12-28 12:04:43 -05:00
unicode.go Make determining whether a code point represents a combining mark faster (#1719) 2020-06-12 00:10:00 -04:00
util.go Highlighting trailing whitespaces 2024-03-14 03:10:31 +01:00
util_test.go Fix test dependencies and travis build 2019-12-25 17:05:10 -05:00