Home
last modified time | relevance | path

Searched refs:literally (Results 1 – 25 of 67) sorted by relevance

123

/vim-8.2.3635/src/
H A Dregister.c785 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 Dedit.c3349 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 Dex_getln.c52 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 Dgetchar.c693 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 Dpinyin.vim5 " All characters are given literally.
H A Daccents.vim5 " All characters are given literally, conversion to another encoding (e.g.,
H A Dlithuanian-baltic.vim7 " All characters are given literally, conversion to another encoding (e.g.,
H A Dcanfr-win.vim18 " All characters are given literally, conversion to another encoding (e.g.,
H A Drussian-jcukenmac.vim7 " All characters are given literally, conversion to another encoding (e.g.,
H A Dmongolian_utf-8.vim4 " All characters are given literally, conversion to another encoding (e.g.,
H A Dbelarusian-jcuken.vim8 " All characters are given literally, conversion to another encoding (e.g.,
H A Drussian-yawerty.vim7 " All characters are given literally, conversion to another encoding (e.g.,
H A Drussian-jcukenwintype.vim11 " All characters are given literally, conversion to another encoding (e.g.,
H A Drussian-jcuken.vim8 " All characters are given literally, conversion to another encoding (e.g.,
H A Dukrainian-dvorak.vim9 " All characters are given literally, conversion to another encoding (e.g.,
H A Dukrainian-jcuken.vim9 " All characters are given literally, conversion to another encoding (e.g.,
H A Drussian-jcukenwin.vim8 " All characters are given literally, conversion to another encoding (e.g.,
H A Drussian-dvorak.vim8 " All characters are given literally, conversion to another encoding (e.g.,
H A Dkazakh-jcuken.vim7 " All characters are given literally, conversion to another encoding (e.g.,
H A Doldturkic-yenisei_utf-8.vim4 " All characters are given literally, conversion to another encoding (e.g.,
/vim-8.2.3635/src/proto/
H A Dex_getln.pro22 void cmdline_paste_str(char_u *s, int literally);
H A Dgetchar.pro21 void stuffescaped(char_u *arg, int literally);
/vim-8.2.3635/runtime/doc/
H A Dtips.txt182 (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 Dvisual.txt285 (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 Dtesting.txt130 {expr} is used literally, not as a pattern.
351 When {error} is a string it must be found literally in the

123