Skip to content

ted v. 2.7.0

Compare
Choose a tag to compare
@pommicket pommicket released this 19 Oct 16:10
· 19 commits to trunk since this release
2.7.0
7d1c879

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 option
  • crlf 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.