From 843da1e07b84e3da39d775d8b874774f78d278cb Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 27 Jan 2015 22:11:27 +0000 Subject: [PATCH] vim: redraw after UpdPkgSums --- vim/ftplugin/PKGBUILD.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/ftplugin/PKGBUILD.vim b/vim/ftplugin/PKGBUILD.vim index 68cd5da..4e7ad77 100644 --- a/vim/ftplugin/PKGBUILD.vim +++ b/vim/ftplugin/PKGBUILD.vim @@ -5,7 +5,7 @@ setlocal softtabstop=2 setlocal makeprg=makepkg\ -s setlocal errorformat=%f:\ line\ %l:\ %m -nnoremap u :UpdPkgSums +nnoremap u :UpdPkgSums:redraw! nnoremap r O# Maintainer: Samir Benmendil " vim: ft=vim -- 2.48.1