vim-jp / vimdoc-ja / help

検索 - Vimドキュメント

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

Results of 11 - 20 of about 31 for local (0.039 sec.)
help - Vimドキュメント 7781
vim-jp / vimdoc-ja / help help - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sponso ... アーカイブエクスプローラー その他 vim_faq.txt FAQ LOCAL ADDITIONS: local-additions ----------------------- ...
https://man.plustar.jp/vimdoc/index.html - [similar]
map - Vimドキュメント 7781
vim-jp / vimdoc-ja / map map - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sponsor ... breviations 3. ローカルマップとローカル関数 script-local 4. ユーザー定義コマンド user-commands ============ ... マンドの直後 (他の引数の前) に置いてくださ い。 :map-local " name=":map-<buffer>">:map-<buffer> E224 E225 カレ ...
https://man.plustar.jp/vimdoc/map.html - [similar]
usr_29 - Vimドキュメント 7781
vim-jp / vimdoc-ja / usr_29 usr_29 - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sp ... い るかもしれませんが、それは無視してください。":setlocal ts=99" を実行して表示を 見やすくします。 このウィン ... 見れば必要なディレクトリがわかると思います。"-I/usr/local/X11" のように、"-I" が使われている行を調べてくださ ... マンドでディレクトリを追加できます: :set path+=/usr/local/X11 サブディレクトリがたくさんある場合はワイルドカ ... 使えます。例: :set path+=/usr/*/include これで "/usr/local/include/" や "/usr/X11/include/" などが検索対象にな ...
https://man.plustar.jp/vimdoc/usr_29.html - [similar]
develop - Vimドキュメント 7700
vim-jp / vimdoc-ja / develop develop - Vimドキュメント メインヘルプファイルに戻る 基本 quickref ... t arg1 int arg2) // short comment about arg2 { int local; // comment about local local = arg1 * arg2; SPACE ...
https://man.plustar.jp/vimdoc/develop.html - [similar]
if_pyth - Vimドキュメント 7619
vim-jp / vimdoc-ja / if_pyth if_pyth - Vimドキュメント メインヘルプファイルに戻る 基本 quickref ... ない場合は KeyError 例外が発生します (例えば global-local オプションやグローバルオプショ ンへのアクセスでは ... バルの値とローカルの値を両方持つオ プション ( global-local ) で、ローカルの値がない場合は None が返ります。 b ... バルの値とローカル の値を両方持つオプション ( global-local ) で、 ローカルの値がない場合は None が返ります。 ...
https://man.plustar.jp/vimdoc/if_pyth.html - [similar]
usr_05 - Vimドキュメント 7619
vim-jp / vimdoc-ja / usr_05 usr_05 - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sp ... ます。 augroup vimrcEx au! autocmd FileType text setlocal textwidth=78 augroup END これはVimがテキストを改行 ... のコマンドが自動的に実行されることを定義 します。"setlocal textwidth=78" は 'textwidth' オプションを78に設定し ... ==================== 05.7 ヘルプファイルの追加 add-local-help 運が良ければ、プラグインにはヘルプファイルが添 ... ドでローカルヘルプの目次を見ることができます。 :help local-additions ここには、インストールしたローカルヘルプ ...
https://man.plustar.jp/vimdoc/usr_05.html - [similar]
if_tcl - Vimドキュメント 7538
vim-jp / vimdoc-ja / if_tcl if_tcl - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sp ... を除けば、"::vim::command" な どに似ている。例えば、'local to window' と記されたオプションの設定は、 ウィンド ... 以外は、"::vim::command" などと同 じである。例えば、'local to buffer" と記されたオプションの設定は、バッ ファ ...
https://man.plustar.jp/vimdoc/if_tcl.html - [similar]
pi_tar - Vimドキュメント 7538
vim-jp / vimdoc-ja / pi_tar pi_tar - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sp ... to sil! ( :silent ) v26 Aug 09, 2010 * uses buffer-local instead of window variables to hold tarfile name * ...
https://man.plustar.jp/vimdoc/pi_tar.html - [similar]
autocmd - Vimドキュメント 7457
vim-jp / vimdoc-ja / autocmd autocmd - Vimドキュメント メインヘルプファイルに戻る 基本 quickref ... terns 7. バッファローカルな自動コマンド autocmd-buflocal 8. グループ autocmd-groups 9. 自動コマンドの実行 a ... ッファローカルな自動コマンドを定義する。 autocmd-buflocal を参照。 :autocmd が Vim9 script (スクリプトが :vi ... <buffer= N >という形 のパターンを使う。 autocmd-buflocal を参照。 :autocmd-verbose 'verbose' がゼロでないな ... se autocmd BufEnter FileExplorer BufEnter * call s:LocalBrowse(expand("<amatch>")) Last set from /usr/share ...
https://man.plustar.jp/vimdoc/autocmd.html - [similar]
filetype - Vimドキュメント 7457
vim-jp / vimdoc-ja / filetype filetype - Vimドキュメント メインヘルプファイルに戻る 基本 quickre ... の内容が出力される: runtimepath=/etc/vim,~/.vim,/usr/local/share/vim/vim82 この時Vimは以下に示すディレクトリと ... インを読み込む: /etc/vim/plugin/ ~/.vim/plugin/ /usr/local/share/vim/vim82/plugin/ 最後の1つは$VIMRUNTIMEが展 ... ともあり得る。幾つかこれを回避する方法がある: 1. "maplocalleader" にキーマップの先頭に使用するキーシーケンスを ... 設定する。例: :let maplocalleader = "," デフォルトのバックスラッシュ(\ 記号)に ...
https://man.plustar.jp/vimdoc/filetype.html - [similar]
PREV 1 2 3 4 NEXT