revi-editor / revi

A modal text editor inspired by Vim, Neovim and others like it.
MIT License
43 stars 2 forks source link

Currently ReVi has no clue how to deal with `\t`. #32

Open cowboy8625 opened 3 years ago

cowboy8625 commented 3 years ago

a simple fix for this could be just to replace all tabs in the file with 4 spaces when opening the file.