Why does Vim ignore my modeline values?

后端 未结 6 1917
离开以前
离开以前 2020-12-14 17:01

I\'m using a Python file with the following modeline at the end:

# vim: sts=4:ts=4:sw=4

If I start Vim with this file the modeline is ignor

6条回答
  •  猫巷女王i
    2020-12-14 17:08

    I tracked the problem to a local plugin, called local_vimrc.vim. The fact that modeline does not work is a side-effect of the plugin.

提交回复
热议问题