diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-29 00:17:46 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-29 23:48:23 -0500 |
| commit | bb1be08bae200bbc6b297c2d926fa8565fd42b5c (patch) | |
| tree | 1ee1961e07d6833cfb6d4867f33f670ae9ded135 /src/nvim/version.c | |
| parent | ec615012a702dac26cfb685901c32d5bde6bc4de (diff) | |
| download | rneovim-bb1be08bae200bbc6b297c2d926fa8565fd42b5c.tar.gz rneovim-bb1be08bae200bbc6b297c2d926fa8565fd42b5c.tar.bz2 rneovim-bb1be08bae200bbc6b297c2d926fa8565fd42b5c.zip | |
vim-patch:7.4.487
Problem: ":sign jump" may use another window even though the file is
already edited in the current window.
Solution: First check if the file is in the current window. (James McCoy)
https://code.google.com/p/vim/source/detail?r=v7-4-487
Diffstat (limited to 'src/nvim/version.c')
| -rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 4d0e950b24..f0f1db506d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -251,7 +251,7 @@ static int included_patches[] = { //490, 489, 488, - //487, + 487, 486, 485, //484 NA |