Mercurial > vim
view configure @ 32487:2707c75175c6 v9.0.1575
patch 9.0.1575: "file N of M" message is not translated
Commit: https://github.com/vim/vim/commit/a8490a4952c320f234ae4528d4a1e812a27f3a0a
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue May 23 18:00:58 2023 +0100
patch 9.0.1575: "file N of M" message is not translated
Problem: "file N of M" message is not translated.
Solution: Make argument count message translatable. (close https://github.com/vim/vim/issues/12429)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 23 May 2023 19:15:03 +0200 |
parents | a1ca6778da49 |
children |
line wrap: on
line source
#! /bin/sh # This is just a stub for the Unix configure script, to provide support for # doing "./configure" in the top Vim directory. cd "${SRCDIR:-src}" && exec ./configure "$@"