]> granicus.if.org Git - vim/commitdiff
patch 7.4.850 v7.4.850
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Sep 2015 17:50:09 +0000 (19:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Sep 2015 17:50:09 +0000 (19:50 +0200)
Problem:    <Esc> does not show up.
Solution:   Use &gt; and &lt;. (Kazunobu Kuriyama)

CONTRIBUTING.md
src/version.c

index 8fb88c72fdc30d69c1ac6c5be427ca29c6fa5986..af39302c0b4197efa57a15b0d9b4aaca910e9a2d 100644 (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.
 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
-test to verify the problem is fixed.
+"ahere is some text&lt;Esc&gt;".
+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.
 
index eac1f1b173be3f8fa040af2c3768e5a725f50dc1..f09e4f3d4eb1aaf5f55071b96d669ba637583ac6 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    850,
 /**/
     849,
 /**/