Mercurial > vim
view configure @ 22262:3f082bd15d29 v8.2.1680
patch 8.2.1680: Vim9: line number for compare error is wrong
Commit: https://github.com/vim/vim/commit/eb26f4331f607b1639bf01f4f35ad3ce7d20cb10
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Sep 14 16:50:05 2020 +0200
patch 8.2.1680: Vim9: line number for compare error is wrong
Problem: Vim9: line number for compare error is wrong.
Solution: Set SOURCING_LNUM. (closes https://github.com/vim/vim/issues/6936)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 14 Sep 2020 17:00: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 "$@"