patch 7.4.850

Problem:    <Esc> does not show up.
Solution:   Use &gt; and &lt;. (Kazunobu Kuriyama)
This commit is contained in:
Bram Moolenaar
2015-09-01 19:50:09 +02:00
parent 8b5f65a527
commit 544780248b
2 changed files with 5 additions and 2 deletions

View File

@ -27,8 +27,9 @@ maillist. Try reproducing the problem without any plugins or settings:
If you report an issue, please describe exactly how to reproduce it. If you report an issue, please describe exactly how to reproduce it.
For example, don't say "insert some text" but say what you did exactly: For example, don't say "insert some text" but say what you did exactly:
"ahere is some text<Esc>". Ideally, the steps you list can be used to write a "ahere is some text&lt;Esc&gt;".
test to verify the problem is fixed. Ideally, the steps you list can be used to write a test to verify the problem
is fixed.
Feel free to report even the smallest problem, also typos in the documentation. Feel free to report even the smallest problem, also typos in the documentation.

View File

@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
850,
/**/ /**/
849, 849,
/**/ /**/