change taglist and pathlist to local variable.

This commit is contained in:
raochsinai 2020-04-07 14:56:34 +08:00
parent 16ade50672
commit 8092687956
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#compdef cheat
local -a cheats
cheats=()
local cheats taglist pathlist
_cheat_complete_cheatsheets()
{