| /vim-8.2.3635/src/libvterm/src/ |
| H A D | keyboard.c | 78 char literal; member 188 vterm_push_output_sprintf_ctrl(vt, C1_CSI, "%d;%du", k.literal, mod+1); in vterm_keyboard_key() 190 vterm_push_output_sprintf(vt, mod & VTERM_MOD_ALT ? ESC_S "%c" : "%c", k.literal); in vterm_keyboard_key() 195 vterm_push_output_sprintf_ctrl(vt, C1_SS3, "%c", k.literal); in vterm_keyboard_key() 202 vterm_push_output_sprintf_ctrl(vt, C1_CSI, "%c", k.literal); in vterm_keyboard_key() 204 vterm_push_output_sprintf_ctrl(vt, C1_CSI, "1;%d%c", mod + 1, k.literal); in vterm_keyboard_key() 209 vterm_push_output_sprintf_ctrl(vt, C1_CSI, "%d%c", k.csinum, k.literal); in vterm_keyboard_key() 211 vterm_push_output_sprintf_ctrl(vt, C1_CSI, "%d;%d%c", k.csinum, mod + 1, k.literal); in vterm_keyboard_key() 222 k.literal = k.csinum; in vterm_keyboard_key()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_win32.txt | 100 spaces and tabs, an odd number of backslashes produces a literal 105 \" is a literal double quote 106 \\" is a literal backslash and a special double quote 107 \\\" is a literal backslash and a literal double quote 108 \\\\" is 2 literal backslashes and a special double quote 109 \\\\\" is 2 literal backslashes and a literal double quote
|
| H A D | pattern.txt | 425 a a a a literal 'a' 428 \. \. . . literal dot 434 \\ \\ \\ \\ literal backslash 435 \{ { { { literal curly brace 482 |/\^| \^ \^ literal '^' 485 |/\$| \$ \$ literal '$' 798 start-of-line; at other positions, matches literal '^'. |/zero-width| 803 \^ Matches literal '^'. Can be used at any position in the pattern, but 815 matches end-of-line <EOL>; at other positions, matches literal '$'. 1066 When matching in a string instead of buffer text a literal newline [all …]
|
| H A D | usr_01.txt | 182 manual. Not only by providing literal text, but also by setting the tone and
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | reva.vim | 68 syn keyword revadefine compile literal ' ['] 87 Builtin (to~) (while) >in >rel ?literal appstart cold compiling? context? d0 default_class 98 Builtin hex# hide inline{ last lastxt lib libdir literal, makeexename mnotail ms ms@
|
| H A D | rst.vim | 152 " properly the case of a literal block: 156 " this is a literal block
|
| H A D | smarty.vim | 26 syn keyword smartyTagName insert if elseif else ldelim rdelim literal
|
| H A D | toml.vim | 23 " Multi-line literal strings
|
| H A D | gpg.vim | 77 \ no-force-v4-certs no-greeting no-literal
|
| H A D | sdl.vim | 41 syn keyword sdlStatement error fpar generator literal map noequality ordering
|
| H A D | clojure.vim | 32 …literal","clojure.core/tagged-literal?","clojure.core/take","clojure.core/take-last","clojure.core…
|
| H A D | vhdl.vim | 32 syn keyword vhdlStatement label library linkage literal loop
|
| H A D | tidy.vim | 154 \ literal-attributes logical-emphasis lower-literals markup
|
| H A D | lilo.vim | 57 syn keyword liloImageOpt fallback literal nextgroup=liloEqString,liloEqStringComment,liloError skip…
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | go.vim | 58 " (b) they're hard to disambiguate from a composite literal key.
|
| H A D | vim.vim | 166 " A line ending in "{" or "[" is most likely the start of a dict/list literal,
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_maparg.vim | 198 " Test literal <CR> using a backslash 220 " Test literal <CR> using CTRL-V
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …"supers","swap!","swap-vals!","symbol","symbol?","sync","tagged-literal","tagged-literal?","take",…
|
| /vim-8.2.3635/src/proto/ |
| H A D | dict.pro | 38 int eval_dict(char_u **arg, typval_T *rettv, evalarg_T *evalarg, int literal);
|
| H A D | os_win32.pro | 70 void used_file_arg(char *name, int literal, int full_path, int diff_mode);
|
| /vim-8.2.3635/src/ |
| H A D | main.c | 243 if (!params.literal) in VimMain() 2025 parmp->literal = TRUE; in command_line_scan() 2597 parmp->literal ? 2 : 0 // add buffer nr after exp. in command_line_scan() 2607 used_file_arg(argv[0], parmp->literal, parmp->full_path, in command_line_scan()
|
| H A D | dict.c | 885 eval_dict(char_u **arg, typval_T *rettv, evalarg_T *evalarg, int literal) in eval_dict() argument 928 if (literal) in eval_dict()
|
| H A D | os_win32.c | 7655 used_file_arg(char *name, int literal, int full_path, int diff_mode) in used_file_arg() argument 7668 used_file_literal = literal; in used_file_arg() 7726 int literal = used_file_literal; in fix_arg_enc() local 7751 if (literal == FALSE) in fix_arg_enc() 7756 literal = TRUE; in fix_arg_enc() 7758 alist_add(&global_alist, str, literal ? 2 : 0); in fix_arg_enc()
|
| /vim-8.2.3635/src/po/ |
| H A D | lv.po | 170 msgid "--literal\t\tDon't expand wildcards" 171 msgstr "--literal\t\tNeizvērst aizstājējzīmes"
|
| H A D | en_GB.po | 420 msgid "--literal\t\tDon't expand wildcards" 421 msgstr "--literal\t\tDo not expand wildcards"
|