feat(struct_tags): add :GoTagClear
This commit is contained in:
parent
10abcb661e
commit
07f86d669b
6 changed files with 50 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
command! -nargs=* GoTagAdd :lua require"gopher".tags.add(<f-args>)
|
||||
command! -nargs=* GoTagRm :lua require"gopher".tags.rm(<f-args>)
|
||||
command! GoTagClear :lua require"gopher".tags.clear()
|
||||
command! GoTestAdd :lua require"gopher".test.add()
|
||||
command! GoTestsAll :lua require"gopher".test.all()
|
||||
command! GoTestsExp :lua require"gopher".test.exported()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue