| Bram Moolenaar | 252b7ee | 2018-06-18 22:00:22 +0200 | [diff] [blame] | 1 |  |
| 2 | |
| Bram Moolenaar | c92399f | 2015-10-25 13:55:00 +0100 | [diff] [blame] | 3 | [](https://travis-ci.org/vim/vim) |
| Bram Moolenaar | 8a0141d | 2017-03-25 18:10:31 +0100 | [diff] [blame] | 4 | [](https://codecov.io/gh/vim/vim?branch=master) |
| Bram Moolenaar | c92399f | 2015-10-25 13:55:00 +0100 | [diff] [blame] | 5 | [](https://coveralls.io/github/vim/vim?branch=master) |
| Bram Moolenaar | f1a4c98 | 2015-10-25 22:42:00 +0100 | [diff] [blame] | 6 | [](https://ci.appveyor.com/project/chrisbra/vim) |
| Bram Moolenaar | 8a82c7f | 2016-03-19 15:15:01 +0100 | [diff] [blame] | 7 | [](https://scan.coverity.com/projects/vim) |
| Bram Moolenaar | ea84df8 | 2017-11-02 22:38:51 +0100 | [diff] [blame] | 8 | [](https://buildd.debian.org/vim) |
| Bram Moolenaar | 694cac7 | 2015-07-10 19:22:03 +0200 | [diff] [blame] | 9 | |
| 10 | |
| Bram Moolenaar | c92399f | 2015-10-25 13:55:00 +0100 | [diff] [blame] | 11 | ## What is Vim? ## |
| Bram Moolenaar | 694cac7 | 2015-07-10 19:22:03 +0200 | [diff] [blame] | 12 | |
| Bram Moolenaar | d18cfb7 | 2016-03-29 22:29:18 +0200 | [diff] [blame] | 13 | Vim is a greatly improved version of the good old UNIX editor Vi. Many new |
| 14 | features have been added: multi-level undo, syntax highlighting, command line |
| 15 | history, on-line help, spell checking, filename completion, block operations, |
| 16 | script language, etc. There is also a Graphical User Interface (GUI) |
| 17 | available. Still, Vi compatibility is maintained, those who have Vi "in the |
| 18 | fingers" will feel at home. See `runtime/doc/vi_diff.txt` for differences with |
| 19 | Vi. |
| Bram Moolenaar | 694cac7 | 2015-07-10 19:22:03 +0200 | [diff] [blame] | 20 | |
| 21 | This editor is very useful for editing programs and other plain text files. |
| 22 | All commands are given with normal keyboard characters, so those who can type |
| 23 | with ten fingers can work very fast. Additionally, function keys can be |
| Bram Moolenaar | d18cfb7 | 2016-03-29 22:29:18 +0200 | [diff] [blame] | 24 | mapped to commands by the user, and the mouse can be used. |
| Bram Moolenaar | 694cac7 | 2015-07-10 19:22:03 +0200 | [diff] [blame] | 25 | |
| Bram Moolenaar | d18cfb7 | 2016-03-29 22:29:18 +0200 | [diff] [blame] | 26 | Vim runs under MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh, VMS and |
| 27 | almost all flavours of UNIX. Porting to other systems should not be very |
| 28 | difficult. Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me, Amiga |
| 29 | DOS, Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained. |
| Bram Moolenaar | 694cac7 | 2015-07-10 19:22:03 +0200 | [diff] [blame] | 30 | |
| 31 | |
| 32 | ## Distribution ## |
| 33 | |
| Bram Moolenaar | c92399f | 2015-10-25 13:55:00 +0100 | [diff] [blame] | 34 | You can often use your favorite package manager to install Vim. On Mac and |
| 35 | Linux a small version of Vim is pre-installed, you still need to install Vim |
| 36 | if you want more features. |
| 37 | |
| Bram Moolenaar | 694cac7 | 2015-07-10 19:22:03 +0200 | [diff] [blame] | 38 | There are separate distributions for Unix, PC, Amiga and some other systems. |
| 39 | This `README.md` file comes with the runtime archive. It includes the |
| 40 | documentation, syntax files and other files that are used at runtime. To run |
| 41 | Vim you must get either one of the binary archives or a source archive. |
| 42 | Which one you need depends on the system you want to run it on and whether you |
| 43 | want or must compile it yourself. Check http://www.vim.org/download.php for |
| 44 | an overview of currently available distributions. |
| 45 | |
| Bram Moolenaar | 5d98c9d | 2016-04-15 20:54:52 +0200 | [diff] [blame] | 46 | Some popular places to get the latest Vim: |
| 47 | * Check out the git repository from [github](https://github.com/vim/vim). |
| 48 | * Get the source code as an [archive](https://github.com/vim/vim/releases). |
| 49 | * Get a Windows executable from the |
| 50 | [vim-win32-installer](https://github.com/vim/vim-win32-installer/releases) repository. |
| 51 | |
| 52 | |
| Bram Moolenaar | 694cac7 | 2015-07-10 19:22:03 +0200 | [diff] [blame] | 53 | |
| Bram Moolenaar | d18cfb7 | 2016-03-29 22:29:18 +0200 | [diff] [blame] | 54 | ## Compiling ## |
| 55 | |
| 56 | If you obtained a binary distribution you don't need to compile Vim. If you |
| 57 | obtained a source distribution, all the stuff for compiling Vim is in the |
| 58 | `src` directory. See `src/INSTALL` for instructions. |
| 59 | |
| 60 | |
| 61 | ## Installation ## |
| 62 | |
| 63 | See one of these files for system-specific instructions. Either in the |
| 64 | READMEdir directory (in the repository) or the top directory (if you unpack an |
| 65 | archive): |
| 66 | |
| 67 | README_ami.txt Amiga |
| 68 | README_unix.txt Unix |
| 69 | README_dos.txt MS-DOS and MS-Windows |
| 70 | README_mac.txt Macintosh |
| 71 | README_vms.txt VMS |
| 72 | |
| 73 | There are other `README_*.txt` files, depending on the distribution you used. |
| 74 | |
| 75 | |
| Bram Moolenaar | 694cac7 | 2015-07-10 19:22:03 +0200 | [diff] [blame] | 76 | ## Documentation ## |
| 77 | |
| Bram Moolenaar | d18cfb7 | 2016-03-29 22:29:18 +0200 | [diff] [blame] | 78 | The Vim tutor is a one hour training course for beginners. Often it can be |
| Bram Moolenaar | 694cac7 | 2015-07-10 19:22:03 +0200 | [diff] [blame] | 79 | started as `vimtutor`. See `:help tutor` for more information. |
| 80 | |
| 81 | The best is to use `:help` in Vim. If you don't have an executable yet, read |
| 82 | `runtime/doc/help.txt`. It contains pointers to the other documentation |
| 83 | files. The User Manual reads like a book and is recommended to learn to use |
| 84 | Vim. See `:help user-manual`. |
| 85 | |
| 86 | |
| 87 | ## Copying ## |
| 88 | |
| 89 | Vim is Charityware. You can use and copy it as much as you like, but you are |
| 90 | encouraged to make a donation to help orphans in Uganda. Please read the file |
| 91 | `runtime/doc/uganda.txt` for details (do `:help uganda` inside Vim). |
| 92 | |
| 93 | Summary of the license: There are no restrictions on using or distributing an |
| 94 | unmodified copy of Vim. Parts of Vim may also be distributed, but the license |
| 95 | text must always be included. For modified versions a few restrictions apply. |
| 96 | The license is GPL compatible, you may compile Vim with GPL libraries and |
| 97 | distribute it. |
| 98 | |
| 99 | |
| 100 | ## Sponsoring ## |
| 101 | |
| 102 | Fixing bugs and adding new features takes a lot of time and effort. To show |
| 103 | your appreciation for the work and motivate Bram and others to continue |
| 104 | working on Vim please send a donation. |
| 105 | |
| 106 | Since Bram is back to a paid job the money will now be used to help children |
| 107 | in Uganda. See `runtime/doc/uganda.txt`. But at the same time donations |
| 108 | increase Bram's motivation to keep working on Vim! |
| 109 | |
| 110 | For the most recent information about sponsoring look on the Vim web site: |
| 111 | http://www.vim.org/sponsor/ |
| 112 | |
| 113 | |
| Bram Moolenaar | 3fe076f | 2015-09-25 15:00:56 +0200 | [diff] [blame] | 114 | ## Contributing ## |
| 115 | |
| Bram Moolenaar | f1a4c98 | 2015-10-25 22:42:00 +0100 | [diff] [blame] | 116 | If you would like to help making Vim better, see the [CONTRIBUTING.md](https://github.com/vim/vim/blob/master/CONTRIBUTING.md) file. |
| Bram Moolenaar | 3fe076f | 2015-09-25 15:00:56 +0200 | [diff] [blame] | 117 | |
| 118 | |
| Bram Moolenaar | 694cac7 | 2015-07-10 19:22:03 +0200 | [diff] [blame] | 119 | ## Information ## |
| 120 | |
| 121 | The latest news about Vim can be found on the Vim home page: |
| 122 | http://www.vim.org/ |
| 123 | |
| 124 | If you have problems, have a look at the Vim documentation or tips: |
| 125 | http://www.vim.org/docs.php |
| 126 | http://vim.wikia.com/wiki/Vim_Tips_Wiki |
| 127 | |
| 128 | If you still have problems or any other questions, use one of the mailing |
| 129 | lists to discuss them with Vim users and developers: |
| 130 | http://www.vim.org/maillist.php |
| 131 | |
| 132 | If nothing else works, report bugs directly: |
| 133 | Bram Moolenaar <Bram@vim.org> |
| 134 | |
| 135 | |
| 136 | ## Main author ## |
| 137 | |
| 138 | Send any other comments, patches, flowers and suggestions to: |
| 139 | Bram Moolenaar <Bram@vim.org> |
| Bram Moolenaar | 5c36707 | 2018-06-18 22:31:11 +0200 | [diff] [blame^] | 140 | |
| 141 | |
| 142 | This is `README.md` for version 8.1 of Vim: Vi IMproved. |