1
0
forked from aniani/vim

patch 9.1.0196: filetype: support for gnuplot files is lacking

Problem:  filetype: support for gnuplot files is lacking
Solution: Also detect *.gnuplot files
          (RobbiZ98)

closes: #14243

Signed-off-by: RobbiZ98 <113035863+RobbiZ98@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
RobbiZ98
2024-03-21 20:24:51 +01:00
committed by Christian Brabandt
parent 85a769d466
commit 3a6bd0c5c7
3 changed files with 4 additions and 2 deletions

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
196,
/**/
195,
/**/