diff options
Diffstat (limited to 'runtime/autoload/ccomplete.lua')
-rw-r--r-- | runtime/autoload/ccomplete.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/autoload/ccomplete.lua b/runtime/autoload/ccomplete.lua index ce85e84f7a..dbb70ec2f7 100644 --- a/runtime/autoload/ccomplete.lua +++ b/runtime/autoload/ccomplete.lua @@ -5,7 +5,8 @@ -- Ignore "value assigned to a local variable is unused" because -- we can't guarantee that local variables will be used by plugins --- luacheck: ignore 311 +-- luacheck: ignore +--- @diagnostic disable local vim9 = require('_vim9script') local M = {} |