diff options
author | Lewis Russell <lewis6991@gmail.com> | 2023-07-17 16:32:56 +0100 |
---|---|---|
committer | Lewis Russell <lewis6991@gmail.com> | 2023-07-17 16:32:56 +0100 |
commit | 69d49727d7766d799aa1989bf67e763258b868e6 (patch) | |
tree | 7ae25f0020d184cb80ba1f55874c8e4d57e6adec /runtime/lua/vim/_meta/spell.lua | |
parent | e6e0bc225b14f135e2270f3bacd5fb8ebf7e3792 (diff) | |
download | rneovim-69d49727d7766d799aa1989bf67e763258b868e6.tar.gz rneovim-69d49727d7766d799aa1989bf67e763258b868e6.tar.bz2 rneovim-69d49727d7766d799aa1989bf67e763258b868e6.zip |
fix: luacheck
Diffstat (limited to 'runtime/lua/vim/_meta/spell.lua')
-rw-r--r-- | runtime/lua/vim/_meta/spell.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/lua/vim/_meta/spell.lua b/runtime/lua/vim/_meta/spell.lua index 926c8a686d..d55867f769 100644 --- a/runtime/lua/vim/_meta/spell.lua +++ b/runtime/lua/vim/_meta/spell.lua @@ -1,5 +1,7 @@ --- @meta +-- luacheck: no unused args + --- Check {str} for spelling errors. Similar to the Vimscript function --- |spellbadword()|. --- |