Skip to content

Commit aaa1dc0

Browse files
authored
Merge pull request #3001 from Thanonchai/master
doc: fix GoAddTags for fixed value
2 parents bf2dd52 + db3603d commit aaa1dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/vim-go.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ CTRL-t
800800
You can define a constant value instead of the default field based value.
801801
For example the following command will add ``valid:"1"`` to all fields.
802802
>
803-
:GoAddTags valid=1
803+
:GoAddTags valid:1
804804
<
805805
*:GoRemoveTags*
806806
:[range]GoRemoveTags [key],[option] [key1],[option1] ...

0 commit comments

Comments
 (0)