mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-19 09:21:30 +03:00
5 lines
50 B
Plaintext
5 lines
50 B
Plaintext
|
bugdemo = {}
|
||
|
function bugdemo.bug()
|
||
|
foo()
|
||
|
end
|