mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
vim-patch: 7.4.330
Problem: Using a regexp pattern to highlight a specific position can be slow. Solution: Add matchaddpos() to highlight specific positions efficiently. (Alexey Radkov.) https://code.google.com/p/vim/source/detail?r=f9fa2e506b9f07549cd91074835c5c553db7b3a7
This commit is contained in:
@@ -265,7 +265,7 @@ static int included_patches[] = {
|
||||
//333 NA
|
||||
//332 NA
|
||||
331,
|
||||
//330,
|
||||
330,
|
||||
329,
|
||||
328,
|
||||
327,
|
||||
|
Reference in New Issue
Block a user