diff --git a/.gitignore b/.gitignore
index 7bf4753..4e9c25f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -281,3 +281,4 @@
 /vim-8.2-076.tar.bz2
 /vim-8.2-109.tar.bz2
 /vim-8.2-158.tar.bz2
+/vim-8.2-236.tar.bz2
diff --git a/sources b/sources
index e2f86e3..bd0d61a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-8.2-158.tar.bz2) = 4b293425950f4eb016c2401061ab8a0f1eba47c0a5ee1560a72d4a3cc58c01a602e84428c84b6e80c1665dc2981fc7a48d4595b4401cd07f1c36f659983aeab6
+SHA512 (vim-8.2-236.tar.bz2) = 410073dd378cc0df6b7de6a839085d6ca8fb5b152354f3ec106abafee889f54e69259bc07e828df5884f95da54707d59d9e6e1fcc9ae171e4bb90cf2f9bf579b
diff --git a/vim.spec b/vim.spec
index bf82343..ea3e8c4 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 158
+%define patchlevel 236
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -21,7 +21,7 @@ Summary: The VIM editor
 URL:     http://www.vim.org/
 Name: vim
 Version: %{baseversion}.%{patchlevel}
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: Vim and MIT
 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
 Source1: vim.sh
@@ -787,6 +787,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
 %{_datadir}/icons/locolor/*/apps/*
 
 %changelog
+* Mon Feb 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.236-1
+- patchlevel 236
+
 * Wed Jan 29 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.158-2
 - man page file format conversion is not needed anymore