]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0336: tests: typo in test_xdg v9.1.0336
authorDiego Viola <diego.viola@gmail.com>
Mon, 15 Apr 2024 18:08:38 +0000 (20:08 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 15 Apr 2024 18:08:38 +0000 (20:08 +0200)
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>
src/testdir/test_xdg.vim
src/version.c

index b24205b5f3feaa056189c7bc4d595d6bdb9a80af..d23c93a37461eaa9e3905c3cc2d15fd1aded56a1 100644 (file)
@@ -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'
index b580f0162d9bad6235764d16c38293e3da9e9ec6..0c8687ebe6171a2ab75c3b1cf75694ad139ce949 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    336,
 /**/
     335,
 /**/