xref: /OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/ftplugin/bitbake.vim (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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