mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 10:18:18 +00:00
@@ -6850,7 +6850,7 @@ void check_win_options(win_T *win)
|
|||||||
/*
|
/*
|
||||||
* Check for NULL pointers in a winopt_T and replace them with empty_option.
|
* Check for NULL pointers in a winopt_T and replace them with empty_option.
|
||||||
*/
|
*/
|
||||||
void check_winopt(winopt_T *wop)
|
static void check_winopt(winopt_T *wop)
|
||||||
{
|
{
|
||||||
check_string_option(&wop->wo_fdi);
|
check_string_option(&wop->wo_fdi);
|
||||||
check_string_option(&wop->wo_fdm);
|
check_string_option(&wop->wo_fdm);
|
||||||
|
@@ -256,7 +256,7 @@ static int included_patches[] = {
|
|||||||
//342 NA
|
//342 NA
|
||||||
//341,
|
//341,
|
||||||
//340 NA
|
//340 NA
|
||||||
//339,
|
339,
|
||||||
338,
|
338,
|
||||||
//337,
|
//337,
|
||||||
//336,
|
//336,
|
||||||
|
Reference in New Issue
Block a user