diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-12-24 17:35:41 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-12-24 17:35:41 +0100 |
commit | c139aa8a2bf3de9fb524344e632eb323e0093fd2 (patch) | |
tree | 6d9ba45f9576ddc0653e113c6459653c7059ea30 /README.md | |
parent | b04ddb5b04fbb220a680780928242f9e4eda9f62 (diff) | |
download | vim-git-c139aa8a2bf3de9fb524344e632eb323e0093fd2.tar.gz |
Remove table, it doesn't work
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -1,21 +1,9 @@ -<table> -<tr> -<td markdown="1"> [![Vim Logo](https://github.com/vim/vim/raw/master/runtime/vimlogo.gif)](https://www.vim.org) -</td> -<td markdown="1"> [![Github Build status](https://github.com/vim/vim/workflows/GitHub%20CI/badge.svg)](https://github.com/vim/vim/actions?query=workflow%3A%22GitHub+CI%22) [![Travis Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim) [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim) [![Cirrus Build Status](https://api.cirrus-ci.com/github/vim/vim.svg)](https://cirrus-ci.com/github/vim/vim) [![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master) [![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) [![Packages](https://repology.org/badge/tiny-repos/vim.svg)](https://repology.org/metapackage/vim) [![Fossies codespell report](https://fossies.org/linux/test/vim-master.tar.gz/codespell.svg)](https://fossies.org/linux/test/vim-master.tar.gz/codespell.html) -</td> -</tr> -<tr> -<td> -</td> -<td style="text-align: right;"> +<div style="width: 100%; text-align: right;"> For translations of this README see the end. -</td> -</tr> -</table> +</div> ## What is Vim? ## |