micro/internal/util
Zachary Yedidia f5c6f66c8f Fix path escaping on Windows
Windows does not allow ':' in a path, but for some reason previous
versions still worked, except the file for storing buffer info
(which had a ':' in the name) was not viewable except by opening
it with micro.

Ref #1736
2020-06-27 17:59:28 -04: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 Fix path escaping on Windows 2020-06-27 17:59:28 -04:00
util_test.go Fix test dependencies and travis build 2019-12-25 17:05:10 -05:00