" Vim indent file " Language: MATLAB " Maintainer: Axel Forsman " Previous maintainer: Christophe Poucet " Only load if no other indent file is loaded if exists('b:did_indent') | finish | endif let b:did_indent = 1 setlocal indentexpr=GetMatlabIndent() setlocal indentkeys=!