mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +00:00
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:
@@ -230,6 +230,7 @@ local extension = {
|
||||
gemini = "gemtext",
|
||||
gift = "gift",
|
||||
gpi = "gnuplot",
|
||||
gnuplot = "gnuplot",
|
||||
go = "go",
|
||||
gp = "gp",
|
||||
gs = "grads",
|
||||
|
||||
Reference in New Issue
Block a user