view configure @ 15993:58610c4d785c v8.1.1002

patch 8.1.1002: "gf" does not always work when URL has a port number commit https://github.com/vim/vim/commit/cbef8e1aa1f260ffde16491b1678eae53a36cf68 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 9 12:32:56 2019 +0100 patch 8.1.1002: "gf" does not always work when URL has a port number Problem: "gf" does not always work when URL has a port number. (Jakob Sch?ttl) Solution: When a URL is recognized also accept ":". (closes #4082)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Mar 2019 12:45:05 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"