diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2014-08-16 15:48:41 -0400 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2014-08-20 08:27:22 -0400 |
commit | 2e1c74586959e1f023d7d708af55258ba91a929c (patch) | |
tree | 47700d4db84779191abbc29bb0f5aedc3a9e4ec5 /src/nvim/version.c | |
parent | 91aabcb75b2ff8fa3b718e2f08b5f723f5900d0f (diff) | |
download | rneovim-2e1c74586959e1f023d7d708af55258ba91a929c.tar.gz rneovim-2e1c74586959e1f023d7d708af55258ba91a929c.tar.bz2 rneovim-2e1c74586959e1f023d7d708af55258ba91a929c.zip |
vim-patch:7.4.388
Problem: With 'linebreak' set and 'list' unset a Tab is not counted
properly. (Kent Sibilev)
Solution: Check the 'list' option. (Christian Brabandt)
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 f72c4d6de4..6a008c1787 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -207,7 +207,7 @@ static int included_patches[] = { //391, //390, //389, - //388, + 388, //387, //386, //385, |