mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:7.4.830
Problem: Resetting 'encoding' when doing ":set all&" causes problems.
(Bjorn Linse) Display is not updated.
Solution: Do not reset 'encoding'. Do a full redraw.
b341dda575
---
":set all&" does not reset 'encoding' in neovim.
This commit is contained in:
@@ -458,7 +458,7 @@ static int included_patches[] = {
|
||||
// 833,
|
||||
// 832,
|
||||
// 831,
|
||||
// 830,
|
||||
830,
|
||||
// 829 NA
|
||||
828,
|
||||
// 827,
|
||||
|
Reference in New Issue
Block a user