aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/spell.lua
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2023-07-17 16:32:56 +0100
committerLewis Russell <lewis6991@gmail.com>2023-07-17 16:32:56 +0100
commit69d49727d7766d799aa1989bf67e763258b868e6 (patch)
tree7ae25f0020d184cb80ba1f55874c8e4d57e6adec /runtime/lua/vim/_meta/spell.lua
parente6e0bc225b14f135e2270f3bacd5fb8ebf7e3792 (diff)
downloadrneovim-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.lua2
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()|.
---