aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2015-12-13 12:52:09 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2015-12-13 12:53:30 +0900
commitf1b9a59ed690baaf2baadec8eb2beb0df80e878f (patch)
treeddb1df2d0f99238ada2ed43d22ea296c706ae645 /src/nvim/version.c
parentf183cc14de40542899f1bad44943695b0ccf0e5c (diff)
downloadrneovim-f1b9a59ed690baaf2baadec8eb2beb0df80e878f.tar.gz
rneovim-f1b9a59ed690baaf2baadec8eb2beb0df80e878f.tar.bz2
rneovim-f1b9a59ed690baaf2baadec8eb2beb0df80e878f.zip
vim-patch:7.4.640
Problem: After deleting characters in Insert mode such that lines are joined undo does not work properly. (issue 324) Solution: Use Insstart instead of Insstart_orig. (Christian Brabandt) https://github.com/vim/vim/commit/c3bbad085c3ec304b111dc95aed97fea4c38a177
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 2b0d6f22f2..a1427aaf8b 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -356,7 +356,7 @@ static int included_patches[] = {
// 643,
// 642,
// 641,
- // 640,
+ 640,
// 639,
// 638 NA
637,