forked from aniani/vim
Problem: translation of vim scripts can be improved
(after v9.1.0509)
Solution: improve documentation, add tests, include missing
libraries for the Windows CI
(RestorerZ)
closes: #15100
Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
8 lines
230 B
VimL
8 lines
230 B
VimL
" 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
|