mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:9.0.1584: not all meson files are recognized (#23797)
Problem: Not all meson files are recognized.
Solution: Add "meson.options". (Liam Beguin, closes vim/vim#12444)
1ba0b9e36f
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -1547,6 +1547,7 @@ local filename = {
|
||||
['man.config'] = 'manconf',
|
||||
['maxima-init.mac'] = 'maxima',
|
||||
['meson.build'] = 'meson',
|
||||
['meson.options'] = 'meson',
|
||||
['meson_options.txt'] = 'meson',
|
||||
['/etc/conf.modules'] = 'modconf',
|
||||
['/etc/modules'] = 'modconf',
|
||||
|
||||
Reference in New Issue
Block a user