amix / vimrc

The ultimate Vim configuration (vimrc)
MIT License
30.77k stars 7.3k forks source link

Replace Unicode dashes with ASCII ones #722

Closed elliotwutingfeng closed 1 year ago

elliotwutingfeng commented 1 year ago

Some dashes in erb.vim, rst.snippets, and README.markdown are in unicode. Changing them to ASCII dashes will make the entire files ASCII.

Addresses #721