mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
vim-patch:7.4.582 #2653
Problem: Can't match "%>80v" properly. (Axel Bender)
Solution: Correctly handle ">". (Christian Brabandt)
https://github.com/vim/vim/commit/v7-4-582
See https://groups.google.com/d/msg/vim_dev/n-02i4FnOcw/P3Yyx1OLeXgJ
Slightly adapted due to the long_u refactoring in
2ceb1c74d5
.
Reviewed-by: Florian Walch <florian@fwalch.com>
Fixes #2726
This commit is contained in:

committed by
Justin M. Keyes

parent
c6da503336
commit
5a9ad68b25
@@ -218,7 +218,7 @@ static int included_patches[] = {
|
||||
585,
|
||||
//584 NA
|
||||
//583 NA
|
||||
//582,
|
||||
582,
|
||||
//581 NA
|
||||
580,
|
||||
579,
|
||||
|
Reference in New Issue
Block a user