diff --git a/.gitignore b/.gitignore
index f4716a8..7df3eb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,3 +89,4 @@
 /vim-8.0-728.tar.bz2
 /vim-8.0-730.tar.bz2
 /vim-8.0-738.tar.bz2
+/vim-8.0-739.tar.bz2
diff --git a/README.patches b/README.patches
index bb47592..82adf77 100644
--- a/README.patches
+++ b/README.patches
@@ -1,3 +1,13 @@
+commit 58556cd0e592cba75bf60310d822a20e41f6b02e
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Thu Jul 20 23:04:46 2017 +0200
+
+    patch 8.0.0739: terminal resizing doesn't work well.
+    
+    Problem:    Terminal resizing doesn't work well.
+    Solution:   Resize the terminal to the Vim window and the other way around.
+                Avoid mapping typed keys.  Set the environment properly.
+
 commit e825d8b0a4173871272b723f1c1f5b95ee981067
 Author: Bram Moolenaar <Bram@vim.org>
 Date:   Wed Jul 19 23:20:19 2017 +0200
diff --git a/sources b/sources
index c59a3b3..d6f5a67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-8.0-738.tar.bz2) = 7140d6a1265ce717da85e386db509bfeabec0deb852884e8de4c98b291119797005ca0399f22ea478707f09654b03326a9c472e6e38ca69cc7742e982a824047
+SHA512 (vim-8.0-739.tar.bz2) = 2fc8cfaa8bf85b8a1046d39aefbcddc363ccdcc00c50fec8f49bd679025edb78dadd928c3cd6d88962cca6face5156f02141fdf9ff7709c37d852a06e977e3a1
diff --git a/vim.spec b/vim.spec
index a2cc7da..3dd8880 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 738
+%define patchlevel 739
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -765,6 +765,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/locolor/*/apps/*
 
 %changelog
+* Fri Jul 21 2017 Karsten Hopp <karsten@redhat.com> 8.0.739-1
+- patchlevel 739
+
 * Thu Jul 20 2017 Karsten Hopp <karsten@redhat.com> 8.0.738-1
 - patchlevel 738