Exchange Converter外国為替換算

Description
for exchangeconvertion為替換算をします
Latest version
1.1.1
Author
anekos
License
new BSD License (Please read the source code comments of this plugin)修正BSDライセンス (ソースコードのコメントを参照してください)

for 2.2
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.2/umihara.js
for 2.1
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.1/umihara.js
for 2.0
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.0/umihara.js
for 1.2
not supported
for Nightly
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/umihara.js

Usage

:kawase[!] <VALUE> [<SOURCE> [<TARGET>]]
:kawase[!] <VALUE> <SOURCE1> <SOURCE2> ... <TARGET>
Convert <SOURCE> to <TARGET>.
When used with "!", copy result to clipboard.

Example

:kawase 30000 JPY THB

Global Variables

  • g:umihara_default_source
  • g:umihara_default_target

Example

let g:umihara_default_source="USD"
let g:umihara_default_target="JPY"

Usage

:kawase[!] <金額> [<ソース> [<ターゲット>]]
:kawase[!] <金額> <ソース1> <ソース2> ... <ターゲット>
ソースをターゲットに換算します。
"!" 指定でクリップボードにコピーされます。

Example

:kawase 30000 JPY THB

Global Variables

引数省略時のデフォルト値を設定します
  • g:umihara_default_source
  • g:umihara_default_target

Example

let g:umihara_default_source="USD"
let g:umihara_default_target="JPY"
back to index