comparison src/testdir/test_filetype.vim @ 28670:239bd331e0a9 v8.2.4859

patch 8.2.4859: wget2 files are not recognized Commit: https://github.com/vim/vim/commit/3a974a89331182139e12386275f052a50c247ecb Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 2 23:51:13 2022 +0100 patch 8.2.4859: wget2 files are not recognized Problem: wget2 files are not recognized. Solution: Add patterns to recognize wget2. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 May 2022 01:00:03 +0200
parents dfe200e3d315
children 0a7b2b0d8c7f
comparison
equal deleted inserted replaced
28669:c832e8f9a2e1 28670:239bd331e0a9
590 \ 'vroom': ['file.vroom'], 590 \ 'vroom': ['file.vroom'],
591 \ 'vue': ['file.vue'], 591 \ 'vue': ['file.vue'],
592 \ 'wast': ['file.wast', 'file.wat'], 592 \ 'wast': ['file.wast', 'file.wat'],
593 \ 'webmacro': ['file.wm'], 593 \ 'webmacro': ['file.wm'],
594 \ 'wget': ['.wgetrc', 'wgetrc'], 594 \ 'wget': ['.wgetrc', 'wgetrc'],
595 \ 'wget2': ['.wget2rc', 'wget2rc'],
595 \ 'winbatch': ['file.wbt'], 596 \ 'winbatch': ['file.wbt'],
596 \ 'wml': ['file.wml'], 597 \ 'wml': ['file.wml'],
597 \ 'wsh': ['file.wsf', 'file.wsc'], 598 \ 'wsh': ['file.wsf', 'file.wsc'],
598 \ 'wsml': ['file.wsml'], 599 \ 'wsml': ['file.wsml'],
599 \ 'wvdial': ['wvdial.conf', '.wvdialrc'], 600 \ 'wvdial': ['wvdial.conf', '.wvdialrc'],