vim-jp / vimdoc-ja / help

検索 - Vimドキュメント

メインヘルプファイルに戻る
phrase: max: clip:
target: order:

Results of 1 - 5 of about 5 for curbuf (0.024 sec.)
if_perl - Vimドキュメント 12851
vim-jp / vimdoc-ja / if_perl if_perl - Vimドキュメント メインヘルプファイルに戻る 基本 quickref ... verse($_);1 :perl VIM::Msg("hello") :perl $line = $curbuf->Get(42) E299 sandbox の中のPerlコマンドの実行は制 ... # ウィンドウのバッファオブジェクトを # 返す :perl $curbuf->Name() # バッファ名を返します :perl $curbuf->Numb ... er() # returns buffer number :perl $curbuf->Count() # 行数を返します :perl $l = $curbuf->Get( ... 10) # 10 行目を返します :perl @l = $curbuf->Get(1 .. 5) # 1行目から5行目までを返します :perl ...
https://man.plustar.jp/vimdoc/if_perl.html - [similar]
if_lua - Vimドキュメント 8346
vim-jp / vimdoc-ja / if_lua if_lua - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sp ... 実行する。 例: :lua print("Hello, Vim!") :lua local curbuf = vim.buffer() curbuf[7] = "line #7" : [range] lua ...
https://man.plustar.jp/vimdoc/if_lua.html - [similar]
if_ruby - Vimドキュメント 8273
vim-jp / vimdoc-ja / if_ruby if_ruby - Vimドキュメント メインヘルプファイルに戻る 基本 quickref ... ル変数がある。 $curwin 現在のウィンドウオブジェクト $curbuf 現在のバッファオブジェクト ======================= ...
https://man.plustar.jp/vimdoc/if_ruby.html - [similar]
version8 - Vimドキュメント 8273
vim-jp / vimdoc-ja / version8 version8 - Vimドキュメント メインヘルプファイルに戻る 基本 quickre ... e situations. (Liang Li) Solution: Set and restore curbuf in ex_syncbind(). (Christian Brabandt) Files: src/ ...
https://man.plustar.jp/vimdoc/version8.html - [similar]
terminal - Vimドキュメント 8181
vim-jp / vimdoc-ja / terminal terminal - Vimドキュメント メインヘルプファイルに戻る 基本 quickre ... とができます。たとえば、次のよう に入力します: watch curbuf ツールバーの "Cont" をクリックします (または、gdbウ ... ィンドウで "cont" と入力し ます)。do_ecmd() にある "curbuf" の値が変更されるまで、実行が継続されます。こ のウ ...
https://man.plustar.jp/vimdoc/terminal.html - [similar]
PREV 1 NEXT