mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
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 <diego.viola@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
dd83b63eb5
commit
2da68c8b61
@@ -54,7 +54,7 @@ func Test_xdg_runtime_files()
|
|||||||
let rc4=expand('~/xdg/vim/vimrc')
|
let rc4=expand('~/xdg/vim/vimrc')
|
||||||
|
|
||||||
" g:rc_one|two|three|four is to verify, that the other
|
" 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.
|
" g:rc is to verify which rc file has been loaded.
|
||||||
let file1 =<< trim CODE
|
let file1 =<< trim CODE
|
||||||
let g:rc_one = 'one'
|
let g:rc_one = 'one'
|
||||||
|
@@ -704,6 +704,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
336,
|
||||||
/**/
|
/**/
|
||||||
335,
|
335,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user