mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
refactor(vim.version): cleanup
- version.cmp(): assert valid version - add test for loading vim.version (the other tests use shared.lua in the test runner) - reduce test scopes, reword test descriptions
This commit is contained in:
@@ -194,6 +194,7 @@ CONFIG = {
|
||||
'keymap': 'vim.keymap',
|
||||
'fs': 'vim.fs',
|
||||
'secure': 'vim.secure',
|
||||
'version': 'vim.version',
|
||||
},
|
||||
'append_only': [
|
||||
'shared.lua',
|
||||
|
Reference in New Issue
Block a user