mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
4cbeedf57b
Update runtime files
b529cfbd04
20 lines
206 B
Plaintext
20 lines
206 B
Plaintext
# vim: set filetype=bitbake :
|
|
|
|
# START_INDENT
|
|
FOO = " \
|
|
bar \
|
|
baz \
|
|
qux \
|
|
"
|
|
|
|
do_configure() {
|
|
oe_conf
|
|
}
|
|
|
|
python do_task() {
|
|
def foo(x):
|
|
if y:
|
|
print(x)
|
|
}
|
|
# END_INDENT
|