In the snippet below, I backspaced over the indentation tab characters on line 13 all the way to the beginning and then used the tab key to re-indent to its original position.
The long line wrapped properly with spaces. But as can be seen on line 12, it isn't wrapping long lines when tabs are used to indent.
Note: in my use case, our tooling reformats all xhtml files to use tab characters. So I can't just start using Fresh's use of the tab key. So what I am proposing is perhaps two things:
- Have an editor option to use real tab characters.
- Enable the same wrapping for tab-indented lines as for space-indented lines.

In the snippet below, I backspaced over the indentation tab characters on line 13 all the way to the beginning and then used the tab key to re-indent to its original position.
The long line wrapped properly with spaces. But as can be seen on line 12, it isn't wrapping long lines when tabs are used to indent.
Note: in my use case, our tooling reformats all xhtml files to use tab characters. So I can't just start using Fresh's use of the tab key. So what I am proposing is perhaps two things: