Home
last modified time | relevance | path

Searched refs:nth (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12nth","nthnext","nthrest","num","number?","numerator","object-array","odd?","or","parents","partial…
H A Dcsscomplete.vim569 …hild", "last-of-type", "left", "link", "not(", "nth-child(", "nth-last-child(", "nth-last-of-type(…
/vim-8.2.3635/runtime/syntax/
H A Dchicken.vim50 syn keyword schemeSyntax nth-value
H A Dlatte.vim49 syn keyword latteSyntax member? modulo multiply not nth operator? contained
H A Dclojure.vim32nth","clojure.core/nthnext","clojure.core/nthrest","clojure.core/num","clojure.core/number?","cloj…
H A Djess.vim61 syn keyword jessFunc nth$ numberp oddp
H A Dreadline.vim230 \ yank-nth-arg
H A Dskill.vim287 syn match skillFunction "(nth\(cdr\|elem\)\=\>"hs=s+1
288 syn match skillFunction "\<nth\(cdr\|elem\)\=("he=e-1
H A Dcss.vim454 syn region cssPseudoClassFn contained matchgroup=cssFunctionName start="\<\(not\|lang\|\(nth\|nth-l…
H A Dlisp.vim339 syn keyword lispFunc ecase nth unread
341 syn keyword lispFunc echo-stream-input-stream nth-value unsigned-byte
H A Dfoxpro.vim178 syn match foxproFunc "\<gomo\%[nth]\>\s*("me=e-1
/vim-8.2.3635/src/
H A Devalfunc.c6862 long nth = 1; in find_some_match() local
6960 nth = (long)tv_get_number_chk(&argvars[3], &error); in find_some_match()
6987 if (match && --nth <= 0) in find_some_match()