From: Christian Brabandt Date: Wed, 18 Dec 2024 19:13:46 +0000 (+0100) Subject: runtime(doc): Update README and mention make check to verify X-Git-Tag: v9.1.0943~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d72aa547ed29054d1b4f4406ba044d76a0b7d5;p=thirdparty%2Fvim.git runtime(doc): Update README and mention make check to verify Signed-off-by: Christian Brabandt --- diff --git a/src/po/README.txt b/src/po/README.txt index 801f5e56a7..580400743e 100644 --- a/src/po/README.txt +++ b/src/po/README.txt @@ -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)