]> git.rmz.io Git - dotfiles.git/blobdiff - vim/ftplugin/PKGBUILD.vim
vim: change email in PKGBUILD
[dotfiles.git] / vim / ftplugin / PKGBUILD.vim
index 68cd5da11feb1e5a38dd3d82062dae821015805e..5f0ea863e836c45c58182d41bc41756e9c1bb27d 100644 (file)
@@ -5,7 +5,7 @@ setlocal softtabstop=2
 setlocal makeprg=makepkg\ -s
 setlocal errorformat=%f:\ line\ %l:\ %m
 
-nnoremap <Leader>u :UpdPkgSums<CR>
-nnoremap <Leader>r O# Maintainer:  Samir Benmendil <samir.benmendil[at]gmail[dot]com><Esc>
+nnoremap <Leader>u :UpdPkgSums<CR>:redraw!<cr>
+nnoremap <Leader>r O# Maintainer:  Ram-Z <chakra[at]rmz[dot]io><Esc>
 
 " vim: ft=vim