mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
vim-patch:7.4.425: Adjust virtcol when showbreak is set
vim-patch:7.4.425 Problem: When 'showbreak' is used "gj" may move to the wrong position. (Nazri Ramliy) Solution: Adjust virtcol when 'showbreak' is set. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-425
This commit is contained in:
@@ -240,7 +240,7 @@ static int included_patches[] = {
|
||||
//428 NA
|
||||
427,
|
||||
//426 NA
|
||||
//425,
|
||||
425,
|
||||
//424 NA
|
||||
//423,
|
||||
//422,
|
||||
|
Reference in New Issue
Block a user