memo.xight.org

日々のメモ

PHP Manual in VIM

使用法

  1. PHP Manual をダウンロード
  2. vim/doc ディレクトリに設置
  3. vim を起動して

:helptags .vim/doc

  4. .vimrc の編集
     以下を追加

if has("autocmd")
	autocmd BufNewFile,Bufread *.php,*.php3,*.php4 set keywordprg="help"
endif

  5. 関数名の上で K を入力することでヘルプを閲覧可能.

Reference

  Planet XML - PHP Manual in VIM
  http://planetxml.de/vim-php-manual.php

via

  cl.pocari.org - 2004-12-06
  http://cl.pocari.org/2004-12.php#2004-12-06-2