diff --git a/src/testdir/test_xdg.vim b/src/testdir/test_xdg.vim index b24205b5f3..d23c93a374 100644 --- a/src/testdir/test_xdg.vim +++ b/src/testdir/test_xdg.vim @@ -54,7 +54,7 @@ func Test_xdg_runtime_files() let rc4=expand('~/xdg/vim/vimrc') " g:rc_one|two|three|four is to verify, that the other - " init files are not source + " init files are not sourced " g:rc is to verify which rc file has been loaded. let file1 =<< trim CODE let g:rc_one = 'one' diff --git a/src/version.c b/src/version.c index b580f0162d..0c8687ebe6 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 336, /**/ 335, /**/