mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
vim-patch:9.0.0692: PoE filter files are not recognized (#20542)
Problem: PoE filter files are not recognized.
Solution: Add a pattern to detect PoE filter files. (closes vim/vim#11305)
b7f52f5659
This commit is contained in:
@@ -774,6 +774,7 @@ local extension = {
|
||||
po = 'po',
|
||||
pot = 'po',
|
||||
pod = 'pod',
|
||||
filter = 'poefilter',
|
||||
pk = 'poke',
|
||||
ps = 'postscr',
|
||||
epsi = 'postscr',
|
||||
|
||||
Reference in New Issue
Block a user