Mercurial > vim
view configure @ 31428:fe508e94b73d v9.0.1047
patch 9.0.1047: matchparen is slow
Commit: https://github.com/vim/vim/commit/79336e19cb39322d45a787c33b83cce3b314a012
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Dec 11 14:18:31 2022 +0000
patch 9.0.1047: matchparen is slow
Problem: Matchparen is slow.
Solution: Actually use the position where the match started, not the
position where the search started. (closes #11644)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 11 Dec 2022 15:30: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 "$@"