aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorWill Stamper <epmatsw@gmail.com>2014-06-13 22:08:04 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-07-11 16:42:45 -0400
commit1cdd4ff7f6ea2a6430ab96885bdbc98b23d619f0 (patch)
tree3c3bb2efe0ca34ffef41f645bd8df1f151d497c5 /src/nvim/version.c
parentfdeb132cad2b1fe409376c047f5899c38e79aaaa (diff)
downloadrneovim-1cdd4ff7f6ea2a6430ab96885bdbc98b23d619f0.tar.gz
rneovim-1cdd4ff7f6ea2a6430ab96885bdbc98b23d619f0.tar.bz2
rneovim-1cdd4ff7f6ea2a6430ab96885bdbc98b23d619f0.zip
vim-patch:7.4.306 #842
Problem: getchar(0) does not return Esc. Solution: Do not wait for an Esc sequence to be complete. (Yasuhiro Matsumoto) https://code.google.com/p/vim/source/detail?r=05e1d8afcc5e375bf708ccc9810e2fd1a5a8a3cf
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index f1ce7f6ab2..6629640b45 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -212,7 +212,7 @@ static int included_patches[] = {
//309,
//308,
//307,
- //306,
+ 306,
//305,
//304,
303,