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.
This commit is contained in:
Felipe Morales
2014-08-16 12:58:11 -04:00
parent 22c782bcb2
commit dfdfee0260
6 changed files with 164 additions and 15 deletions

View File

@@ -8157,9 +8157,10 @@ void find_mps_values(int *initc, int *findc, int *backwards, int switchit)
}
}
/* This is called when 'breakindentopt' is changed and whenn a window is
/* This is called when 'breakindentopt' is changed and when a window is
initialized */
int briopt_check() {
int briopt_check(void)
{
char_u *p;
int bri_shift = 0;
long bri_min = 20;