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:
Christian Clason
2024-03-31 19:22:20 +02:00
parent 5cdbb22c34
commit 1a0b27965c
2 changed files with 2 additions and 1 deletions

View File

@@ -1542,6 +1542,7 @@ local filename = {
vgrindefs = 'vgrindefs',
['.exrc'] = 'vim',
['_exrc'] = 'vim',
['.netrwhist'] = 'vim',
['_viminfo'] = 'viminfo',
['.viminfo'] = 'viminfo',
['.wgetrc'] = 'wget',