vim-patch:7.4.173

Problem:    When using scrollbind the cursor can end up below the last line.
            (mvxxc)
Solution:   Reset w_botfill when scrolling up. (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=233ad7b960d0fbeb224b383918113b25c74ebe35
This commit is contained in:
oni-link
2014-04-03 13:21:05 +02:00
committed by Thiago de Arruda
parent e76249c813
commit 74f54d78d9
2 changed files with 4 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ static char *(features[]) = {
static int included_patches[] = {
// Add new patch number below this line
173,
172,
171,
170,