comparison README.md @ 18664:daa71bf6b546

Update runtime files. Commit: https://github.com/vim/vim/commit/403f3eb4c1890826a5b3b5922c0e8e45be79a476 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 20 22:31:13 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Nov 2019 22:45:04 +0100
parents ab5ee4f15e8e
children 3bc59131171f
comparison
equal deleted inserted replaced
18663:e8459e3251c2 18664:daa71bf6b546
5 [![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master) 5 [![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master)
6 [![Coverity Scan](https://scan.coverity.com/projects/241/badge.svg)](https://scan.coverity.com/projects/vim) 6 [![Coverity Scan](https://scan.coverity.com/projects/241/badge.svg)](https://scan.coverity.com/projects/vim)
7 [![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) 7 [![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)
8 [![Debian CI](https://badges.debian.net/badges/debian/testing/vim/version.svg)](https://buildd.debian.org/vim) 8 [![Debian CI](https://badges.debian.net/badges/debian/testing/vim/version.svg)](https://buildd.debian.org/vim)
9 [![Packages](https://repology.org/badge/tiny-repos/vim.svg)](https://repology.org/metapackage/vim) 9 [![Packages](https://repology.org/badge/tiny-repos/vim.svg)](https://repology.org/metapackage/vim)
10 For translations of this README see the end.
10 11
11 12
12 ## What is Vim? ## 13 ## What is Vim? ##
13 14
14 Vim is a greatly improved version of the good old UNIX editor Vi. Many new 15 Vim is a greatly improved version of the good old UNIX editor Vi. Many new
26 27
27 Vim runs under MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh, VMS and 28 Vim runs under MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh, VMS and
28 almost all flavours of UNIX. Porting to other systems should not be very 29 almost all flavours of UNIX. Porting to other systems should not be very
29 difficult. Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me, Amiga 30 difficult. Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me, Amiga
30 DOS, Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained. 31 DOS, Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained.
31
32 32
33 ## Distribution ## 33 ## Distribution ##
34 34
35 You can often use your favorite package manager to install Vim. On Mac and 35 You can often use your favorite package manager to install Vim. On Mac and
36 Linux a small version of Vim is pre-installed, you still need to install Vim 36 Linux a small version of Vim is pre-installed, you still need to install Vim
139 Send any other comments, patches, flowers and suggestions to: 139 Send any other comments, patches, flowers and suggestions to:
140 Bram Moolenaar <Bram@vim.org> 140 Bram Moolenaar <Bram@vim.org>
141 141
142 142
143 This is `README.md` for version 8.1 of Vim: Vi IMproved. 143 This is `README.md` for version 8.1 of Vim: Vi IMproved.
144
145
146 ## Translations of this README ##
147
148 [Korean](https://github.com/cjw1359/opensource/blob/master/Vim/README_ko.md)