Home
last modified time | relevance | path

Searched refs:scs (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/runtime/doc/
H A Dif_cscop.txt92 *: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 Dquickref.txt907 'smartcase' 'scs' no ignore case when pattern has uppercase
H A Dtags865 'scs' options.txt /*'scs'*
3073 :scs if_cscop.txt /*:scs*
H A Dindex.txt1588 |:scscope| :scs[cope] split window and execute cscope command
H A Doptions.txt7075 *'smartcase'* *'scs'* *'nosmartcase'* *'noscs'*
7076 'smartcase' 'scs' boolean (default off)
H A Dversion5.txt1324 With 'ic' and 'scs' set, a search for "Keyword", ignore-case matches were
/vim-8.2.3635/src/testdir/
H A Dtest_tagcase.vim9 for &scs in [0, 1]
24 let smart = &scs
51 set scs&
H A Dtest_cscope.vim152 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 Dtest_substitute.vim280 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 Dsearch.pro13 int ignorecase_opt(char_u *pat, int ic_in, int scs);
/vim-8.2.3635/runtime/syntax/
H A Dterminfo.vim64 \ vpa sc ind ri scs sgr setbsmgb smgbp sclk
H A Dvim.vim27 …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 Dsearch.c395 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 Doptwin.vim282 call <SID>BinOptionG("scs", &scs)