gabrielelana / vim-markdown

Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that doesn't suck!
MIT License
740 stars 59 forks source link

tabs are being replaced with spaces #13

Closed wolfv6 closed 10 years ago

wolfv6 commented 10 years ago

Many of my old markdown files have tabs. When I open an old markdown file with vim-markdown, the tabs are replaced with spaces. vim-markdown didn't do this three days ago.

wolfv6 commented 10 years ago

Update: This is not a vim-markdown bug after all. Adding "tabstop=8" to my vimrc fixed it.