annotate configure @ 32130:ec0d5bd9083c v9.0.1396

patch 9.0.1396: sort(list, 'N') does not work in Vim9 script context Commit: https://github.com/vim/vim/commit/be19d78c3d44221cbc38fbb5bac19302345c1def Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 9 22:06:49 2023 +0000 patch 9.0.1396: sort(list, 'N') does not work in Vim9 script context Problem: sort(list, 'N') does not work in Vim9 script context. Solution: Convert string to number without giving an error. (closes https://github.com/vim/vim/issues/12061)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Mar 2023 23:15:04 +0100
parents a1ca6778da49
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 #! /bin/sh
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 # This is just a stub for the Unix configure script, to provide support for
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 # doing "./configure" in the top Vim directory.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
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 "$@"