severin-lemaignan / vim-minimap

A Sublime-like minimap for VIM, based on the Drawille console-based drawing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leading spaces vs leading tabs in minimap

jounathaen opened this issue Β· comments

Very Funny (and good) plugin πŸ‘
I have one issue:
When I open files that are indented with tabs, the minimap does not recognize them.
If I replace the tabs with spaces, the minimap is indented as well.

Expected behavior: Same for leading tabs and spaces

minimap_bug

(Reason is probably, that the Minimap plugin counts characters and tabs are only one character whereas spaces are 4 (or 8) characters)