aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johanhelsing@gmail.com>2015-10-14 21:26:50 +0200
committerJohan Klokkhammer Helsing <johanhelsing@gmail.com>2015-11-22 20:03:41 +0100
commit8d07058097fe2f36848e16aae6176fc045316371 (patch)
tree8835f0661138237c77c04ec3f879d86aa15ad974 /src/nvim/version.c
parentb1d7b5294aa057faae6f0fdddc55ad2e36c3ea97 (diff)
downloadrneovim-8d07058097fe2f36848e16aae6176fc045316371.tar.gz
rneovim-8d07058097fe2f36848e16aae6176fc045316371.tar.bz2
rneovim-8d07058097fe2f36848e16aae6176fc045316371.zip
vim-patch:7.4.795
Problem: The 'fixeol' option is not copied to a new window. Solution: Copy the option value. (Yasuhiro Matsumoto) https://github.com/vim/vim/commit/b388be0abf04bba744f390587e8293bfbb1708a4
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 f4c181291c..f1d2028269 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -201,7 +201,7 @@ static int included_patches[] = {
// 798,
// 797,
// 796 NA
- // 795,
+ 795,
// 794 NA
793,
// 792,