Skip to content

Commit

Permalink
user: ユーザー #44
Browse files Browse the repository at this point in the history
  • Loading branch information
uakms committed Feb 9, 2016
1 parent b8db8ed commit 24408e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions doc/if_lua.jax
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ list ユーザーデータと同様、dict ユーザーデータは vim の辞
==============================================================================
5. Funcref ユーザーデータ *lua-funcref*

Funcref ユーザデータは Vim における関数参照変数を表します。"dict" 属性付きで定
義された Vim の関数参照 はその呼び出し時に "self" に適切に辞書が代入できるよう
、辞書のメンバーとして取得できなければなりません (下記の例を参照してください
) 。Lua の関数参照 "f" は次のプロパティを持っています:
Funcref ユーザーデータは Vim における関数参照変数を表します。"dict" 属性付きで
定義された Vim の関数参照 はその呼び出し時に "self" に適切に辞書が代入できるよ
うに、辞書のメンバーとして取得できなければなりません (下記の例を参照してくださ
) 。Lua の関数参照 "f" は次のプロパティを持っています:

プロパティ
----------
Expand Down
4 changes: 2 additions & 2 deletions doc/syntax.jax
Original file line number Diff line number Diff line change
Expand Up @@ -3224,8 +3224,8 @@ YAML *yaml.vim* *ft-yaml-syntax*

*g:yaml_schema* *b:yaml_schema*
YAML スキーマとはタグのコンビネーションと、特定されないタグを解決する為のメカ
ニズムである。ユーザにとってはこれはプレーンなスカラーのコンテンツに依存してそ
の簡素なスカラー(実際は文字列もしくはそれ以外の何か)をそれぞれ異なる値として
ニズムである。ユーザーにとってはこれはプレーンなスカラーのコンテンツに依存して
その簡素なスカラー(実際は文字列もしくはそれ以外の何か)をそれぞれ異なる値として
扱う YAML パーサを意味しているかもしれない: null, boolean, floating-point,
integer. `g:yaml_schema` オプションは特別にハイライトさせるスキーマの値を特定
する為のオプション。サポートしているスキーマは
Expand Down

0 comments on commit 24408e9

Please sign in to comment.