chxuan / vimplus

:rocket:An automatic configuration program for vim
https://github.com/chxuan/vimplus
MIT License
3.9k stars 1.13k forks source link

有关tab 键的问题 #274

Closed luguifang closed 4 years ago

luguifang commented 4 years ago

^I// Whether we have seen the first ACK from the originator.$ ^Iunsigned int seen_first_ACK: 1;$ $ /support maririn kpi code scope/$ $ // art$ unsigned int kpi_art: 0;$ 上面的是通过 :set list 看到的,为什么通过vimplus 加进去的代码每行代码开始没有tab键

luguifang commented 4 years ago

禁用 将制表符扩展为空格 "set expandtab " 将制表符扩展为空格