aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2014-11-21 12:39:34 -0300
committerFelipe Morales <hel.sheep@gmail.com>2014-11-27 19:40:51 -0300
commitef7eab1ec6b40afe2c88d78aaeeda65980ff6b2f (patch)
tree744bdcc2c765ccaea5dd305368a39a683f973c9a /src/nvim/version.c
parent9e37c1d3b6b9d0d35d7f7558d3efb555757278c0 (diff)
downloadrneovim-ef7eab1ec6b40afe2c88d78aaeeda65980ff6b2f.tar.gz
rneovim-ef7eab1ec6b40afe2c88d78aaeeda65980ff6b2f.tar.bz2
rneovim-ef7eab1ec6b40afe2c88d78aaeeda65980ff6b2f.zip
vim-patch:7.4.425: Adjust virtcol when showbreak is set
vim-patch:7.4.425 Problem: When 'showbreak' is used "gj" may move to the wrong position. (Nazri Ramliy) Solution: Adjust virtcol when 'showbreak' is set. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-425
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index c2818edcc5..34a14ef398 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -240,7 +240,7 @@ static int included_patches[] = {
//428 NA
427,
//426 NA
- //425,
+ 425,
//424 NA
//423,
//422,