Mercurial > vim
annotate configure @ 31879:f13d7423396c v9.0.1272
patch 9.0.1272: typo in pattern for filetype detection
Commit: https://github.com/vim/vim/commit/e8d4ae0d1153ecb45ebf48030be60640e8800540
Author: zeertzjq <zeertzjq@outlook.com>
Date: Wed Feb 1 15:31:23 2023 +0000
patch 9.0.1272: typo in pattern for filetype detection
Problem: Typo in pattern for filetype detection.
Solution: Fix the typo. (closes https://github.com/vim/vim/issues/11924)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 01 Feb 2023 16:45:04 +0100 |
parents | a1ca6778da49 |
children |
rev | line source |
---|---|
7 | 1 #! /bin/sh |
2 | |
3 # This is just a stub for the Unix configure script, to provide support for | |
4 # doing "./configure" in the top Vim directory. | |
5 | |
16629
a1ca6778da49
patch 8.1.1317: output from Travis can be improved
Bram Moolenaar <Bram@vim.org>
parents:
921
diff
changeset
|
6 cd "${SRCDIR:-src}" && exec ./configure "$@" |