diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2014-08-16 15:54:26 -0400 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2014-08-20 08:27:23 -0400 |
commit | 359262d58d7255c695ebf7ee574e444d7cec233d (patch) | |
tree | 9af5068c34121e4bd7c7910b2c11d3f99042fc09 /src/nvim/version.c | |
parent | 2e1c74586959e1f023d7d708af55258ba91a929c (diff) | |
download | rneovim-359262d58d7255c695ebf7ee574e444d7cec233d.tar.gz rneovim-359262d58d7255c695ebf7ee574e444d7cec233d.tar.bz2 rneovim-359262d58d7255c695ebf7ee574e444d7cec233d.zip |
vim-patch: 7.4.352
Problem: With 'linebreak' a tab causes a missing line break.
Solution: Count a tab for what it's worth also for shorter lines.
(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 6a008c1787..5684a3f8d8 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -243,7 +243,7 @@ static int included_patches[] = { //355, //354, 353, - //352, + 352, //351, //350, //349, |