mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
bitbake: contrib/vim: don't redeclare indenter
Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b775e1d82c
commit
3bf0f44664
@@ -2,6 +2,10 @@ if exists("b:did_indent")
|
|||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if exists("*BitbakeIndent")
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
runtime! indent/sh.vim
|
runtime! indent/sh.vim
|
||||||
unlet b:did_indent
|
unlet b:did_indent
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user