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:
ObserverOfTime
2022-10-08 18:46:31 +03:00
committed by GitHub
parent 9207ad5c84
commit b05e10ef72
3 changed files with 5 additions and 0 deletions

View File

@@ -774,6 +774,7 @@ local extension = {
po = 'po',
pot = 'po',
pod = 'pod',
filter = 'poefilter',
pk = 'poke',
ps = 'postscr',
epsi = 'postscr',