mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
vim-patch:8.0.0224
Problem: When 'fileformats' is changed in a BufReadPre auto command, it
does not take effect in readfile(). (Gary Johnson)
Solution: Check the value of 'fileformats' after executing auto commands.
(Christian Brabandt)
7a2699e868
This commit is contained in:
@@ -880,7 +880,7 @@ static const int included_patches[] = {
|
||||
// 227,
|
||||
// 226,
|
||||
// 225,
|
||||
// 224,
|
||||
224,
|
||||
223,
|
||||
// 222,
|
||||
// 221 NA
|
||||
|
Reference in New Issue
Block a user