You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This incorrectly complains about missing an `augroup` in a `ftdetect`
script. From `:help ftdetect`:
Note that there is no "augroup" command, this has already been done
when sourcing your file. You could also use the pattern "*" and then
check the contents of the file to recognize it.
... so I'm suppressing that warning in ftdetect/graphql.vim.
See also: Vimjas/vint#264
This is from the help doc :help ftdetect:
Note that there is no "augroup" command, this has already been done
when sourcing your file. You could also use the pattern "*" and then
check the contents of the file to recognize it.
Reference:
Vimjas/vint#264fatih/vim-go#1645
:help ftdetect
refs:
This PR added
augroup
toftdetect/gofiletype.vim
according to vint's warning.https://github.com/fatih/vim-go/pull/1558/files#diff-349dca49094d5651df28e5df61a4e0c9
This PR fixed it.
fatih/vim-go#1645
The text was updated successfully, but these errors were encountered: