404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.147.73.112: ~ $
" Vim plugin for using Vim as manpager.
" Maintainer: Enno Nagel <ennonagel+vim@gmail.com>
" Last Change: 2017 November 07

" $MAN_PN is supposed to be set by MANPAGER, see ":help manpager.vim".
if empty($MAN_PN)
  finish
endif

command! -nargs=0 MANPAGER call s:MANPAGER() | delcommand MANPAGER

function! s:MANPAGER()
  let page_pattern = '\v\w[-_.:0-9A-Za-z]*'
  let sec_pattern = '\v\w+%(\+\w+)*'
  let pagesec_pattern = '\v(' . page_pattern . ')\((' . sec_pattern . ')\)'

  if $MAN_PN is '1'
    let manpage = tolower(matchstr( getline(nextnonblank(1)), '^' . pagesec_pattern ))
  else
    let manpage = expand($MAN_PN)
  endif

  let page_sec = matchlist(manpage, '^' . pagesec_pattern  . '$')

  bwipe!

  setlocal filetype=man
  exe 'Man' page_sec[2] page_sec[1]
endfunction

Filemanager

Name Type Size Permission Actions
README.txt File 936 B 0644
getscriptPlugin.vim File 1.36 KB 0644
gzip.vim File 2.44 KB 0644
logiPat.vim File 10.03 KB 0644
manpager.vim File 784 B 0644
matchparen.vim File 6.59 KB 0644
netrwPlugin.vim File 10.2 KB 0644
rrhelper.vim File 1.38 KB 0644
spellfile.vim File 499 B 0644
tarPlugin.vim File 2.22 KB 0644
tohtml.vim File 9.69 KB 0644
vimballPlugin.vim File 2.83 KB 0644
zipPlugin.vim File 2.45 KB 0644