10 lines
220 B
VimL

" spec-specific settings
" Run rpmlint on the current fine
map <C-p> <Esc>:! rpmlint %<CR>
" Rename all instances of "VCS" in file
"function ChangeVCS(vcs)
" :%s/VCS/a:vcs/g
" :%s/VCS_PACKAGE/a:vcs/g
"endfunction