Fix using the wrong function

This commit is contained in:
Noah 2024-03-12 13:41:18 -05:00
parent 1b9d624d4f
commit e2cc9fc572

View File

@ -1,2 +1,2 @@
local cope = require('cope')
print(cope.level())
print(cope.get_level())