ted v. 2.7.0
overhauled a lot of ted's config code.
so now ted has editorconfig support, and support for local .ted.cfg
files.
also, path-specific settings now use regular expressions which can be nice, but might break your config if any paths mentioned in it contain any of the characters \^.$|()[]*+?{}-
(these need to be escaped with a backslash now)
minor features:
remove-trailing-whitespace
optioncrlf
option not just on windows- no more string length limits in ted.cfg files
bug fixes:
- signature help no longer blocks cursor when cursor is near bottom of buffer
- ted now switches back to the file you started in after performing an LSP rename operation
there may be new bugs!! please report them if you find any.