mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
vim-patch:7.4.472: Only draw "precedes" entry in 'listchar' when 'list' is on
vim-patch:7.4.472 Problem: The "precedes" entry in 'listchar' will be drawn when 'showbreak is set and list is not. Solution: Only draw this character when 'list' is on. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=af998690a8841d4df95cea0bed4246f2ba98e247
This commit is contained in:
@@ -194,7 +194,7 @@ static int included_patches[] = {
|
||||
//475,
|
||||
//474,
|
||||
//473,
|
||||
//472,
|
||||
472,
|
||||
//471,
|
||||
//470,
|
||||
//469,
|
||||
|
Reference in New Issue
Block a user