From: Samir Benmendil Date: Tue, 27 Jan 2015 22:11:27 +0000 (+0000) Subject: vim: redraw after UpdPkgSums X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/843da1e07b84e3da39d775d8b874774f78d278cb?ds=sidebyside vim: redraw after UpdPkgSums --- 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