mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:9.1.0239: filetype: gnuplot history files are not recognised
Problem: filetype: gnuplot history files are not recognised
Solution: detect .gnuplot_history files as gnuplot
(Wu, Zhenyu)
closes: vim/vim#14360
8e47eb31cc
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
@@ -1321,6 +1321,7 @@ local filename = {
|
||||
['.gnashpluginrc'] = 'gnash',
|
||||
gnashpluginrc = 'gnash',
|
||||
gnashrc = 'gnash',
|
||||
['.gnuplot_history'] = 'gnuplot',
|
||||
['go.sum'] = 'gosum',
|
||||
['go.work.sum'] = 'gosum',
|
||||
['go.work'] = 'gowork',
|
||||
|
||||
Reference in New Issue
Block a user