vim-jp / vimdoc-ja / help

検索 - Vimドキュメント

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

Results of 1 - 10 of about 29 for expand (0.031 sec.)
if_cscop - Vimドキュメント 16625
vim-jp / vimdoc-ja / if_cscop if_cscop - Vimドキュメント メインヘルプファイルに戻る 基本 quickre ... コア) に:cstagをマップできる: map <C-_> :cstag <C-R>=expand("<cword>")<CR><CR> 良く使われる2つのcscopeのクエリ ... ップを使うことができる: map g<C-]> :cs find 3 <C-R>=expand("<cword>")<CR><CR> map g<C-\> :cs find 0 <C-R>=exp ... .sourceforge.net/ )。 nmap <C-_>s :cs find s <C-R>=expand("<cword>")<CR><CR> nmap <C-_>g :cs find g <C-R>=ex ... nd("<cword>")<CR><CR> nmap <C-_>c :cs find c <C-R>=expand("<cword>")<CR><CR> nmap <C-_>t :cs find t <C-R>=ex ...
https://man.plustar.jp/vimdoc/if_cscop.html - [similar]
pi_netrw - Vimドキュメント 8794
vim-jp / vimdoc-ja / pi_netrw pi_netrw - Vimドキュメント メインヘルプファイルに戻る 基本 quickre ... imStartup: augroup VimStartup au! au VimEnter * if expand("%") == "" | e . | endif augroup END ============= ... す。通常 gx はカーソル位置のテ キストを取得するのに expand(" <cfile> ") を使用しますが、 g:netrw_gx 変数で ex ... <cword> ", " <cWORD> " を含むオ プション)。 Note : expand(" <cfile> ") は 'isfname' の設定に依存します。また ... ストを取得するかを制御しま す。可能な引数については expand() を参照して ください。 g:netrw_hide "a" マップを制 ...
https://man.plustar.jp/vimdoc/pi_netrw.html - [similar]
version8 - Vimドキュメント 8467
vim-jp / vimdoc-ja / version8 version8 - Vimドキュメント メインヘルプファイルに戻る 基本 quickre ... src/option.h Patch 7.4.115 Problem: When using Zsh expanding ~abc doesn't work when the result contains a sp ... m: When repeating a filter command "%" and "#" are expanded. Solution: Escape the command when storing for r ... src/testdir/test_listlbr.ok Patch 7.4.423 Problem: expand("$shell") does not work as documented. Solution: D ... o not escape the $ when expanding environment variables. Files: src/os_unix.c, sr ...
https://man.plustar.jp/vimdoc/version8.html - [similar]
various - Vimドキュメント 8369
vim-jp / vimdoc-ja / various various - Vimドキュメント メインヘルプファイルに戻る 基本 quickref ... に機能します。ただし長い: :exe "!ls " . shellescape(expand("%")) "%" か "#" のリテラルを得るにはバックスラッシ ... いる +iconv/dyn iconv-dynamic /dyn と同じ T +insert_expand insert_expand 挿入モード補完 m +ipv6 IPv6 ネットワ ... できるようにしています: :silent argdo unsilent echo expand('%') . ": " . getline(1) :verb :verbose : [count] ...
https://man.plustar.jp/vimdoc/various.html - [similar]
undo - Vimドキュメント 8255
vim-jp / vimdoc-ja / undo undo - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sponso ... * call WriteUndo() func ReadUndo() if filereadable(expand('%:h'). '/UNDO/' . expand('%:t')) rundo %:h/UNDO/% ... :t endif endfunc func WriteUndo() let dirname = expand('%:h') . '/UNDO' if !isdirectory(dirname) call mkd ...
https://man.plustar.jp/vimdoc/undo.html - [similar]
autocmd - Vimドキュメント 8043
vim-jp / vimdoc-ja / autocmd autocmd - Vimドキュメント メインヘルプファイルに戻る 基本 quickref ... ufEnter FileExplorer BufEnter * call s:LocalBrowse(expand("<amatch>")) Last set from /usr/share/vim/vim-7.0/ ... るとき、例えば CTRL-V の後で、 CTRL-X モード insert_expand ではないときにはトリガーされない。 CursorMoved Cur ... txt set et 全てのテキストファイルに対しオプション 'expandtab' をオンにする。 :autocmd BufRead /vim/src/*.c s ... できる。 :autocmd BufRead $VIMRUNTIME/doc/*.txt set expandtab 環境変数 $HOME が定義されているなら、~ をホーム ...
https://man.plustar.jp/vimdoc/autocmd.html - [similar]
os_vms - Vimドキュメント 8043
vim-jp / vimdoc-ja / os_vms os_vms - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sp ... orrected syntax, ftplugin etc files load - changed expand_wildcards and expandpath functions to work more ge ... case insensitive from now - corrected response of expand("%:.") etc path related functions (in one word: VM ... version VMS to Unix and v.v. - Correct response of expand wildcards - Recovery is working from this version ...
https://man.plustar.jp/vimdoc/os_vms.html - [similar]
syntax - Vimドキュメント 8043
vim-jp / vimdoc-ja / syntax syntax - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sp ... 示され、タブ文字もそのまま含むことができる ( g:html_expand_tabs 参照)。 1 なら (非推奨)、 <pre> タグは使われず ... 成されるかもしれない。 :let g:html_no_pre = 1 g:html_expand_tabs 初期設定: 'tabstop' が 8 で 'expandtab' が 0 ... 強制的に <Tab> 文字を維持したい場合は: :let g:html_expand_tabs = 0 強制的にタブ文字を展開したい場合は: :let ... g:html_expand_tabs = 1 TOhtml-encoding-detect TOhtml-encoding ウ ...
https://man.plustar.jp/vimdoc/syntax.html - [similar]
vim_faq - Vimドキュメント 8043
vim-jp / vimdoc-ja / vim_faq vim_faq - Vimドキュメント メインヘルプファイルに戻る 基本 quickref ... 方法がありま す。挿入モードでは <C-R> %または <C-R> =expand("%")でできます。ノーマルモードでは ":put =@%"ででき ... いては以下を参照してください。 :help i_CTRL-R :help expand() :help !! faq-12.17 12.17. レジスタの中身をカレン ... の単語が現れる最初の箇所なら、こうしま す: :exe "s/".expand("<cword>")."/foo&bar/" よりマッチを限定させるには、 ... ようなより複雑な置換コマンドを使います: :exe 's/\<'.expand("<cword>").'\%>'.(col(".")-1).'c\>/foo&bar/' または ...
https://man.plustar.jp/vimdoc/vim_faq.html - [similar]
eval - Vimドキュメント 7945
vim-jp / vimdoc-ja / eval eval - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sponso ... 変数を含む辞書を取得するために使用できる。 expr-env-expand Note $VARを直接使用した場合とexpand("$VAR")を使用し ... imのセッション中で既知の値に展開さ れるだけである。expand()を使用した場合、まず最初にVimのセッション中で既知 ... の変数を展開することができる。例: :echo $shell :echo expand("$shell") 最初の一つは恐らく何も返ってこず、2つ目は ... したら TRUE exp( {expr} ) 浮動小数点数 {expr} の指数 expand( {expr} [, {nosuf} [, {list} ]]) 任意 {expr} 内の特 ...
https://man.plustar.jp/vimdoc/eval.html - [similar]
PREV 1 2 3 NEXT