blob: cbf51e709725f0cdc077c5586f202eefb7281d78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
To: vim_dev@googlegroups.com
Subject: Patch 8.1.0077
Fcc: outbox
From: Bram Moolenaar <Bram@moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
------------
Patch 8.1.0077
Problem: Header of README file is not nice.
Solution: Move text to the bottom.
Files: README.md
*** ../vim-8.1.0076/README.md 2018-06-18 22:00:18.844580003 +0200
--- README.md 2018-06-18 22:29:22.055138356 +0200
***************
*** 1,5 ****
- `README.md` for version 8.1 of Vim: Vi IMproved.
-
![Vim Logo](https://github.com/vim/vim/blob/master/runtime/vimlogo.gif)
[![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
--- 1,3 ----
***************
*** 139,141 ****
--- 137,142 ----
Send any other comments, patches, flowers and suggestions to:
Bram Moolenaar <Bram@vim.org>
+
+
+ This is `README.md` for version 8.1 of Vim: Vi IMproved.
*** ../vim-8.1.0076/src/version.c 2018-06-18 22:15:46.255521457 +0200
--- src/version.c 2018-06-18 22:30:38.882728350 +0200
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 77,
/**/
--
If bankers can count, how come they have eight windows and
only four tellers?
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|