| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xsd.vim | 17 …\ ['annotation', 'simpleContent', 'complexContent', 'all', 'choice', 'sequence', 'group', 'attribu… 35 \ ['annotation', 'all', 'choice', 'sequence'], 37 \ 'choice' : [ 38 \ ['annotation', 'element', 'group', 'choice', 'sequence', 'any'], 41 \ ['annotation', 'element', 'group', 'choice', 'sequence', 'any'], 104 …\ ['annotation', 'all', 'choice', 'sequence', 'group', 'attribute', 'attributeGroup', 'anyAttribut…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | baan.vim | 879 syn match baan4glh "choice\.def\.find:" 887 syn match baan4glh "choice\.add\.set:" 905 syn match baan4glh "choice\.zoom:" 911 syn match baan4glh "choice\.run\.job:" 918 syn match baan4glh "choice\.user\.\d:" 921 syn match baan4glh "choice\.calendar:" 922 syn match baan4glh "choice\.bms:" 925 syn match baan4gl "before\.choice:" 926 syn match baan4gl "on\.choice:" 927 syn match baan4gl "after\.choice:" [all …]
|
| H A D | gift.vim | 82 …)\ze\(####\|}\)" contained contains=@giftCEFF "Wrong numeric choice 83 …)\ze\(=\|\~\|####\|}\)" contained contains=@giftCEFFW,@giftNums "Right numeric choice 85 …\|[^\\]\)\ze\(=\|\~\|####\|}\)" contained contains=@giftCEFFW "Wrong choice 86 …->\|\(\_^\|[^\\]\)\ze\(=\|\~\|####\|}\)\)" contained contains=@giftCEFFW "Right choice 87 …\_^\|[^\\]\)\ze\(=\|\~\|####\|}\)" contained contains=giftMatch "Match choice block 88 …\{-}\(\_^\|[^\\]\)\ze\(=\|\~\|####\|}\)" contained contains=@giftCE "Match choice
|
| H A D | rng.vim | 17 syn keyword rngTagName anyName attribute choice data define div contained
|
| H A D | kconfig.vim | 34 syn keyword kconfigKeyword choice 219 " XXX: This is actually only a valid option for “choice”, but treating it 674 syn keyword kconfigConditional menu endmenu choice endchoice if endif
|
| H A D | xsd.vim | 29 syn match xsdElement '\%(xsd:\)\@<=choice'
|
| H A D | lotos.vim | 30 syn keyword lotosStatement any let par accept choice hide of in
|
| H A D | datascript.vim | 31 syn keyword dsCompound union choice on enum bitmask subtype explicit
|
| H A D | sdl.vim | 48 syn keyword sdlStatement abstract aggregation association break choice composition
|
| H A D | vrml.vim | 19 syn keyword VRMLFields children choice collide color colorIndex
|
| H A D | falcon.vim | 33 syn keyword falconKeyword all allp any anyp as attributes brigade cascade catch choice class const
|
| H A D | initex.vim | 136 …mits\|style\)\|l\=eqno\|left\|\%(no\)\=limits\|math\%(accent\|bin\|char\|choice\|close\|code\|inne…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_31.txt | 9 browser can be used for commands that use a file. A dialog to make a choice 103 Now make your choice. If you do want to save the changes, select "YES". If 117 In the dialog you can use the keyboard to select the choice. 118 Typically the <Tab> key and the cursor keys change the choice. 119 Pressing <Enter> selects the choice. This depends on the system 124 window and ask you to press a key to make a choice. > 130 You can now press the single key for the choice. You don't have to press 153 The default value "menu" is the smart choice: If the key combination is a
|
| H A D | mlang.txt | 123 To overrule the automatic choice of the language, set the $LANG variable to 124 the language of your choice. use "en" to disable translations. >
|
| H A D | if_ole.txt | 132 registered, it will present a dialog and offers you the choice to register by
|
| H A D | gui_w32.txt | 195 If you use the Vim install program you have the choice to add Vim to the "Open 202 choice. If it's not there then installing didn't work properly.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 1316 " call Decho("choice=".choice,'~'.expand("<slnum>")) 1320 if choice == 1 2101 let choice= strpart(choice,1,strlen(choice)-2) 2104 let choice = strpart(choice,1,strlen(choice)-1) 2119 …let choice= strpart(wholechoice,1,strlen(wholechoice)-1) . " " . strpart(choice,0,strlen(choice)-1) 2524 let choice=strpart(choice,1,strlen(choice)-2) 2527 let choice = strpart(choice,1,strlen(choice)-1) 2542 …let choice= strpart(wholechoice,1,strlen(wholechoice)-1) . " " . strpart(choice,0,strlen(choice)-1) 3062 " call Dfunc("s:NetrwMethod(a:choice<".a:choice.">)") 9126 let choice= a:choice - 1 [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | kconfig.vim | 23 let b:match_words = '^\<menu\>:\<endmenu\>,^\<if\>:\<endif\>,^\<choice\>:\<endchoice\>'
|
| H A D | rst.vim | 27 " The choice of 3-space indentation is to provide slightly better support for
|
| /vim-8.2.3635/src/ |
| H A D | memline.c | 4984 int choice = 0; in findswapname() local 5011 choice = 4; in findswapname() 5022 if (choice == 0 in findswapname() 5025 choice = do_swapexists(buf, fname); in findswapname() 5027 if (choice == 0) in findswapname() 5051 if (swap_exists_action != SEA_NONE && choice == 0) in findswapname() 5065 choice = do_dialog(VIM_WARNING, in findswapname() 5077 if (process_still_running && choice >= 4) in findswapname() 5078 choice++; // Skip missing "Delete it" button in findswapname() 5088 if (choice > 0) in findswapname() [all …]
|
| H A D | config.mk.in | 9 # a) The user can override every choice made by configure.
|
| H A D | dosinst.c | 50 struct choice struct 59 struct choice choices[30]; // choices the user can make
|
| H A D | INSTALL | 170 is the preferred choice), try selecting another one in the Makefile.
|
| /vim-8.2.3635/runtime/spell/sv/ |
| H A D | sv_SE.diff | 30 + # distributed under GNU GPL or the Vim license, at your choice.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_vim9_cmd.vim | 1365 for choice in [true, false] 1366 :1s/abc/\=choice ? 'yes' : 'no'/
|