Searched refs:scs (Results 1 – 14 of 14) sorted by relevance
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_cscop.txt | 92 *:cscope* *:cs* *:scs* *:scscope* *E259* *E262* *E561* *E560* 95 `:scscope` or `:scs` does the same and splits the window 432 nmap <C-Space>s :scs find s <C-R>=expand("<cword>")<CR><CR> 446 \:vert scs find s <C-R>=expand("<cword>")<CR><CR> 448 \:vert scs find g <C-R>=expand("<cword>")<CR><CR> 450 \:vert scs find c <C-R>=expand("<cword>")<CR><CR> 452 \:vert scs find t <C-R>=expand("<cword>")<CR><CR> 454 \:vert scs find e <C-R>=expand("<cword>")<CR><CR> 456 \:vert scs find i ^<C-R>=expand("<cfile>")<CR>$<CR> 458 \:vert scs find d <C-R>=expand("<cword>")<CR><CR> [all …]
|
| H A D | quickref.txt | 907 'smartcase' 'scs' no ignore case when pattern has uppercase
|
| H A D | tags | 865 'scs' options.txt /*'scs'* 3073 :scs if_cscop.txt /*:scs*
|
| H A D | index.txt | 1588 |:scscope| :scs[cope] split window and execute cscope command
|
| H A D | options.txt | 7075 *'smartcase'* *'scs'* *'nosmartcase'* *'noscs'* 7076 'smartcase' 'scs' boolean (default off)
|
| H A D | version5.txt | 1324 With 'ic' and 'scs' set, a search for "Keyword", ignore-case matches were
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_tagcase.vim | 9 for &scs in [0, 1] 24 let smart = &scs 51 set scs&
|
| H A D | test_cscope.vim | 152 let a = execute('scs find t Bram') 263 call feedkeys(":scs \<C-A>\<C-B>\"\<CR>", 'tx') 264 call assert_equal('"scs find', @:)
|
| H A D | test_substitute.vim | 280 call assert_equal('scs', substitute('sSs', 'S', '\c', '')) 316 call assert_equal('scs', substitute('sSs', 'S', '\c', '')) 504 \ ['sSs', 's/S/\c/', ['scs']], 535 \ ['sSs', 's/S/\c/', ['scs']],
|
| /vim-8.2.3635/src/proto/ |
| H A D | search.pro | 13 int ignorecase_opt(char_u *pat, int ic_in, int scs);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | terminfo.vim | 64 \ vpa sc ind ri scs sgr setbsmgb smgbp sclk
|
| H A D | vim.vim | 27 …3 qa[ll] redr[aw] retu[rn] rubyd[o] sIe sN[ext] sb[uffer] sbp[revious] sci scs sf[ind] sgi si sim[… 36 … pp printfont pumwidth pythonthreehome re restorescreen ro rulerformat scl scs sft shellslash shor…
|
| /vim-8.2.3635/src/ |
| H A D | search.c | 395 ignorecase_opt(char_u *pat, int ic_in, int scs) in ignorecase_opt() argument 399 if (ic && !no_smartcase && scs in ignorecase_opt()
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 282 call <SID>BinOptionG("scs", &scs)
|