You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)