view configure @ 18465:d7619a9874cd v8.1.2226

patch 8.1.2226: cannot use system copy/paste in non-xterm terminals Commit: https://github.com/vim/vim/commit/5b418992cf254137fde2a14d7066fbea5afddb28 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 27 18:50:25 2019 +0100 patch 8.1.2226: cannot use system copy/paste in non-xterm terminals Problem: Cannot use system copy/paste in non-xterm terminals. Solution: Instead of setting 'mouse' to "a" set it to "nvi" in defaults.vim.
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Oct 2019 19:00:04 +0100
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 "$@"