diff --git a/_service b/_service
index 2abdb94..efb7c71 100644
--- a/_service
+++ b/_service
@@ -3,8 +3,8 @@
hg
https://code.google.com/p/vim/
vim
- 7.4.417.hg
- v7-4-417
+ 7.4.429.hg
+ v7-4-429
xz
diff --git a/vim-7.4.417.hg.6162.tar.xz b/vim-7.4.417.hg.6162.tar.xz
deleted file mode 100644
index 180736d..0000000
--- a/vim-7.4.417.hg.6162.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ed397439890e2be12ce7c5ace616f6de4cb935422666562232e6ae96e9310001
-size 7799164
diff --git a/vim-7.4.429.hg.6187.tar.xz b/vim-7.4.429.hg.6187.tar.xz
new file mode 100644
index 0000000..b3f14c8
--- /dev/null
+++ b/vim-7.4.429.hg.6187.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:06c62dcfa18aa2ebf55bb3842411e57de4c0325ebb1bf9872113f5f67769f8a9
+size 7800268
diff --git a/vim.changes b/vim.changes
index 4022a97..237204f 100644
--- a/vim.changes
+++ b/vim.changes
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Sat Aug 30 14:21:44 UTC 2014 - idonmez@suse.com
+
+- Updated to revision 429, fixes the following problems
+ * When leaving ":append" the cursor shape is like in Insert mode.
+ (Jacob Niehus)
+ * When part of a list is locked it's possible to make changes.
+ * Crash when searching for "\ze*". (Urtica Dioica)
+ * When using conceal with linebreak some text is not displayed
+ correctly. (GrĂ¼ner Gimpel)
+ * expand("$shell") does not work as documented.
+ * Get ml_get error when using Python to delete lines in a buffer
+ that is not in a window. issue 248.
+ * When 'showbreak' is used "gj" may move to the wrong position.
+ (Nazri Ramliy)
+ * When an InsertCharPre autocommand executes system() typeahead may
+ be echoed and messes up the display. (Jacob Niehus)
+ * Build fails with fewer features. (Elimar Riesebieter)
+
-------------------------------------------------------------------
Fri Aug 29 08:01:50 UTC 2014 - coolo@suse.com
diff --git a/vim.spec b/vim.spec
index dd67156..3cf6c13 100644
--- a/vim.spec
+++ b/vim.spec
@@ -17,8 +17,8 @@
%define pkg_version 7.4
-%define patchlevel 417
-%define revision 6162
+%define patchlevel 429
+%define revision 6187
%define VIM_SUBDIR vim74
%define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}