summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Viola <diego.viola@gmail.com>2024-04-15 20:08:38 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-15 20:08:38 +0200
commit2da68c8b61286ed347076718b66028f7251c8cdf (patch)
tree08db32fe8f9af171ee37b561da00de810c0866e5
parentdd83b63eb5b7884c1c882eb984778492f6951ed7 (diff)
patch 9.1.0336: tests: typo in test_xdgv9.1.0336
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>
-rw-r--r--src/testdir/test_xdg.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
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
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 336,
+/**/
335,
/**/
334,