mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user