diff options
author | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-05-31 16:33:10 +0200 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-05-31 16:41:23 +0200 |
commit | 272902e1fc335ab108b9558dbb351978b395014a (patch) | |
tree | 049c6bcb9e22102ae7d580a3423333052d1079b1 | |
parent | 7f9caaf30d8c3d1cc00b76a07d21d464823b5e38 (diff) | |
download | rneovim-272902e1fc335ab108b9558dbb351978b395014a.tar.gz rneovim-272902e1fc335ab108b9558dbb351978b395014a.tar.bz2 rneovim-272902e1fc335ab108b9558dbb351978b395014a.zip |
readme: add coverity scan badge
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,6 +9,7 @@ [](https://travis-ci.org/neovim/neovim) [](https://waffle.io/neovim/neovim) [](https://coveralls.io/r/neovim/neovim) +[](https://scan.coverity.com/projects/2227) Neovim is a project that seeks to aggressively refactor Vim in order to: @@ -38,7 +39,7 @@ For lots more details, see - Reworked out-of-memory handling resulting in greatly simplified control flow - Merged 50+ upstream patches (nearly caught up with upstream) - [Removed](https://github.com/neovim/neovim/pull/635) 8.3 filename support -- [Changed](https://github.com/neovim/neovim/pull/574) to portable format +- [Changed](https://github.com/neovim/neovim/pull/574) to portable format specifiers (first step towards building on Windows) [unifdef]: http://freecode.com/projects/unifdef |