diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/option.c | 2 | ||||
-rw-r--r-- | src/nvim/version.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index a878ba6455..6eac1033c4 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -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. */ -void check_winopt(winopt_T *wop) +static void check_winopt(winopt_T *wop) { check_string_option(&wop->wo_fdi); check_string_option(&wop->wo_fdm); diff --git a/src/nvim/version.c b/src/nvim/version.c index 5684a3f8d8..e8690cc765 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -256,7 +256,7 @@ static int included_patches[] = { //342 NA //341, //340 NA - //339, + 339, 338, //337, //336, |