File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ freebsd_12_task :
2+ freebsd_instance :
3+ image : freebsd-12-1-release-amd64
4+ install_script :
5+ pkg install -y gettext gmake
6+ build_script :
7+ - gmake
8+ test_script :
9+ - gmake test
Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.org/vim/vim.svg?branch=master )] ( https://travis-ci.org/vim/vim )
44[ ![ Appveyor Build status] ( https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true )] ( https://ci.appveyor.com/project/chrisbra/vim )
5+ [ ![ Build Status] ( https://api.cirrus-ci.com/github/chrisbra/vim.svg )] ( https://cirrus-ci.com/github/chrisbra/vim )
56[ ![ Coverage Status] ( https://codecov.io/gh/vim/vim/coverage.svg?branch=master )] ( https://codecov.io/gh/vim/vim?branch=master )
67[ ![ Coverity Scan] ( https://scan.coverity.com/projects/241/badge.svg )] ( https://scan.coverity.com/projects/vim )
78[ ![ Language Grade: C/C++] ( https://img.shields.io/lgtm/grade/cpp/g/vim/vim.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/vim/vim/context:cpp )
Original file line number Diff line number Diff line change @@ -737,6 +737,8 @@ static char *(features[]) =
737737
738738static int included_patches [] =
739739{ /* Add new patch number below this line */
740+ /**/
741+ 2352 ,
740742/**/
741743 2351 ,
742744/**/
You can’t perform that action at this time.
0 commit comments