aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-12-26 19:17:55 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-12-30 01:16:32 -0500
commit76bf21de26340a93005deea0c2f846edc6fc3743 (patch)
treec6f7cee21fc4dfadb8718cc3876edc8c0282fe7f /src/nvim/version.c
parentd8a2007d477cea2174e20b49342d5feb0bfdb7ce (diff)
downloadrneovim-76bf21de26340a93005deea0c2f846edc6fc3743.tar.gz
rneovim-76bf21de26340a93005deea0c2f846edc6fc3743.tar.bz2
rneovim-76bf21de26340a93005deea0c2f846edc6fc3743.zip
vim-patch:7.4.605
Problem: The # register is not writable, it cannot be restored after jumping around. Solution: Make the # register writable. (Marcin Szamotulski) https://github.com/vim/vim/commit/3b3a9498d1eab3c28c524cce115160528a9a9297
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 b097ac4702..93222ae143 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -388,7 +388,7 @@ static int included_patches[] = {
608,
// 607,
606,
- // 605,
+ 605,
604,
// 603,
602,