aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorFlorian Walch <florian@fwalch.com>2015-04-28 12:02:48 +0300
committerJustin M. Keyes <justinkz@gmail.com>2015-04-28 20:55:45 -0400
commit13e148687c4eb60205c56b0ddaf19241daea7ca4 (patch)
treec7b115331942b7922c3cbfa9b7e6645a3255c654 /src/nvim/version.c
parent158d26753371c9f9f14957b644c8f9bb9b938ef4 (diff)
downloadrneovim-13e148687c4eb60205c56b0ddaf19241daea7ca4.tar.gz
rneovim-13e148687c4eb60205c56b0ddaf19241daea7ca4.tar.bz2
rneovim-13e148687c4eb60205c56b0ddaf19241daea7ca4.zip
vim-patch:7.4.630 #2524
Problem: When using Insert mode completion combined with autocommands the redo command may not work. Solution: Do not save the redo buffer when executing autocommands. (Yasuhiro Matsumoto) https://github.com/vim/vim/commit/v7-4-630
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 a6a86f09d1..1d0804796e 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -149,7 +149,7 @@ static int included_patches[] = {
//633,
//632,
//631,
- //630,
+ 630,
//629,
//628,
//627,