comparison src/testdir/test_xdg.vim @ 34961:7ae80861729e v9.1.0336

patch 9.1.0336: tests: typo in test_xdg Commit: https://github.com/vim/vim/commit/2da68c8b61286ed347076718b66028f7251c8cdf Author: Diego Viola <diego.viola@gmail.com> Date: Mon Apr 15 20:08:38 2024 +0200 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>
author Christian Brabandt <cb@256bit.org>
date Mon, 15 Apr 2024 20:15:03 +0200
parents 1319fa412b0c
children a734bb7dc56f
comparison
equal deleted inserted replaced
34960:67dc9bf989c0 34961:7ae80861729e
52 let rc2=expand('~/.vim/vimrc') 52 let rc2=expand('~/.vim/vimrc')
53 let rc3=expand('~/.config/vim/vimrc') 53 let rc3=expand('~/.config/vim/vimrc')
54 let rc4=expand('~/xdg/vim/vimrc') 54 let rc4=expand('~/xdg/vim/vimrc')
55 55
56 " g:rc_one|two|three|four is to verify, that the other 56 " g:rc_one|two|three|four is to verify, that the other
57 " init files are not source 57 " init files are not sourced
58 " g:rc is to verify which rc file has been loaded. 58 " g:rc is to verify which rc file has been loaded.
59 let file1 =<< trim CODE 59 let file1 =<< trim CODE
60 let g:rc_one = 'one' 60 let g:rc_one = 'one'
61 let g:rc = '.vimrc' 61 let g:rc = '.vimrc'
62 CODE 62 CODE