aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/charset.c
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2014-08-16 12:58:11 -0400
committerFelipe Morales <hel.sheep@gmail.com>2014-08-20 05:19:57 -0400
commitdfdfee0260a95eb020d0b9cea2273b1f5002c184 (patch)
treef6f09ed12f8ac2512acb55dcc55659eae20e29f1 /src/nvim/charset.c
parent22c782bcb24aa191163ebf80de5a75acaba823b3 (diff)
downloadrneovim-dfdfee0260a95eb020d0b9cea2273b1f5002c184.tar.gz
rneovim-dfdfee0260a95eb020d0b9cea2273b1f5002c184.tar.bz2
rneovim-dfdfee0260a95eb020d0b9cea2273b1f5002c184.zip
vim-patch: 7.4.353
Make 'breakindent' work with the 'list' option. Originally patched in vim patch 7.4.353, by chrisbra (https://code.google.com/p/vim/source/detail?r=d42a1d3b74d40f580359dbd139d2d0dfa7235252) Updated version.c.
Diffstat (limited to 'src/nvim/charset.c')
-rw-r--r--src/nvim/charset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/charset.c b/src/nvim/charset.c
index 3392cceb9f..955f101a61 100644
--- a/src/nvim/charset.c
+++ b/src/nvim/charset.c
@@ -997,7 +997,6 @@ int win_lbr_chartabsize(win_T *wp, char_u *line, char_u *s, colnr_T col, int *he
if (wp->w_p_lbr
&& vim_isbreak(c)
&& !vim_isbreak(s[1])
- && !wp->w_p_list
&& wp->w_p_wrap
&& (wp->w_width != 0)) {
// Count all characters from first non-blank after a blank up to next