Results of 1 - 10 of about 14 for cword (0.042 sec.)
- if_cscop - Vimドキュメント 14809
- vim-jp / vimdoc-ja / if_cscop if_cscop - Vimドキュメント メインヘルプファイルに戻る 基本 quickre
...
tagをマップできる: map <C-_> :cstag <C-R>=expand("<cword>")<CR><CR> 良く使われる2つのcscopeのクエリ(":cs fi...
うことができる: map g<C-]> :cs find 3 <C-R>=expand("<cword>")<CR><CR> map g<C-\> :cs find 0 <C-R>=expand("<cw...
rge.net/ )。 nmap <C-_>s :cs find s <C-R>=expand("<cword>")<CR><CR> nmap <C-_>g :cs find g <C-R>=expand("<c...
d>")<CR><CR> nmap <C-_>c :cs find c <C-R>=expand("<cword>")<CR><CR> nmap <C-_>t :cs find t <C-R>=expand("<c...
- https://man.plustar.jp/vimdoc/if_cscop.html - [similar]
- cmdline - Vimドキュメント 9785
- vim-jp / vimdoc-ja / cmdline cmdline - Vimドキュメント メインヘルプファイルに戻る 基本 quickref
...
打ち込まれる、これらは特別なキーではない! " name=":<cword>">:<cword> " name="<cword>"><cword> <cword> カーソ...
下の word に置き換えられる ( star と同様) " name=":<cWORD>">:<cWORD> " name="<cWORD>"><cWORD> <cWORD> カーソ...
31 代替ファイル番号31 #31< 同上、ただし拡張子なし <cword> カーソル下の word <cWORD> カーソル下の WORD (|WOR...
- https://man.plustar.jp/vimdoc/cmdline.html - [similar]
- usr_27 - Vimドキュメント 8910
- vim-jp / vimdoc-ja / usr_27 usr_27 - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sp
...
tcase' の設定よりも優先されます。 パターン マッチ \Cword word \CWord Word \cword word, Word, WORD, WoRd, et...
c. \cWord word, Word, WORD, WoRd, etc. "\c" と "\C" の大きな...
- https://man.plustar.jp/vimdoc/usr_27.html - [similar]
- quickref - Vimドキュメント 8419
- vim-jp / vimdoc-ja / quickref quickref - Vimドキュメント メインヘルプファイルに戻る 基本 quickre
...
ドで使われる (ファ イル名を使うべき場所でのみ可) ">:<cword> <cword> カーソル下の単語(ファイル名を使うべき場所...
でのみ可) ">:<cWORD> <cWORD> カーソル下の大単語(ファイル名を使うべき場...
- https://man.plustar.jp/vimdoc/quickref.html - [similar]
- popup - Vimドキュメント 8227
- vim-jp / vimdoc-ja / popup popup - Vimドキュメント メインヘルプファイルに戻る 基本 quickref spon
...
しでもカーソルが移動した場合 - "word": カーソルが "><cword> の外側に移動した場合 - "WORD": カーソルが "><cWOR...
- https://man.plustar.jp/vimdoc/popup.html - [similar]
- windows - Vimドキュメント 8227
- vim-jp / vimdoc-ja / windows windows - Vimドキュメント メインヘルプファイルに戻る 基本 quickref
...
*.[ch] ++nested exe "silent! psearch " . expand("<cword>") 注意:遅いかもしれない。 例 CursorHold-example :...
ld *.[ch] ++nested exe "silent! ptag " . expand(" <cword> ") この例では、 'updatetime' に設定された時間の間...
内では実行しない : return : endif : let w = expand("<cword>") " カーソル下の単語を得る : if w =~ '\a' " その単...
- https://man.plustar.jp/vimdoc/windows.html - [similar]
- spell - Vimドキュメント 8139
- vim-jp / vimdoc-ja / spell spell - Vimドキュメント メインヘルプファイルに戻る 基本 quickref spon
...
できる 例: nnoremap z? :exe ':spellrare ' . expand('<cWORD>')<CR> nnoremap z/ :exe ':spellrare! ' . expand('<...
- https://man.plustar.jp/vimdoc/spell.html - [similar]
- pi_netrw - Vimドキュメント 8034
- vim-jp / vimdoc-ja / pi_netrw pi_netrw - Vimドキュメント メインヘルプファイルに戻る 基本 quickre
...
expand() が使用する引数を変えることができます (" <cword> ", " <cWORD> " を含むオ プション)。 Note : expand...
- https://man.plustar.jp/vimdoc/pi_netrw.html - [similar]
- tips - Vimドキュメント 8034
- vim-jp / vimdoc-ja / tips tips - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sponso
...
>"<CR> function! ID_search() let g:word = expand("<cword>") let x = system("lid --key=none ". g:word) let x...
- https://man.plustar.jp/vimdoc/tips.html - [similar]
- vim_faq - Vimドキュメント 8034
- vim-jp / vimdoc-ja / vim_faq vim_faq - Vimドキュメント メインヘルプファイルに戻る 基本 quickref
...
れる最初の箇所なら、こうしま す: :exe "s/".expand("<cword>")."/foo&bar/" よりマッチを限定させるには、このよう...
り複雑な置換コマンドを使います: :exe 's/\<'.expand("<cword>").'\%>'.(col(".")-1).'c\>/foo&bar/' またはciwfoo...
- https://man.plustar.jp/vimdoc/vim_faq.html - [similar]