comparison src/testdir/test_filetype.vim @ 27317:839be955609f v8.2.4187

patch 8.2.4187: gnuplot file not recognized Commit: https://github.com/vim/vim/commit/ff5cbe8133c6eb5dd86b9e042f32f589627e9bf9 Author: nobodyatandnothing <you@example.com> Date: Sun Jan 23 11:19:37 2022 +0000 patch 8.2.4187: gnuplot file not recognized Problem: Gnuplot file not recognized. Solution: Recognize ".gnuplot". (closes https://github.com/vim/vim/issues/9588)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Jan 2022 12:30:04 +0100
parents 9f72ec92d361
children c6533967ca9f
comparison
equal deleted inserted replaced
27316:7ede6c0bc3bb 27317:839be955609f
201 \ 'gitolite': ['gitolite.conf', '/gitolite-admin/conf/file', 'any/gitolite-admin/conf/file'], 201 \ 'gitolite': ['gitolite.conf', '/gitolite-admin/conf/file', 'any/gitolite-admin/conf/file'],
202 \ 'gitrebase': ['git-rebase-todo'], 202 \ 'gitrebase': ['git-rebase-todo'],
203 \ 'gitsendemail': ['.gitsendemail.msg.xxxxxx'], 203 \ 'gitsendemail': ['.gitsendemail.msg.xxxxxx'],
204 \ 'gkrellmrc': ['gkrellmrc', 'gkrellmrc_x'], 204 \ 'gkrellmrc': ['gkrellmrc', 'gkrellmrc_x'],
205 \ 'gnash': ['gnashrc', '.gnashrc', 'gnashpluginrc', '.gnashpluginrc'], 205 \ 'gnash': ['gnashrc', '.gnashrc', 'gnashpluginrc', '.gnashpluginrc'],
206 \ 'gnuplot': ['file.gpi'], 206 \ 'gnuplot': ['file.gpi', '.gnuplot'],
207 \ 'go': ['file.go'], 207 \ 'go': ['file.go'],
208 \ 'gomod': ['go.mod'], 208 \ 'gomod': ['go.mod'],
209 \ 'gp': ['file.gp', '.gprc'], 209 \ 'gp': ['file.gp', '.gprc'],
210 \ 'gpg': ['/.gnupg/options', '/.gnupg/gpg.conf', '/usr/any/gnupg/options.skel', 'any/.gnupg/gpg.conf', 'any/.gnupg/options', 'any/usr/any/gnupg/options.skel'], 210 \ 'gpg': ['/.gnupg/options', '/.gnupg/gpg.conf', '/usr/any/gnupg/options.skel', 'any/.gnupg/gpg.conf', 'any/.gnupg/options', 'any/usr/any/gnupg/options.skel'],
211 \ 'grads': ['file.gs'], 211 \ 'grads': ['file.gs'],