diff --git a/.gitignore b/.gitignore
index 4f46bca..f2b6a7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@ vim-7.2.tar.bz2
 /vim-7.4-1304.tar.bz2
 /vim-7.4-1308.tar.bz2
 /vim-7.4-1317.tar.bz2
+/vim-7.4-1320.tar.bz2
diff --git a/README.patches b/README.patches
index 6cc392e..635660c 100644
--- a/README.patches
+++ b/README.patches
@@ -1,3 +1,28 @@
+commit 44d571868f4fcf000e8b03ee0a350f1f8131c9ca
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Sun Feb 14 23:11:23 2016 +0100
+
+    patch 7.4.1320
+    Problem:    Building with Cygwin or MingW with channel but without Netbeans
+                doesn't work.
+    Solution:   Set NETBEANS to "no" when not used.
+
+commit 16eb4f88000cfdba68df6c421fe44e7e029ba53e
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Sun Feb 14 23:02:34 2016 +0100
+
+    patch 7.4.1319
+    Problem:    Tests fail on MS-Windows and on Unix with GUI.
+    Solution:   Fix unregistering.
+
+commit 7b3ca76a451b10d238ef946f3231762e0bd988e9
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Sun Feb 14 19:13:43 2016 +0100
+
+    patch 7.4.1318
+    Problem:    Channel with pipes doesn't work in GUI.
+    Solution:   Register input handlers for pipes.
+
 commit 0727d362b4dad83d9fdf1caba074213e77e0aa49
 Author: Bram Moolenaar <Bram@vim.org>
 Date:   Sun Feb 14 00:19:59 2016 +0100
diff --git a/sources b/sources
index 0ddd4d9..14d5426 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9bad0edc347a80d9265f8585960bb310  vim-7.4-1317.tar.bz2
+e8ec132f7d0cb1fb5d7d7218b5e1b3be  vim-7.4-1320.tar.bz2
diff --git a/vim.spec b/vim.spec
index fe66045..826b4b2 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 1317
+%define patchlevel 1320
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -756,6 +756,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Mon Feb 15 2016 Karsten Hopp <karsten@redhat.com> 7.4.1320-1
+- patchlevel 1320
+
 * Sun Feb 14 2016 Karsten Hopp <karsten@redhat.com> 7.4.1317-1
 - patchlevel 1317