mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.1.2355: test with "man" fails on FreeBSD
Problem: Test with "man" fails on FreeBSD. Solution: Use "-P" instead of "--pager".
This commit is contained in:
parent
31ff2e1b43
commit
c7d2a57b3a
@ -1204,8 +1204,8 @@ func Test_normal23_K()
|
|||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has('mac')
|
if has('mac') || has('bsd')
|
||||||
" In MacOS, the option for specifying a pager is different
|
" In MacOS and BSD, the option for specifying a pager is different
|
||||||
set keywordprg=man\ -P\ cat
|
set keywordprg=man\ -P\ cat
|
||||||
else
|
else
|
||||||
set keywordprg=man\ --pager=cat
|
set keywordprg=man\ --pager=cat
|
||||||
|
@ -737,6 +737,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2355,
|
||||||
/**/
|
/**/
|
||||||
2354,
|
2354,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user