mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
vim-patch:9.0.1182: go checksum files are not recognized (#21758)
Problem: go checksum files are not recognized.
Solution: Add the name of go checksum files. (Amaan Qureshi, closes vim/vim#11803)
043d7b2c84
Co-authored-by: Amaan Q <amaanq12@gmail.com>
This commit is contained in:
@@ -1425,6 +1425,7 @@ local filename = {
|
||||
gnashpluginrc = 'gnash',
|
||||
gnashrc = 'gnash',
|
||||
['.gnuplot'] = 'gnuplot',
|
||||
['go.sum'] = 'gosum',
|
||||
['go.work'] = 'gowork',
|
||||
['.gprc'] = 'gp',
|
||||
['/.gnupg/gpg.conf'] = 'gpg',
|
||||
|
Reference in New Issue
Block a user