| /vim-8.2.3635/src/ |
| H A D | register.c | 785 int literally = literally_arg; in insert_reg() local 808 stuffescaped(arg, literally); in insert_reg() 815 literally = TRUE; in insert_reg() 829 stuffescaped(y_current->y_array[i], literally); in insert_reg() 947 int literally = literally_arg; in cmdline_paste_reg() local 950 literally = TRUE; in cmdline_paste_reg() 956 cmdline_paste_str(y_current->y_array[i], literally); in cmdline_paste_reg() 961 cmdline_paste_str((char_u *)"\r", literally); in cmdline_paste_reg()
|
| H A D | edit.c | 3349 int literally = 0; in ins_reg() local 3382 literally = regname; in ins_reg() 3384 add_to_showcmd_c(literally); in ins_reg() 3425 if (literally == Ctrl_O || literally == Ctrl_P) in ins_reg() 3429 AppendCharToRedobuff(literally); in ins_reg() 3433 (literally == Ctrl_P ? PUT_FIXINDENT : 0) | PUT_CURSEND); in ins_reg() 3435 else if (insert_reg(regname, literally) == FAIL) in ins_reg()
|
| H A D | ex_getln.c | 52 static int cmdline_paste(int regname, int literally, int remcr); 3612 int literally, // Insert text literally instead of "as typed" in cmdline_paste() argument 3679 cmdline_paste_str(p, literally); in cmdline_paste() 3685 return cmdline_paste_reg(regname, literally, remcr); in cmdline_paste() 3695 cmdline_paste_str(char_u *s, int literally) in cmdline_paste_str() argument 3699 if (literally) in cmdline_paste_str()
|
| H A D | getchar.c | 693 stuffescaped(char_u *arg, int literally) in stuffescaped() argument 709 || (*arg == K_SPECIAL && !literally)) in stuffescaped() 721 if (literally && ((c < ' ' && c != TAB) || c == DEL)) in stuffescaped()
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | pinyin.vim | 5 " All characters are given literally.
|
| H A D | accents.vim | 5 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | lithuanian-baltic.vim | 7 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | canfr-win.vim | 18 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | russian-jcukenmac.vim | 7 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | mongolian_utf-8.vim | 4 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | belarusian-jcuken.vim | 8 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | russian-yawerty.vim | 7 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | russian-jcukenwintype.vim | 11 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | russian-jcuken.vim | 8 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | ukrainian-dvorak.vim | 9 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | ukrainian-jcuken.vim | 9 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | russian-jcukenwin.vim | 8 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | russian-dvorak.vim | 8 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | kazakh-jcuken.vim | 7 " All characters are given literally, conversion to another encoding (e.g.,
|
| H A D | oldturkic-yenisei_utf-8.vim | 4 " All characters are given literally, conversion to another encoding (e.g.,
|
| /vim-8.2.3635/src/proto/ |
| H A D | ex_getln.pro | 22 void cmdline_paste_str(char_u *s, int literally);
|
| H A D | getchar.pro | 21 void stuffescaped(char_u *arg, int literally);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tips.txt | 182 (Type this literally, make sure the '<' flag is not in 'cpoptions'). 198 (Type this literally, make sure the '<' flag is not in 'cpoptions'). 368 (<> notation |<>|. Note that this is all typed literally. ^W is "^" "W", not
|
| H A D | visual.txt | 285 (In the <> notation |<>|, when typing it you should type it literally; you 388 (In the <> notation |<>|, when typing it you should type it literally; you 405 (In the <> notation |<>|, when typing it you should type it literally; you
|
| H A D | testing.txt | 130 {expr} is used literally, not as a pattern. 351 When {error} is a string it must be found literally in the
|