aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorScott Prager <splinterofchaos@gmail.com>2014-09-05 13:15:48 -0400
committerScott Prager <splinterofchaos@gmail.com>2014-12-11 20:30:00 -0500
commit3d93e47d9af5722c0e1be1d073090347d6ae28e3 (patch)
tree41f7092e37def49a8aec40405fd4a197c22bdc11 /src/nvim/version.c
parent171445ef3441a4dbc9958871760e42460ba7404c (diff)
downloadrneovim-3d93e47d9af5722c0e1be1d073090347d6ae28e3.tar.gz
rneovim-3d93e47d9af5722c0e1be1d073090347d6ae28e3.tar.bz2
rneovim-3d93e47d9af5722c0e1be1d073090347d6ae28e3.zip
vim-patch:7.4.249
Problem: Using setreg() with a list of numbers does not work. Solution: Use a separate buffer for numbers. (ZyX) https://code.google.com/p/vim/source/detail?r=v7-4-249
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 722a725df2..6f37982f4d 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -416,7 +416,7 @@ static int included_patches[] = {
//252 NA
251,
//250 NA
- //249,
+ 249,
248,
247,
//246,