Getting modeline in vim to work in Fedora / Ubuntu

February 5, 2009

Parsing the modeline by vim in your files is off by default in most linux distros. In order to enable it, you have to add set modeline to the vimrc file. For more context, see: http://www.nabble.com/modeline-off-by-default–td18550230.html.

0