feat(struct_tags): add :GoTagClear

This commit is contained in:
Oliver 2025-03-19 15:54:00 +02:00 committed by Oleksandr Smirnov
parent 10abcb661e
commit 07f86d669b
No known key found for this signature in database
6 changed files with 50 additions and 5 deletions

View file

@ -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()