aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/fortune.vim
blob: be4abdff6da5ff994eedd6a3ae6db0b4568587bd (plain) (blame)
1
2
3
4
5
6
7
8
if exists('loaded_fortune') || &compatible
  finish
endif
let loaded_fortune = 1
command! -bar Fortune
      \ call fortune#()
nnoremap <silent> <Plug>(Fortune)
      \ :<C-U>Fortune<CR>