mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 13:05:05 +00:00
vim-patch:9.1.0243: filetype: netrw history file is not recognized
Problem: filetype: netrw history file is not recognized
Solution: Detect .netrwhist as vim files (Wu, Zhenyu)
closes: vim/vim#14364
abbb4a4f70
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
@@ -1542,6 +1542,7 @@ local filename = {
|
||||
vgrindefs = 'vgrindefs',
|
||||
['.exrc'] = 'vim',
|
||||
['_exrc'] = 'vim',
|
||||
['.netrwhist'] = 'vim',
|
||||
['_viminfo'] = 'viminfo',
|
||||
['.viminfo'] = 'viminfo',
|
||||
['.wgetrc'] = 'wget',
|
||||
|
||||
Reference in New Issue
Block a user