Skip to content

Commit 2f6a507

Browse files
committed
userfunc.jax: Update translate for prefix
1 parent be81314 commit 2f6a507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/userfunc.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ FuncUndefinedを使う。例: >
461461

462462
このファイル名と関数の # の前の部分は完全に一致しなければならない。そして定義
463463
された関数は呼ばれた関数と完全に同じ名前でなければならない。
464-
Vim9 script では前置詞 "g:" を使わなくてはならない: >
464+
Vim9 script ではプリフィックス "g:" を使わなくてはならない: >
465465
function g:filename#funcname()
466466
467467
もしくはコンパイル済み関数: >

0 commit comments

Comments
 (0)