mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
vim-patch:8.2.4859: wget2 files are not recognized (#18385)
Problem: wget2 files are not recognized.
Solution: Add patterns to recognize wget2. (Doug Kearns)
3a974a8933
This commit is contained in:
@@ -591,6 +591,7 @@ let s:filename_checks = {
|
||||
\ 'wast': ['file.wast', 'file.wat'],
|
||||
\ 'webmacro': ['file.wm'],
|
||||
\ 'wget': ['.wgetrc', 'wgetrc'],
|
||||
\ 'wget2': ['.wget2rc', 'wget2rc'],
|
||||
\ 'winbatch': ['file.wbt'],
|
||||
\ 'wml': ['file.wml'],
|
||||
\ 'wsh': ['file.wsf', 'file.wsc'],
|
||||
|
Reference in New Issue
Block a user