diff --git a/README.patches b/README.patches
index fa403d0..9e67ffe 100644
--- a/README.patches
+++ b/README.patches
@@ -46,3 +46,4 @@ Individual patches for Vim 7.0:
   1425  7.0.019  crash for "VjA789" and repeating
   1470  7.0.020  GUI: crash when using 'mousefocus'
   4240  7.0.021  crash when using "\\[" and "\\]" in 'errorformat
+  5471  7.0.022  Ruby: buffer.append() could append to the wrong buffer
diff --git a/vim.spec b/vim.spec
index e0f2c4d..01822ba 100644
--- a/vim.spec
+++ b/vim.spec
@@ -24,7 +24,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim70%{?beta}
-%define patchlevel 021
+%define patchlevel 022
 
 Summary: The VIM editor.
 Name: vim
@@ -75,6 +75,7 @@ Patch018: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.018
 Patch019: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.019
 Patch020: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.020
 Patch021: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.021
+Patch022: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.022
 
 
 Patch3000: vim-7.0-syntax.patch
@@ -227,6 +228,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch019 -p0
 %patch020 -p0
 %patch021 -p0
+%patch022 -p0
 
 %patch3000 -p1
 %patch3001 -p1
@@ -563,8 +565,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
-* Tue Jun 20 2006 Karsten Hopp <karsten@redhat.de> 7.0.021-1
-- patchlevel 21
+* Tue Jun 20 2006 Karsten Hopp <karsten@redhat.de> 7.0.022-1
+- patchlevel 22
 
 * Tue Jun 20 2006 Karsten Hopp <karsten@redhat.de> 7.0.020-1
 - patchlevel 20