annotate README.md @ 24582:1a658c5eb326 v8.2.2830

patch 8.2.2830: terminal colors are not updated when 'background' is set Commit: https://github.com/vim/vim/commit/ad431995721b2a886f789e2ea7db4c84b732eb18 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 3 20:40:38 2021 +0200 patch 8.2.2830: terminal colors are not updated when 'background' is set Problem: Terminal colors are not updated when 'background' is set. Solution: Call term_update_colors() for all terminals. (Marcin Szamotulski, closes #8171, closes #8150)
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 May 2021 20:45:04 +0200
parents 9f41bfdbc6fc
children e73a9667e471
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23324
863683061a02 Attempt to align the logo without a markdown table.
Bram Moolenaar <Bram@vim.org>
parents: 23305
diff changeset
1 [![Vim Logo](https://github.com/vim/vim/raw/master/runtime/vimlogo.gif)](https://www.vim.org)
23327
2b493a1b5478 Tweak the style a bit.
Bram Moolenaar <Bram@vim.org>
parents: 23326
diff changeset
2
23462
666119b42a8c patch 8.2.2274: badge for Travis is outdated
Bram Moolenaar <Bram@vim.org>
parents: 23327
diff changeset
3 [![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.com/vim/vim.svg?branch=master)](https://travis-ci.com/github/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)
23324
863683061a02 Attempt to align the logo without a markdown table.
Bram Moolenaar <Bram@vim.org>
parents: 23305
diff changeset
4
23327
2b493a1b5478 Tweak the style a bit.
Bram Moolenaar <Bram@vim.org>
parents: 23326
diff changeset
5 <sub>For translations of this README see the end.</sub>
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
6
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
7
7177
c4d677c50b9b commit https://github.com/vim/vim/commit/c92399f4ee6d0289dbe5d708d14a84e32f617bd5
Christian Brabandt <cb@256bit.org>
parents: 7137
diff changeset
8 ## What is Vim? ##
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
9
24468
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
10 Vim is a greatly improved version of the good old UNIX editor
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
11 [Vi](https://en.wikipedia.org/wiki/Vi). Many new
8791
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
12 features have been added: multi-level undo, syntax highlighting, command line
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
13 history, on-line help, spell checking, filename completion, block operations,
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
14 script language, etc. There is also a Graphical User Interface (GUI)
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
15 available. Still, Vi compatibility is maintained, those who have Vi "in the
24468
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
16 fingers" will feel at home.
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
17 See [`runtime/doc/vi_diff.txt`](runtime/doc/vi_diff.txt) for differences with
8791
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
18 Vi.
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
19
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
20 This editor is very useful for editing programs and other plain text files.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
21 All commands are given with normal keyboard characters, so those who can type
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
22 with ten fingers can work very fast. Additionally, function keys can be
8791
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
23 mapped to commands by the user, and the mouse can be used.
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
24
20134
352701a626ed patch 8.2.0622: Haiku: GUI does not compile
Bram Moolenaar <Bram@vim.org>
parents: 19181
diff changeset
25 Vim runs under MS-Windows (XP, Vista, 7, 8, 10), macOS, Haiku, VMS and almost
352701a626ed patch 8.2.0622: Haiku: GUI does not compile
Bram Moolenaar <Bram@vim.org>
parents: 19181
diff changeset
26 all flavours of UNIX. Porting to other systems should not be very difficult.
19125
286aa7c0c9ab patch 8.2.0122: readme files still mention MS-DOS
Bram Moolenaar <Bram@vim.org>
parents: 18879
diff changeset
27 Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me/NT/2000, Amiga DOS,
286aa7c0c9ab patch 8.2.0122: readme files still mention MS-DOS
Bram Moolenaar <Bram@vim.org>
parents: 18879
diff changeset
28 Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained.
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
29
19181
94eda51ba9ba patch 8.2.0149: maintaining a Vim9 branch separately is more work
Bram Moolenaar <Bram@vim.org>
parents: 19125
diff changeset
30 For Vim9 script see [README_VIM9](README_VIM9.md).
94eda51ba9ba patch 8.2.0149: maintaining a Vim9 branch separately is more work
Bram Moolenaar <Bram@vim.org>
parents: 19125
diff changeset
31
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
32 ## Distribution ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
33
7177
c4d677c50b9b commit https://github.com/vim/vim/commit/c92399f4ee6d0289dbe5d708d14a84e32f617bd5
Christian Brabandt <cb@256bit.org>
parents: 7137
diff changeset
34 You can often use your favorite package manager to install Vim. On Mac and
c4d677c50b9b commit https://github.com/vim/vim/commit/c92399f4ee6d0289dbe5d708d14a84e32f617bd5
Christian Brabandt <cb@256bit.org>
parents: 7137
diff changeset
35 Linux a small version of Vim is pre-installed, you still need to install Vim
c4d677c50b9b commit https://github.com/vim/vim/commit/c92399f4ee6d0289dbe5d708d14a84e32f617bd5
Christian Brabandt <cb@256bit.org>
parents: 7137
diff changeset
36 if you want more features.
c4d677c50b9b commit https://github.com/vim/vim/commit/c92399f4ee6d0289dbe5d708d14a84e32f617bd5
Christian Brabandt <cb@256bit.org>
parents: 7137
diff changeset
37
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
38 There are separate distributions for Unix, PC, Amiga and some other systems.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
39 This `README.md` file comes with the runtime archive. It includes the
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
40 documentation, syntax files and other files that are used at runtime. To run
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
41 Vim you must get either one of the binary archives or a source archive.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
42 Which one you need depends on the system you want to run it on and whether you
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
43 want or must compile it yourself. Check http://www.vim.org/download.php for
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
44 an overview of currently available distributions.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
45
8917
d07e51166f08 commit https://github.com/vim/vim/commit/5d98c9d93278d6961bfee59151666b8a8bcd23c3
Christian Brabandt <cb@256bit.org>
parents: 8791
diff changeset
46 Some popular places to get the latest Vim:
24468
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
47 * Check out the git repository from [GitHub](https://github.com/vim/vim).
8917
d07e51166f08 commit https://github.com/vim/vim/commit/5d98c9d93278d6961bfee59151666b8a8bcd23c3
Christian Brabandt <cb@256bit.org>
parents: 8791
diff changeset
48 * Get the source code as an [archive](https://github.com/vim/vim/releases).
d07e51166f08 commit https://github.com/vim/vim/commit/5d98c9d93278d6961bfee59151666b8a8bcd23c3
Christian Brabandt <cb@256bit.org>
parents: 8791
diff changeset
49 * Get a Windows executable from the
d07e51166f08 commit https://github.com/vim/vim/commit/5d98c9d93278d6961bfee59151666b8a8bcd23c3
Christian Brabandt <cb@256bit.org>
parents: 8791
diff changeset
50 [vim-win32-installer](https://github.com/vim/vim-win32-installer/releases) repository.
d07e51166f08 commit https://github.com/vim/vim/commit/5d98c9d93278d6961bfee59151666b8a8bcd23c3
Christian Brabandt <cb@256bit.org>
parents: 8791
diff changeset
51
d07e51166f08 commit https://github.com/vim/vim/commit/5d98c9d93278d6961bfee59151666b8a8bcd23c3
Christian Brabandt <cb@256bit.org>
parents: 8791
diff changeset
52
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
53
8791
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
54 ## Compiling ##
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
55
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
56 If you obtained a binary distribution you don't need to compile Vim. If you
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
57 obtained a source distribution, all the stuff for compiling Vim is in the
24468
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
58 [`src`](/src) directory. See [`src/INSTALL`](src/INSTALL) for instructions.
8791
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
59
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
60
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
61 ## Installation ##
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
62
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
63 See one of these files for system-specific instructions. Either in the
24468
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
64 [READMEdir directory](./READMEdir/) (in the repository) or
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
65 the top directory (if you unpack an archive):
8791
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
66
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
67 README_ami.txt Amiga
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
68 README_unix.txt Unix
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
69 README_dos.txt MS-DOS and MS-Windows
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
70 README_mac.txt Macintosh
20134
352701a626ed patch 8.2.0622: Haiku: GUI does not compile
Bram Moolenaar <Bram@vim.org>
parents: 19181
diff changeset
71 README_haiku.txt Haiku
8791
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
72 README_vms.txt VMS
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
73
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
74 There are other `README_*.txt` files, depending on the distribution you used.
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
75
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
76
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
77 ## Documentation ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
78
8791
43b5ff7837ea commit https://github.com/vim/vim/commit/d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee
Christian Brabandt <cb@256bit.org>
parents: 8619
diff changeset
79 The Vim tutor is a one hour training course for beginners. Often it can be
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
80 started as `vimtutor`. See `:help tutor` for more information.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
81
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
82 The best is to use `:help` in Vim. If you don't have an executable yet, read
24468
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
83 [`runtime/doc/help.txt`](/runtime/doc/help.txt).
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
84 It contains pointers to the other documentation files.
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
85 The User Manual reads like a book and is recommended to learn to use
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
86 Vim. See `:help user-manual`.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
87
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
88
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
89 ## Copying ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
90
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
91 Vim is Charityware. You can use and copy it as much as you like, but you are
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
92 encouraged to make a donation to help orphans in Uganda. Please read the file
24468
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
93 [`runtime/doc/uganda.txt`](runtime/doc/uganda.txt)
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
94 for details (do `:help uganda` inside Vim).
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
95
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
96 Summary of the license: There are no restrictions on using or distributing an
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
97 unmodified copy of Vim. Parts of Vim may also be distributed, but the license
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
98 text must always be included. For modified versions a few restrictions apply.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
99 The license is GPL compatible, you may compile Vim with GPL libraries and
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
100 distribute it.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
101
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
102
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
103 ## Sponsoring ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
104
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
105 Fixing bugs and adding new features takes a lot of time and effort. To show
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
106 your appreciation for the work and motivate Bram and others to continue
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
107 working on Vim please send a donation.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
108
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
109 Since Bram is back to a paid job the money will now be used to help children
24468
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
110 in Uganda. See [`runtime/doc/uganda.txt`](runtime/doc/uganda.txt). But
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
111 at the same time donations increase Bram's motivation to keep working on Vim!
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
112
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
113 For the most recent information about sponsoring look on the Vim web site:
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
114 http://www.vim.org/sponsor/
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
115
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
116
7127
e945a8e35535 commit https://github.com/vim/vim/commit/3fe076f0feb91460266fdf7f9133a59c49a53c4e
Christian Brabandt <cb@256bit.org>
parents: 6916
diff changeset
117 ## Contributing ##
e945a8e35535 commit https://github.com/vim/vim/commit/3fe076f0feb91460266fdf7f9133a59c49a53c4e
Christian Brabandt <cb@256bit.org>
parents: 6916
diff changeset
118
24468
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
119 If you would like to help making Vim better, see the
9f41bfdbc6fc Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 23462
diff changeset
120 [CONTRIBUTING.md](/CONTRIBUTING.md) file.
7127
e945a8e35535 commit https://github.com/vim/vim/commit/3fe076f0feb91460266fdf7f9133a59c49a53c4e
Christian Brabandt <cb@256bit.org>
parents: 6916
diff changeset
121
e945a8e35535 commit https://github.com/vim/vim/commit/3fe076f0feb91460266fdf7f9133a59c49a53c4e
Christian Brabandt <cb@256bit.org>
parents: 6916
diff changeset
122
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
123 ## Information ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
124
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
125 The latest news about Vim can be found on the Vim home page:
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
126 http://www.vim.org/
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
127
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
128 If you have problems, have a look at the Vim documentation or tips:
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
129 http://www.vim.org/docs.php
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
130 http://vim.wikia.com/wiki/Vim_Tips_Wiki
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
131
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
132 If you still have problems or any other questions, use one of the mailing
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
133 lists to discuss them with Vim users and developers:
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
134 http://www.vim.org/maillist.php
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
135
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
136 If nothing else works, report bugs directly:
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
137 Bram Moolenaar <Bram@vim.org>
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
138
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
139
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
140 ## Main author ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
141
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
142 Send any other comments, patches, flowers and suggestions to:
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
143 Bram Moolenaar <Bram@vim.org>
14119
b5b0b87f1a39 patch 8.1.0077: header of README file is not nice
Christian Brabandt <cb@256bit.org>
parents: 14115
diff changeset
144
b5b0b87f1a39 patch 8.1.0077: header of README file is not nice
Christian Brabandt <cb@256bit.org>
parents: 14115
diff changeset
145
18879
af69c9335223 Vim 8.2 release
Bram Moolenaar <Bram@vim.org>
parents: 18728
diff changeset
146 This is `README.md` for version 8.2 of Vim: Vi IMproved.
18664
daa71bf6b546 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 15879
diff changeset
147
daa71bf6b546 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 15879
diff changeset
148
daa71bf6b546 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 15879
diff changeset
149 ## Translations of this README ##
daa71bf6b546 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 15879
diff changeset
150
daa71bf6b546 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 15879
diff changeset
151 [Korean](https://github.com/cjw1359/opensource/blob/master/Vim/README_ko.md)