diff --git a/README.patches b/README.patches
index 49869b4..197e3b1 100644
--- a/README.patches
+++ b/README.patches
@@ -1,3 +1,12 @@
+commit 9f9288627795cb6cc6bff332d28eac86b1dbcf13
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Tue Apr 11 22:44:05 2017 +0200
+
+    patch 8.0.0563: crash when getting the window position in tmux
+    
+    Problem:    Crash when getting the window position in tmux. (Marvin Schmidt)
+    Solution:   Add t_GP to the list of terminal options. (closes #1627)
+
 commit ea588154d00aec288e48b344b2685e46bea99cd6
 Author: Bram Moolenaar <Bram@vim.org>
 Date:   Mon Apr 10 22:45:30 2017 +0200
diff --git a/vim.spec b/vim.spec
index a569dab..f788af3 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 562
+%define patchlevel 563
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -765,6 +765,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/locolor/*/apps/*
 
 %changelog
+* Thu Apr 13 2017 Karsten Hopp <karsten@redhat.com> 8.0.563-1
+- patchlevel 563
+
 * Tue Apr 11 2017 Karsten Hopp <karsten@redhat.com> 8.0.562-1
 - patchlevel 562