vim does not honor .vimrc setting for python files.

I have a instance on linode running ubuntu 15.04 (vim7.4).

I'm using the same .vimrc and .vim from my Mac (vim7.3).

However, the behavior is different…

Inside my linode machine, :verbose set ts shows the value is "Last set from /usr/share/vim/vim74/ftplugin/python.vim".

On my mac, :verbose set ts shows the value is "Last set from ~/.vimrc".

This is driving me crazy… Any ideas?

1 Reply

I would either change the order in which you are loading those files or edit the Vim Python plugin and remove the setting you don't agree with.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct