Mercurial > vim
view configure @ 12325:a7eca57d35ee v8.0.1042
patch 8.0.1042: without the syntax feature highlighting doesn't work
commit https://github.com/vim/vim/commit/9f45ccd1bf2d2de979d252fdd7e5c9eb3fa6cceb
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Sep 2 20:40:35 2017 +0200
patch 8.0.1042: without the syntax feature highlighting doesn't work
Problem: Without the syntax feature highlighting doesn't work.
Solution: Always use unsigned short to store attributes.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 02 Sep 2017 20:45:05 +0200 |
parents | cd9471bd8e9e |
children | a1ca6778da49 |
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 src && exec ./configure "$@"