diff options
author | Jurica Bradaric <jbradaric@gmail.com> | 2016-02-02 18:40:10 +0100 |
---|---|---|
committer | Jurica Bradaric <jbradaric@gmail.com> | 2016-02-02 18:41:44 +0100 |
commit | cfce719c66b22f26e9f8def87c2b14d339208482 (patch) | |
tree | 8dffeb865f922a5e2459111fa4c1bba9a8a4320a /src/nvim/version.c | |
parent | cdc7250cd8ca948d15c158789f621a71d5c7b35d (diff) | |
download | rneovim-cfce719c66b22f26e9f8def87c2b14d339208482.tar.gz rneovim-cfce719c66b22f26e9f8def87c2b14d339208482.tar.bz2 rneovim-cfce719c66b22f26e9f8def87c2b14d339208482.zip |
vim-patch:7.4.805
Problem: The ruler shows "Bot" even when there are only filler lines
missing. (Gary Johnson)
Solution: Use "All" when the first line and one filler line are visible.
https://github.com/vim/vim/commit/29bc9db36e41cb519dca9381cc29a3fc1ff02106
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 7a044a2a65..88317fa8ee 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -483,7 +483,7 @@ static int included_patches[] = { // 808 NA 807, 806, - // 805, + 805, // 804, 803, 802, |