mirror of
https://github.com/vim/vim.git
synced 2026-05-26 03:56:59 +02:00
965091001f
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>
7 lines
198 B
VimL
7 lines
198 B
VimL
" 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
|