]> granicus.if.org Git - vim/commit
patch 8.1.0878: test for has('bsd') fails on some BSD systems v8.1.0878
authorBram Moolenaar <Bram@vim.org>
Thu, 7 Feb 2019 20:27:14 +0000 (21:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Feb 2019 20:27:14 +0000 (21:27 +0100)
commita02e3f65c52a2c8c987e7dcac5df1f8db9a7b0de
tree9c88a77d0777cb3672dd8ab0d99043bfe668be68
parentee8188fc74a7cf9ee7acb634b2bb7a032d0cb24c
patch 8.1.0878: test for has('bsd') fails on some BSD systems

Problem:    Test for has('bsd') fails on some BSD systems.
Solution:   Adjust the uname match. (James McCoy, closes #3909)
src/testdir/test_functions.vim
src/version.c