diff options
Diffstat (limited to 'data/vim/patches/8.1.0260')
-rw-r--r-- | data/vim/patches/8.1.0260 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/data/vim/patches/8.1.0260 b/data/vim/patches/8.1.0260 new file mode 100644 index 000000000..6dbc9d1b1 --- /dev/null +++ b/data/vim/patches/8.1.0260 @@ -0,0 +1,44 @@ +To: vim_dev@googlegroups.com +Subject: Patch 8.1.0260 +Fcc: outbox +From: Bram Moolenaar <Bram@moolenaar.net> +Mime-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit +------------ + +Patch 8.1.0260 +Problem: No LGTM logo in README file. +Solution: Add one. (Bas van Schaik, closes #3305) +Files: README.md + + +*** ../vim-8.1.0259/README.md 2018-06-18 22:31:07.858573774 +0200 +--- README.md 2018-08-09 21:32:10.016728368 +0200 +*************** +*** 5,10 **** +--- 5,11 ---- + [![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master) + [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim) + [![Coverity Scan](https://scan.coverity.com/projects/241/badge.svg)](https://scan.coverity.com/projects/vim) ++ [![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) + [![Debian CI](https://badges.debian.net/badges/debian/testing/vim/version.svg)](https://buildd.debian.org/vim) + + +*** ../vim-8.1.0259/src/version.c 2018-08-09 21:19:15.778436046 +0200 +--- src/version.c 2018-08-09 21:33:01.336368524 +0200 +*************** +*** 796,797 **** +--- 796,799 ---- + { /* Add new patch number below this line */ ++ /**/ ++ 260, + /**/ + +-- +I wonder, do vegetarians eat fruit bats? + + /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ +/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ +\\\ an exciting new programming language -- http://www.Zimbu.org /// + \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |