vim-patch:8.2.4187: gnuplot file not recognized (#17177)

Problem:    Gnuplot file not recognized.
Solution:   Recognize ".gnuplot". (closes vim/vim#9588)
ff5cbe8133
This commit is contained in:
Christian Clason
2022-01-23 13:52:37 +01:00
committed by GitHub
parent 7717f38d3f
commit 3d62dd2077
3 changed files with 3 additions and 2 deletions

View File

@@ -230,6 +230,7 @@ local extension = {
gemini = "gemtext",
gift = "gift",
gpi = "gnuplot",
gnuplot = "gnuplot",
go = "go",
gp = "gp",
gs = "grads",