What is Vim's feature name for this: # vim:sw=4:ts=4:et:

后端 未结 3 860
醉话见心
醉话见心 2021-02-07 13:06

Even after 20 years with Vim, I keep forgetting name for the Vim feature where the editor picks up config statements from a comment at the beginning (or I think end) of a file:<

3条回答
  •  猫巷女王i
    2021-02-07 13:31

    :h 'ts (i.e. :help 'tabstop') will bring up a detailed explanation of how to use et, ts, and sw as well as giving a pointer to modeline (modeline is the option that is in question).

提交回复
热议问题