Mercurial > vim
view src/pathdef.sh @ 14319:f7e80dbb4f00 v8.1.0175
patch 8.1.0175: marks test fails in very wide window
commit https://github.com/vim/vim/commit/bde14d8e24f6b8ca409290733dbf11cb6fee5751
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jul 10 15:22:32 2018 +0200
patch 8.1.0175: marks test fails in very wide window
Problem: Marks test fails in very wide window. (Vladimir Lomov)
Solution: Extend the text to match 'columns'. (closes https://github.com/vim/vim/issues/3180, closes https://github.com/vim/vim/issues/3181)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 10 Jul 2018 15:30:07 +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: