mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
vim-patch:7.4.1141
Problem: Using searchpair() with a skip expression that uses syntax
highlighting sometimes doesn't work. (David Fishburn)
Solution: Reset next_match_idx. (Christian Brabandt)
6773a348da
This commit is contained in:
@@ -149,7 +149,7 @@ static int included_patches[] = {
|
||||
// 1144 NA
|
||||
// 1143,
|
||||
// 1142,
|
||||
// 1141,
|
||||
1141,
|
||||
// 1140,
|
||||
// 1139 NA
|
||||
// 1138 NA
|
||||
|
Reference in New Issue
Block a user