sponsor Vim development Vim logo Vim Book Ad

emacsmodeline.vim : Parse emacs mode line and setlocal in vim

 script karma  Rating 6/3, Downloaded by 790  Comments, bugs, improvements  Vim wiki

created by
Chris Pickel
 
script type
utility
 
description
Parses emacs modelines and attempts to set the equivalent vim options.  For example, the following:

// # -*- mode: C++; tab-width: 2 -*-

Will be interpreted the same as the following:

// # vim:ft=cpp:sw=2:sts=2:ts=2:

The source for this plugin is at https://github.com/sfiera/vim-emacsmodeline
 
install details
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
emacsmodeline.vim 1.2 2015-06-07 7.3 Chris Pickel More file types, let vim provide defaults.
emacsmodeline.vim 0.2 2010-12-27 7.0 Chris Pickel Initial upload
ip used for rating: 34.204.3.195

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github