Skip to content

ted v. 2.7.3

Compare
Choose a tag to compare
@pommicket pommicket released this 08 Sep 19:54
· 8 commits to trunk since this release
  • you can now configure ted's data directories when building it! this lets you install ted without root access, as documented in the README
  • indentation can now be set manually for buffers through the command palette via the :indent-with-spaces, :indent-with-tabs, and :set-tab-width commands (these can also be used in ted.cfg to configure indentation via keyboard shortcuts). if :indent-with-spaces/tabs is given an argument > 1, it will also set the tab width to that
  • fixed supplying arguments in command palette. you can also supply string arguments, although they have to be non-numbers (e.g. you can't insert the text "53" via the command palette with :insert-text)