view configure @ 30755:b7efd41d43b8 v9.0.0712

patch 9.0.0712: wrong column when calling setcursorcharpos() with zero lnum Commit: https://github.com/vim/vim/commit/79f234499b6692cc16970b7455bc9b002242632f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 10 12:42:57 2022 +0100 patch 9.0.0712: wrong column when calling setcursorcharpos() with zero lnum Problem: Wrong column when calling setcursorcharpos() with zero lnum. Solution: Set the line number before calling buf_charidx_to_byteidx(). (closes #11329)
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Oct 2022 13: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 "$@"