mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
vim-patch:7.4.360
Problem: In a regexp pattern a "$" followed by \v or \V is not seen as the end-of-line. Solution: Handle the situation. (Ozaki Kiichi) https://code.google.com/p/vim/source/detail?r=v7-4-360
This commit is contained in:
@@ -268,7 +268,7 @@ static int included_patches[] = {
|
||||
//363,
|
||||
362,
|
||||
361,
|
||||
//360,
|
||||
360,
|
||||
359,
|
||||
358,
|
||||
357,
|
||||
|
Reference in New Issue
Block a user