Home
last modified time | relevance | path

Searched refs:USAGE (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/runtime/autoload/
H A Dvimball.vim30 if !exists("s:USAGE")
31 let s:USAGE = 0
410 call vimball#ShowMesg(s:USAGE,"RmVimball vimballname [path]")
500 if a:0 == 0| call vimball#ShowMesg(s:USAGE,"Source this file to extract it! (:so %)") | endif
510 if a:0 == 0| call vimball#ShowMesg(s:USAGE,"Source this file to extract it! (:so %)") | endif
520 if a:0 == 0| call vimball#ShowMesg(s:USAGE,"Source this file to extract it! (:so %)") | endif
530 if a:0 == 0| call vimball#ShowMesg(s:USAGE,"Source this file to extract it! (:so %)") | endif
540 if a:0 == 0| call vimball#ShowMesg(s:USAGE,"Source this file to extract it! (:so %)") | endif
561 if a:level == s:WARNING || a:level == s:USAGE
570 if a:level != s:USAGE
/vim-8.2.3635/runtime/tools/
H A Dccfilter.c72 const char USAGE[] = variable
91 fprintf( stderr, USAGE ); in ShowUsage()
/vim-8.2.3635/runtime/doc/
H A Dif_cscop.txt104 USAGE :cs add {file|dir} [pre-path] [flags]
119 USAGE :cs find {querytype} {name}
199 USAGE :cs help
204 USAGE :cs kill {num|partial_name}
216 USAGE :cs reset
220 USAGE :cs show
H A Deval.txt2481 USAGE RESULT DESCRIPTION ~
/vim-8.2.3635/runtime/syntax/
H A Dmaster.vim20 syn keyword masterKeyword FIELD ALIAS USAGE INDEX MISSING ON
H A Dcobol.vim97 syn keyword cobolReserved contained TRAILING TRUE TYPE UNIT UNSTRING UNTIL UP UPON USAGE USE USING …
/vim-8.2.3635/src/testdir/
H A Dtest_function_lists.vim65 call search('^USAGE')