Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
syngan committed May 28, 2013
1 parent 71689d5 commit bb39070
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions doc/pukiwiki.jax
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*pukiwiki.txt* Pukiwiki 1.4.7 用 vim クライアント
A vim client for the PukiWiki 1.4.7 for Japanese

Version: 0.22
Version: 0.23
Author : syngan
License: MIT license {{{
Permission is hereby granted, free of charge, to any person obtaining
Expand Down Expand Up @@ -45,6 +45,9 @@ License: MIT license {{{
動作確認環境
- PukiWiki 1.4.7 + Vim 7.3 + Ubuntu 12.04

Note: PukiWiki の出力内容をみて処理しているので,
PukiWiki のバージョンが異なる場合には動作しない可能性があります。

最新版:
https://github.com/syngan/vim-pukiwiki/

Expand All @@ -67,7 +70,7 @@ runtimepath が指定されているディレクトリ(通常 ~/.vim か $HOME


NeoBundle (https://github.com/Shougo/neobundle.vim)を利用する場合には以下のよ
うにします.
うにします
Example >
NeoBundle "Shougo/unite.vim"
NeoBundle "Shougo/unite-outline.git"
Expand Down Expand Up @@ -124,6 +127,9 @@ Example >
:PukiWiki [{site-name} [{page-name}]]
PukiWiki サイトを開きます。

site-name を省略した場合には入力を要求されます。
<TAB> で候補が選択できます。

:Unite pukiwiki/history
履歴を開きます。メモリ上にある履歴のみを扱います。
execute アクションでサイトを開く
Expand All @@ -135,16 +141,17 @@ Example >

:Unite pukiwiki/bookmark
ブックマークを開きます。
複数の vim で同時に編集した場合の動作は保証していません.
複数の vim で同時に編集した場合の動作は保証していません
execute アクションでサイトを開く
delete アクションでブックマークを消去する
moveup アクションで選択されたブックマークを一つ上へ移動する
movedown アクションで選択されたブックマークを一つ下へ移動する

:Unite pukiwiki/attach (default action: show_info)
添付ファイル一覧を表示します
添付ファイル一覧を表示します

:Unite outline
アウトラインを表示します。

------------------------------------------------------------------------------
関数 *pukiwiki-functions*
Expand Down Expand Up @@ -265,6 +272,12 @@ g:pukiwiki_no_default_key_mappings
==============================================================================
更新履歴 *pukiwiki-changelog*

2013-05-27 syngan v0.23

* g:pukiwiki_config から "encode" を削除
HTTP のヘッダ部を解析して encode を取得するようにした


2013-05-13 syngan v0.22

* バイナリ添付ファイルのダウンロードサポート
Expand Down

0 comments on commit bb39070

Please sign in to comment.