]> git.rmz.io Git - dotfiles.git/commitdiff
vim: change email in PKGBUILD
authorSamir Benmendil <samir.benmendil@gmail.com>
Thu, 2 Apr 2015 10:12:44 +0000 (11:12 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Thu, 2 Apr 2015 10:12:44 +0000 (11:12 +0100)
vim/ftplugin/PKGBUILD.vim

index 4e7ad775d7f20bc23e41a5399f4cb810cc1741d7..5f0ea863e836c45c58182d41bc41756e9c1bb27d 100644 (file)
@@ -6,6 +6,6 @@ setlocal makeprg=makepkg\ -s
 setlocal errorformat=%f:\ line\ %l:\ %m
 
 nnoremap <Leader>u :UpdPkgSums<CR>:redraw!<cr>
-nnoremap <Leader>r O# Maintainer:  Samir Benmendil <samir.benmendil[at]gmail[dot]com><Esc>
+nnoremap <Leader>r O# Maintainer:  Ram-Z <chakra[at]rmz[dot]io><Esc>
 
 " vim: ft=vim