diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-09-01 19:50:09 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-09-01 19:50:09 +0200 |
commit | 544780248b5876339b316703fc2f330a9d316c45 (patch) | |
tree | c3041cd8445e92f1dcf81f229d9ea5107d17c31d /src | |
parent | 8b5f65a527c353b9942e362e719687c3a7592309 (diff) | |
download | vim-544780248b5876339b316703fc2f330a9d316c45.zip |
patch 7.4.850
Problem: <Esc> does not show up.
Solution: Use > and <. (Kazunobu Kuriyama)
Diffstat (limited to 'src')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index eac1f1b17..f09e4f3d4 100644 --- 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, |