From 26e6bca769ca5972063657bb01f157523d51c44f Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Wed, 18 Mar 2015 22:41:51 -0400 Subject: vim-patch:7.4.503 #2178 Problem: Cannot append a list of lines to a file. Solution: Add the append option to writefile(). (Yasuhiro Matsumoto) https://code.google.com/p/vim/source/detail?r=v7-4-503 -Ported old legacy test over to test/functional/legacy/writefile_spec.lua -Tests for mapping and signs from the original patch were removed since they have nothing to do this with feature Tested with: make oldtest, make test on OS X. Signed-off-by: Perry Hung --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index f876e78388..a957d844be 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -337,7 +337,7 @@ static int included_patches[] = { //506 NA //505 NA //504 NA - //503, + 503, //502, //501 NA 500, -- cgit