view configure @ 34960:67dc9bf989c0

runtime(i3config/swayconfig): update syntax scripts Commit: https://github.com/vim/vim/commit/dd83b63eb5b7884c1c882eb984778492f6951ed7 Author: Josef Lito? <54900518+JosefLitos@users.noreply.github.com> Date: Mon Apr 15 19:38:04 2024 +0200 runtime(i3config/swayconfig): update syntax scripts modifications with the goals of: - simplifying structure by using group `cluster`s - improving visual highlighting responsiveness by using `nextgroup` - improving recursive wm-msg command highlighting - separating command variants meant for runtime and for config only closes: #14544 Signed-off-by: Josef Lito? <54900518+JosefLitos@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 15 Apr 2024 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 "$@"