| /vim-8.2.3635/src/ |
| H A D | uninstall.c | 36 reg_delete_key(HKEY hRootKey, const char *key, DWORD flag) in reg_delete_key() argument 53 return (*delete_key_ex)(hRootKey, key, flag, 0); in reg_delete_key() 115 DWORD flag; in remove_popup() local 121 flag = KEY_WOW64_32KEY; in remove_popup() 123 flag = KEY_WOW64_64KEY; in remove_popup() 132 flag | KEY_ALL_ACCESS, &kh) != ERROR_SUCCESS) in remove_popup() 140 if (reg_delete_key(HKEY_LOCAL_MACHINE, "Software\\Vim\\Gvim", flag) != ERROR_SUCCESS) in remove_popup() 142 if (reg_delete_key(HKEY_LOCAL_MACHINE, "Software\\Vim", flag) != ERROR_SUCCESS) in remove_popup() 161 DWORD flag; in remove_openwith() local 166 flag = KEY_WOW64_32KEY; in remove_openwith() [all …]
|
| H A D | dosinst.c | 1399 DWORD flag) in reg_create_key() argument 1407 flag | KEY_WRITE, in reg_create_key() 1427 DWORD flag) in reg_create_key_and_value() argument 1447 DWORD flag) in register_inproc_server() argument 1473 DWORD flag) in register_shellex() argument 1480 flag); in register_shellex() 1489 flag); in register_shellex() 1498 flag); in register_shellex() 1508 DWORD flag) in register_openwith() argument 1519 flag); in register_openwith() [all …]
|
| H A D | normal.c | 4491 int flag; in nv_brackets() local 4684 flag = '{'; in nv_brackets() 5389 if (flag) in nv_cursormark() 5860 int flag = FALSE; in nv_g_cmd() local 6056 flag = TRUE; in nv_g_cmd() 6085 if (flag) in nv_g_cmd() 6717 int flag = FALSE; in nv_wordcmd() local 6767 flag = TRUE; in nv_wordcmd() 7230 int flag; in nv_object() local 7297 flag = FAIL; in nv_object() [all …]
|
| H A D | os_macosx.m | 49 * contains the "a" flag (automatically copy selection). Return TRUE, else 50 * the "a" flag does nothing. Note that there is no concept of "ownership"
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_cpoptions.vim | 84 " Test for the 'c' flag in 'cpo'. 99 " Test for the 'C' flag in 'cpo' (line continuation) 148 " Test for the 'e' flag in 'cpo' 249 " TODO: Add a test for the 'i' flag in 'cpo' 299 " TODO: Add a test for the 'k' flag in 'cpo'. 303 " TODO: Add a test for the 'K' flag in 'cpo'. 342 " TODO: Add a test for the 'm' flag in 'cpo'. 508 " TODO: Add a test for the 's' flag in 'cpo'. 555 " TODO: Add a test for the 'v' flag in 'cpo'. 723 " flag) [all …]
|
| H A D | test_comments.vim | 3 " Test for the 'n' flag in 'comments' 23 " Test for the 'b' flag in 'comments' 42 " Test for the 'f' flag in 'comments' (only the first line has a comment 81 " Test for the 'r' flag in 'comments' (right align comment) 103 " Test for the 'O' flag in 'comments' 243 " Test for joining lines with comments ('j' flag in 'formatoptions')
|
| H A D | test_statusline.vim | 106 " after the below test for the help buffer flag, then the code to truncate 117 " %h: Help buffer flag, text is "[help]". 118 " %H: Help buffer flag, text is ",HLP". 142 " %m: Modified flag, text is "[+]", "[-]" if 'modifiable' is off. 143 " %M: Modified flag, text is ",+" or ",-". 179 " %r: Readonly flag, text is "[RO]". 180 " %R: Readonly flag, text is ",RO". 201 " %w: Preview window flag, text is "[Preview]". 202 " %W: Preview window flag, text is ",PRV".
|
| H A D | test_spellfile.vim | 540 " unsupported flag 615 " Invalid flag in .aff file 620 " set FLAGS after using flag for an affix 659 " Wrong COMPOUNDRULES flag value in an affix file 669 " Wrong COMPOUNDMIN flag value in an affix file 674 " Wrong COMPOUNDSYLMAX flag value in an affix file 705 " Try to reuse a affix used for BAD flag 720 " Incorrect combine flag in an affix entry 764 " use an alphabet flag when FLAG is num 769 " use number and alphabet flag when FLAG is num [all …]
|
| H A D | test_tagfunc.vim | 3 func TagFunc(pat, flag, info) argument 4 let g:tagfunc_args = [a:pat, a:flag, a:info]
|
| H A D | test_vim9_assign.vim | 36 var flag: bool = 1 37 return flag 40 assert_equal(true, flag) 41 flag = 0 42 assert_equal(false, flag) 43 flag = 1 44 assert_equal(true, flag) 45 flag = 1 || true 46 assert_equal(true, flag) 47 flag = 1 && false [all …]
|
| H A D | test_textformat.vim | 169 " Test the 'p' flag for 'formatoptions' 170 " First test without the flag: that it will break "Mr. Feynman" at the space 178 " Now test with the flag: that it will push the name with the title onto the 1000 " Test for 'n' flag in 'formatoptions' to format numbered lists 1060 " Test for the '1' flag in 'formatoptions'. Don't wrap text after a one letter 1080 " Test for 'l' flag in 'formatoptions'. When starting insert mode, if a line 1100 " Test for the '2' flag in 'formatoptions'
|
| H A D | test_writefile.vim | 112 let g:flag = 1 126 let g:flag = 0 129 call assert_equal(1, g:flag) 130 unlet g:flag 146 let g:flag = 0 149 call assert_equal(1, g:flag) 150 unlet g:flag
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | chaiscript.vim | 31 let flag = 0 35 let flag = 1 40 if flag == 1 && prevline =~ '.*{.*}.*'
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | spell.txt | 869 KEEPCASE = # fix case for words with this flag ~ 1023 SFX {flag} {combine} {count} 1037 SFX {flag} {strip} {add} {condition} {extra} 1039 {flag} Must be the same as the {flag} used in the first line. 1080 add the IGNOREEXTRA flag. 1123 |spell-COMPOUNDFORBIDFLAG| flag. 1140 flag to avoid lots of errors. 1146 If a prefix has the CIRCUMFIX flag then only suffixes with the CIRCUMFIX flag 1149 the required prefix and the NEEDAFFIX flag. |spell-NEEDAFFIX| 1267 the "s" flag and one word with the "e" flag. With this dictionary: [all …]
|
| H A D | change.txt | 56 When the '#' flag is in 'cpoptions' the count is 107 is an error when 'cpoptions' includes the 'E' flag. 180 insert. When 'cpoptions' includes the 'E' flag and 184 When 'cpoptions' does not include the 'E' flag, the 1037 flag. 1454 flag to 'formatoptions'. See |auto-format|. 1624 offset 2 spaces for the "-2" flag--->** ~ 1636 will override the "r" and "l" flag. 1729 character. Overrules the 'B' flag. 1732 characters. Overruled by the 'M' flag. [all …]
|
| H A D | usr_30.txt | 217 if (flag) 268 if (flag) ~ 403 if (flag) if (flag) if (flag) ~ 406 flag = 0; flag = 0; flag = 0; ~ 595 that start with "!". Both use the flag "n". This means that these comments 628 comment is recognized: "/*". There is one flag: "1". This tells Vim that the 631 part. The "b" flag means that a blank must follow the text. Otherwise Vim 633 The end part "ex:*/" has the "e" for identification. The "x" flag has a
|
| /vim-8.2.3635/src/proto/ |
| H A D | gui_athena.pro | 7 void gui_mch_enable_menu(int flag); 26 void gui_mch_enable_scrollbar(scrollbar_T *sb, int flag);
|
| H A D | gui_motif.pro | 9 void gui_mch_enable_menu(int flag); 28 void gui_mch_enable_scrollbar(scrollbar_T *sb, int flag);
|
| H A D | option.pro | 32 void set_option_flag(int opt_idx, long_u flag); 33 void clear_option_flag(int opt_idx, long_u flag);
|
| H A D | gui_photon.pro | 24 void gui_mch_enable_scrollbar(scrollbar_T *sb, int flag); 55 void gui_mch_enable_menu(int flag);
|
| H A D | gui_haiku.pro | 30 void gui_mch_enable_scrollbar(scrollbar_T *sb, int flag); 67 void gui_mch_enable_menu(int flag);
|
| H A D | gui_w32.pro | 14 void gui_mch_enable_scrollbar(scrollbar_T *sb, int flag); 35 void gui_mch_enable_menu(int flag);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ptcap.vim | 51 " The `@' operator clears a flag (i.e., sets it to zero) 52 " The `#' operator assigns a following number to the flag 53 " The `=' operator assigns a string to the preceding flag
|
| H A D | cabal.vim | 51 syn keyword cabalFunction os arche impl flag 63 \ flag 70 …\ /^\c\s*\(contained\|executable\|library\|benchmark\|test-suite\|source-repository\|flag\|custom-…
|
| H A D | abel.vim | 31 syn keyword abelStatement enable flag in 33 syn keyword abelError enable flag in
|