Mercurial > vim
view src/pathdef.sh @ 17968:22ddc0ee65e7 v8.1.1980
patch 8.1.1980: fix for search stat not tested
Commit: https://github.com/vim/vim/commit/0f63ed33fdd12d8220f7bc7ff91095e7ceed9985
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Sep 4 16:32:36 2019 +0200
patch 8.1.1980: fix for search stat not tested
Problem: Fix for search stat not tested.
Solution: Add a screenshot test. (Christian Brabandt)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 04 Sep 2019 16:45:04 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
#! /bin/sh # # pathdef.sh: adjust pathdef.c for auto/link.sed, if it exists # if test -s auto/link.sed; then cp auto/pathdef.c auto/pathdef.tmp sed -f auto/link.sed <auto/pathdef.tmp >auto/pathdef.c rm -f auto/pathdef.tmp fi # vim:set sw=2 et: