mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
vim-patch:7.4.2100
Problem: "cgn" and "dgn" do not work correctly with a single character
match and the replacement includes the searched pattern. (John
Beckett)
Solution: If the match is found in the wrong column try in the next column.
Turn the test into new style. (Christian Brabandt)
6835dc61ae
Closes #5796
This commit is contained in:
@@ -340,7 +340,7 @@ static int included_patches[] = {
|
||||
2103,
|
||||
// 2102 NA
|
||||
// 2101,
|
||||
// 2100,
|
||||
2100,
|
||||
// 2099,
|
||||
// 2098,
|
||||
// 2097,
|
||||
|
Reference in New Issue
Block a user