mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
vim-patch:7.4.490
Problem: Cannot specify the buffer to use for "do" and "dp", making them useless for three-way diff. Solution: Use the count as the buffer number. (James McCoy) https://code.google.com/p/vim/source/detail?r=v7-4-490
This commit is contained in:
@@ -248,7 +248,7 @@ static int included_patches[] = {
|
||||
493,
|
||||
//492,
|
||||
491,
|
||||
//490,
|
||||
490,
|
||||
489,
|
||||
488,
|
||||
487,
|
||||
|
Reference in New Issue
Block a user