1" Only do this when not done yet for this buffer 2if exists("b:did_ftplugin") 3 finish 4endif 5 6" Don't load another plugin for this buffer 7let b:did_ftplugin = 1 8 9let b:undo_ftplugin = "setl cms< sts< sw< et< sua<" 10 11setlocal commentstring=#\ %s 12setlocal softtabstop=4 shiftwidth=4 expandtab 13setlocal suffixesadd+=.bb,.bbclass 14