Skip to content

Commit 5447802

Browse files
committed
patch 7.4.850
Problem: <Esc> does not show up. Solution: Use &gt; and &lt;. (Kazunobu Kuriyama)
1 parent 8b5f65a commit 5447802

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ maillist. Try reproducing the problem without any plugins or settings:
2727

2828
If you report an issue, please describe exactly how to reproduce it.
2929
For example, don't say "insert some text" but say what you did exactly:
30-
"ahere is some text<Esc>". Ideally, the steps you list can be used to write a
31-
test to verify the problem is fixed.
30+
"ahere is some text&lt;Esc&gt;".
31+
Ideally, the steps you list can be used to write a test to verify the problem
32+
is fixed.
3233

3334
Feel free to report even the smallest problem, also typos in the documentation.
3435

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
850,
744746
/**/
745747
849,
746748
/**/

0 commit comments

Comments
 (0)