Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
1fa3f0c215d37b3cb36f69841d5ab29ca8e0faa5
/
.
/
src
/
testdir
/
test_gettext_makefile_in1.vim
blob: cbe11591f96a7991b0f56aa37ac37d8520913201 [
file
] [
log
] [
blame
]
" Test file for gettext() package makefile
"
Last
Change
:
2024
Jun
01
echo gettext
(
"This is a test"
,
"test_gettext"
)
echo gettext
(
"This is another test"
,
"test_gettext"
)
echo gettext
(
"This is a test"
,
"test_gettext"
)
" vim: ts=8