" Vim indent file " Language: MATLAB " Maintainer: Axel Forsman " Previous maintainer: Christophe Poucet " Last Update: 2021-10-01 " 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=!