mirror of
https://github.com/neovim/neovim.git
synced 2026-07-10 03:19:44 +00:00
vim-patch:9.2.0728: filetype: supertux info pattern is relative to current dir
Problem: filetype: supertux info pattern is relative to current
directory (after 9.2.0716).
Solution: Add `*/` to the start of the pattern (zeertzjq)
closes: vim/vim#20629
c30ee2efa9
This commit is contained in:
@@ -2835,7 +2835,7 @@ local pattern = {
|
||||
end),
|
||||
['/queries/.*%.scm$'] = 'query', -- treesitter queries (Neovim only)
|
||||
[',v$'] = 'rcs',
|
||||
['^supertux2/.*/info$'] = 'scheme',
|
||||
['/supertux2/.*/info$'] = 'scheme',
|
||||
['^svn%-commit.*%.tmp$'] = 'svn',
|
||||
['%.swift%.gyb$'] = 'swiftgyb',
|
||||
['^vivado.*%.jou$'] = 'tcl',
|
||||
|
||||
Reference in New Issue
Block a user