Results of 1 - 10 of about 10 for result (0.054 sec.)
- usr_46 - Vimドキュメント 13175
- vim-jp / vimdoc-ja / usr_46 usr_46 - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sp
...
ことを示します。 export def GetMessage(): string let result = '' ... result = GetPart(count) ... return result...
が "number" であると定義されています。 注意すべきは result = GetPart(count) の代入は let コマンドを使っていな...
返さないなら、戻り値の型は無くてよいです: def ReportResult(result: string) echo 'The result is: ' .. result e...
うことができます: def Store(key: string, value: any) resultDict[key] = value enddef ==========================...
- https://man.plustar.jp/vimdoc/usr_46.html - [similar]
- vim9 - Vimドキュメント 10780
- vim-jp / vimdoc-ja / vim9 vim9 - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sponso
...
r mydict = { one: 1, two: 2, } 関数の呼び出し: var result = Func( arg1, arg2 ) 角カッコ []、波カッコ {}、また...
le .. end var total = start + end - correction var result = positive ? PosFunc(arg) : NegFunc(arg) "->" を使...
ー参照の場 合、その前に改行を置くことができます: var result = GetBuilder() ->BuilderSetWidth(333) ->BuilderSet...
Height(777) ->BuilderBuild() var result = MyDict .member 複数のコマンドのリストを引数に持つ...
- https://man.plustar.jp/vimdoc/vim9.html - [similar]
- popup - Vimドキュメント 9939
- vim-jp / vimdoc-ja / popup popup - Vimドキュメント メインヘルプファイルに戻る 基本 quickref spon
...
しているなら強制終了される。 popup_close( {id} [, {result} ]) popup_close() ポップアップ {id} を閉じる。ウィ...
ンドウ が削除される直前に呼び出される。オプションの {result} が存在す る場合、それはコールバックの第2引数として...
数に設定するべきである。 例: func ColorSelected(id, result) " a:result を使う endfunc call popup_menu(['red',...
コールバックに渡される。 例: func SelectedColor(id, result) echo 'choice made: ' .. a:result endfunc ポップア...
- https://man.plustar.jp/vimdoc/popup.html - [similar]
- version8 - Vimドキュメント 9260
- vim-jp / vimdoc-ja / version8 version8 - Vimドキュメント メインヘルプファイルに戻る 基本 quickre
...
037 Problem: Using "\ze" in a sub-pattern does not result in the end of the match to be set. (Axel Bender) S...
em: DOS installer creates shortcut without a path, resulting in the current directory to be C:\Windows\syste...
hen using Zsh expanding ~abc doesn't work when the result contains a space. Solution: Off-by-one error in de...
m: Insert in Visual mode sometimes gives incorrect results. (Dominique Pelle) Solution: Remember the origina...
- https://man.plustar.jp/vimdoc/version8.html - [similar]
- tagsrch - Vimドキュメント 8062
- vim-jp / vimdoc-ja / tagsrch tagsrch - Vimドキュメント メインヘルプファイルに戻る 基本 quickref
...
>=# f2 ? \ -1 : f1 <=# f2 ? 1 : 0 endfunction let result = taglist(a:pattern) call sort(result, "CompareFil...
enames") return result endfunc set tagfunc=TagFunc vim:tw=78:ts=8:noet:ft...
- https://man.plustar.jp/vimdoc/tagsrch.html - [similar]
- channel - Vimドキュメント 7723
- vim-jp / vimdoc-ja / channel channel - Vimドキュメント メインヘルプファイルに戻る 基本 quickref
...
, "last line"] 形式は次のとおりです: [ {number} , {result} ] {number} は、リクエストに指定したのと同じもので...
せるに は、リクエストごとに異なる番号を使用します。 {result} は評価の結果であり、JSON エンコードされています。...
- https://man.plustar.jp/vimdoc/channel.html - [similar]
- eval - Vimドキュメント 7723
- vim-jp / vimdoc-ja / eval eval - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sponso
...
ら 1 を引いたものが使用され る: :echo myblob[2:8] " result: 0z2233 Blobの変更 blob-modification Blobの特定のバ...
() 文字列 閉じた折り畳みに表示されている行 foldtextresult( {lnum} ) 文字列 {lnum} で閉じている折り畳みのテキ...
ポップアップウィンドウを閉じる popup_close( {id} [, {result} ]) なし {id} のポップアップウィンドウを閉じる pop...
up_create( {id} [, {result} ]) 数値 ポップアップウィンドウを作成する popup_di...
- https://man.plustar.jp/vimdoc/eval.html - [similar]
- usr_41 - Vimドキュメント 7723
- vim-jp / vimdoc-ja / usr_41 usr_41 - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sp
...
閉じた折り畳みを代替表示するテキストを生成 foldtextresult() 閉じた折り畳みを代替表示するテキストを得る シンタ...
は関数の名前を受け取り、関数への参照を返します: :let result = 0 " or 1 :function! Right() : return 'Right!' :e...
function! Wrong() : return 'Wrong!' :endfunc : :if result == 1 : let Afunc = function('Right') :else : let A...
- https://man.plustar.jp/vimdoc/usr_41.html - [similar]
- syntax - Vimドキュメント 7544
- vim-jp / vimdoc-ja / syntax syntax - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sp
...
ic=1 eiffel_strictを設定すると "Current", "Void", "Result", "Precursor" そして "NONE" の5つの既定単語について...
クス したようなものが捕捉される) "Current", "Void", "Result" そして "Precursor" の小文字版を使用するには、大小...
- https://man.plustar.jp/vimdoc/syntax.html - [similar]
- spell - Vimドキュメント 7383
- vim-jp / vimdoc-ja / spell spell - Vimドキュメント メインヘルプファイルに戻る 基本 quickref spon
...
な項目がいくつかある: SAL followup true SAL collapse_result true SAL remove_accents true "1" は "true" と同じ意...
- https://man.plustar.jp/vimdoc/spell.html - [similar]
PREV
1
NEXT