Skip to content

Commit 2da68c8

Browse files
diegoviolachrisbra
authored andcommitted
patch 9.1.0336: tests: typo in test_xdg
Problem: tests: typo in test_xdg Solution: fix typo (Diego Viola) closes: #14562 Signed-off-by: Diego Viola <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent dd83b63 commit 2da68c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/test_xdg.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func Test_xdg_runtime_files()
5454
let rc4=expand('~/xdg/vim/vimrc')
5555

5656
" g:rc_one|two|three|four is to verify, that the other
57-
" init files are not source
57+
" init files are not sourced
5858
" g:rc is to verify which rc file has been loaded.
5959
let file1 =<< trim CODE
6060
let g:rc_one = 'one'

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
336,
707709
/**/
708710
335,
709711
/**/

0 commit comments

Comments
 (0)