commit | b388be0abf04bba744f390587e8293bfbb1708a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 22 22:19:38 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 22 22:19:38 2015 +0200 |
tree | a9a1fb1a7dedadedcb249add0a7edafe5417a618 | |
parent | d4a95c3bc5a70f43db0abd020a15d8a1a65db961 [diff] [blame] |
patch 7.4.795 Problem: The 'fixeol' option is not copied to a new window. Solution: Copy the option value. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index a29c9fb..7cea9b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 795, +/**/ 794, /**/ 793,