]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Update README and mention make check to verify
authorChristian Brabandt <cb@256bit.org>
Wed, 18 Dec 2024 19:13:46 +0000 (20:13 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 18 Dec 2024 19:13:46 +0000 (20:13 +0100)
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/po/README.txt

index 801f5e56a7f34f902ab8ad17c835260372341184..580400743ef9df52c8e1d38d42af49234a127464 100644 (file)
@@ -177,3 +177,8 @@ For third-party plugins, it is necessary to specify a one-time call to the
 bindtextdomain() function in scripts containing translation strings and for
 all message strings to add a {package} argument to the gettext() function. For
 more information, see ":help package-translation".
+
+COMMITTING CHANGES
+
+Before committing changes to the repo, make sure to run "make check" to verify
+any changes here do not fail the test script (and therefore the CI)