mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:7.4.485
Problem: Abbreviations don't work. (Toothpik) Solution: Move the length computation inside the for loop. Compare against the unescaped key. https://code.google.com/p/vim/source/detail?r=v7-4-485
This commit is contained in:
@@ -253,7 +253,7 @@ static int included_patches[] = {
|
||||
//488,
|
||||
//487,
|
||||
//486,
|
||||
//485,
|
||||
485,
|
||||
//484 NA
|
||||
483,
|
||||
//482 NA
|
||||
|
Reference in New Issue
Block a user