# HG changeset patch # User Christian Brabandt # Date 1441130404 -7200 # Node ID 6ad58a7e995b2bc498a870c05d8307eedbef9c59 # Parent 922817954505f7dbb3296032a49e09f97cd984d4 commit https://github.com/vim/vim/commit/544780248b5876339b316703fc2f330a9d316c45 Author: Bram Moolenaar Date: Tue Sep 1 19:50:09 2015 +0200 patch 7.4.850 Problem: does not show up. Solution: Use > and <. (Kazunobu Kuriyama) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,8 +27,9 @@ maillist. Try reproducing the problem w 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". Ideally, the steps you list can be used to write a -test to verify the problem is fixed. +"ahere is some text<Esc>". +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. diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 850, +/**/ 849, /**/ 848,