mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
vim-patch:9.1.0241: filetype: mysql history files are not recognized
Problem: filetype: mysql history files are not recognized
Solution: Detect .mysql_history as mysql
(Wu, Zhenyu)
closes: vim/vim#14362
6b285c8cfd
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
@@ -1411,6 +1411,7 @@ local filename = {
|
||||
['mplayer.conf'] = 'mplayerconf',
|
||||
mrxvtrc = 'mrxvtrc',
|
||||
['.mrxvtrc'] = 'mrxvtrc',
|
||||
['.mysql_history'] = 'mysql',
|
||||
['/etc/nanorc'] = 'nanorc',
|
||||
Neomuttrc = 'neomuttrc',
|
||||
['.netrc'] = 'netrc',
|
||||
|
||||
Reference in New Issue
Block a user