Andrew Geissler | 475cb72 | 2020-07-10 16:00:51 -0500 | [diff] [blame] | 1 | " Only do this when not done yet for this buffer |
2 | if exists("b:did_ftplugin") | ||||
3 | finish | ||||
4 | endif | ||||
5 | |||||
6 | " Don't load another plugin for this buffer | ||||
7 | let b:did_ftplugin = 1 | ||||
8 | |||||
9 | let b:undo_ftplugin = "setl cms< sts< sw< et< sua<" | ||||
10 | |||||
11 | setlocal commentstring=#\ %s | ||||
12 | setlocal softtabstop=4 shiftwidth=4 expandtab | ||||
13 | setlocal suffixesadd+=.bb,.bbclass |