Mercurial > vim
view src/pathdef.sh @ 30851:f784ea65b258 v9.0.0760
patch 9.0.0760: display test for 'listchars' "precedes" fails
Commit: https://github.com/vim/vim/commit/297164cb7972beff35e375ccac4fbad8196ccbd7
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 15 14:24:29 2022 +0100
patch 9.0.0760: display test for 'listchars' "precedes" fails
Problem: Display test for 'listchars' "precedes" fails.
Solution: Correct the expected result.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 15 Oct 2022 15:30: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: