Mercurial > vim
view configure @ 30245:8f85b5c45432 v9.0.0458
patch 9.0.0458: splitting a line with a text prop "above" moves it down
Commit: https://github.com/vim/vim/commit/3b93cf218fc70897c11de0415221e7899e9a527a
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Sep 13 18:34:18 2022 +0100
patch 9.0.0458: splitting a line with a text prop "above" moves it down
Problem: Splitting a line with a text prop "above" moves it to a new line
below.
Solution: Keep an "above" text prop above the first line.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 13 Sep 2022 19:45: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 "$@"