diff options
Diffstat (limited to 'src/testdir/test_gettext_makefile_in2.vim')
-rw-r--r-- | src/testdir/test_gettext_makefile_in2.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testdir/test_gettext_makefile_in2.vim b/src/testdir/test_gettext_makefile_in2.vim new file mode 100644 index 0000000..86d3dd9 --- /dev/null +++ b/src/testdir/test_gettext_makefile_in2.vim @@ -0,0 +1,6 @@ +" Test file for gettext() package makefile +" Last Change: 2024 Jun 01 + +echo gettext("This is a test from the second file", "test_gettext") +echo gettext("This is a test", "test_gettext") +" vim: ts=8 |