This website requires JavaScript.
Explore
Help
Sign In
Jonathan
/
git-gud
Watch
1
Star
0
Fork
0
You've already forked git-gud
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
399c2aee1a
git-gud
/
cope.lua
8 lines
95 B
Lua
Raw
Normal View
History
Unescape
Escape
transmit functions between files
2024-03-12 13:30:50 -05:00
cope
=
{
}
Add cope.level variable, change cope.level() -> cope.get_level()
2024-03-12 13:39:29 -05:00
cope.level
=
"
High
"
function
cope
.
get_level
(
)
Fix typo
2024-03-12 13:42:39 -05:00
return
cope.level
transmit functions between files
2024-03-12 13:30:50 -05:00
end
return
cope
Reference in New Issue
Copy Permalink