Get current value of a setting in Vim

后端 未结 4 586
谎友^
谎友^ 2020-12-12 09:36

Is there a simple way of finding out the current value of a specified Vim setting? If I want to know the current value of, say tabstop, I can run:



        
4条回答
  •  时光说笑
    2020-12-12 10:18

    Add a ? mark after the setting name and it will show the value

    :set expandtab?
    

提交回复
热议问题