| /vim-8.2.3635/src/testdir/ |
| H A D | test_tab.vim | 29 exe "normal j0wR\t\t\t\<BS>\<BS>\<BS>" 66 exe "normal A\<BS>x\<Esc>" 71 exe "normal A\<BS>x\<Esc>" 76 exe "normal A\<BS>x\<Esc>" 85 exe "normal I\<Tab>\<BS>\<Esc>"
|
| H A D | test_comments.vim | 7 exe "normal i> B\nD\<C-C>ggOA\<C-C>joC\<C-C>Go\<BS>>>> F\nH" 27 exe "normal i* E\nF\n\<BS>G\nH\<C-C>ggOC\<C-C>O\<BS>B\<C-C>OA\<C-C>2joD"
|
| H A D | test_ins_complete.vim | 69 exe "normal oXt\<C-X>\<C-F>\<BS>\<BS>\<BS>\<BS>\<BS>\<BS>\<BS>\<BS>\<C-X>\<C-F>"
|
| H A D | test_popup.vim | 54 " <BS> - Delete one character from the inserted text (state: 1) 90 " <BS> - Delete one character from the inserted text (state: 2) 555 call feedkeys("A\<C-X>\<C-N>\<C-P>\<BS>\<BS>\<BS>\<Esc>", "tx") 562 call feedkeys("A\<C-X>\<C-N>\<C-P>\<BS>\<BS>\<BS>\<Esc>", "tx")
|
| H A D | test_prompt_buffer.vim | 80 let bs = "\<BS>" 131 call feedkeys("A123456\<Left>\<BS>\<Esc>", 'xt')
|
| H A D | test_textformat.vim | 514 call feedkeys("3G0lli\<BS>\<BS>x\<Esc>", 'tx') 946 exe "normal 2Gi\<BS>" 965 exe "normal 1G4la\<BS>\<BS>\<Esc>"
|
| H A D | test_textprop.vim | 525 exe "normal 0li\<BS>\<Esc>fxli\<BS>\<Esc>" 545 exe "normal ftRyy\<BS>" 549 exe "normal 0fwRyy\<BS>" 553 exe "normal 0foRyy\<BS>\<BS>" 1085 \ "normal 3G0lli\<BS>\<Esc>", 1086 \ "normal 6G0i\<BS>\<Esc>",
|
| H A D | test_arabic.vim | 87 call feedkeys("isghl\<BS>\<BS>", 'tx') 94 call feedkeys("isghl\<BS>\<BS>", 'tx')
|
| H A D | test_virtualedit.vim | 374 " Test for using <BS>, <C-W> and <C-U> in virtual edit mode 381 exe "normal 15|i\<BS>\<BS>"
|
| H A D | test_messages.vim | 216 " Up a line k, <BS> or <Up>. 219 call term_sendkeys(buf, "\<BS>")
|
| H A D | test_cpoptions.vim | 72 iabbr <buffer> abc ab\<BS>d 74 call assert_equal('ab<BS>d ', getline(1)) 77 iabbr <buffer> abc ab\<BS>d
|
| /vim-8.2.3635/src/ |
| H A D | ascii.h | 26 #define BS '\010' macro 105 #define BS '\x16' macro
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_20.txt | 30 The most obvious way to edit the command you type is by pressing the <BS> key. 39 <BS> and "w" to correct: > 65 As mentioned, <BS> deletes the character before the cursor. To delete a whole 90 Oops, we lost the space. Now, don't use <BS>, because it would delete the 110 If you are at the start of the command line, pressing <BS> will cancel the 262 <BS> to correct the word. If there are many matches, type a few more
|
| H A D | version4.txt | 95 |<BS>| |i_<BS>| 102 And you may also want to add these, to fix the values for <BS> and <Del>: 113 When ^H is not recognized as <BS> or <Del>, it is used like a backspace. 152 <BS> <BS> <BackSpace>
|
| H A D | usr_30.txt | 453 When backspacing it works the other way around. A <BS> will always delete 457 <BS>. A "." stands for a space and "------->" for a <Tab>. 463 <Tab><Tab><Tab><BS> -------> 464 <Tab><Tab><Tab><BS><BS> .... 468 typed after the first non-blank character. However, <BS> doesn't work like 483 <Tab> you have to press the <BS> key up to eight times to undo it. If you are
|
| H A D | rileft.txt | 82 moves rightwards. A <BS> deletes the character under the cursor. 83 CTRL-W and CTRL-U also work in the opposite direction. <BS>, CTRL-W
|
| H A D | hebrew.txt | 101 moved and the text moves rightwards. A <BS> deletes the character under the 102 cursor. CTRL-W and CTRL-U also work in the opposite direction. <BS>, CTRL-W
|
| H A D | index.txt | 55 |i_<BS>| <BS> delete character before the cursor 56 |i_digraph| {char1}<BS>{char2} 58 |i_CTRL-H| CTRL-H same as <BS> 181 <BS> delete one character and redo search 182 CTRL-H same as <BS> 211 |<BS>| <BS> 1 same as "h" 911 |v_<BS>| <BS> 2 Select mode: delete highlighted area 912 |v_CTRL-H| CTRL-H 2 same as <BS> 1033 |c_<BS>| <BS> delete the character in front of the cursor 1034 |c_digraph| {char1} <BS> {char2} [all …]
|
| H A D | motion.txt | 168 CTRL-H or *CTRL-H* *<BS>* 169 <BS> [count] characters to the left. |exclusive| motion. 170 Note: If you prefer <BS> to delete a character, use 172 :map CTRL-V<BS> X 173 (to enter "CTRL-V<BS>" type the CTRL-V key, followed 174 by the <BS> key) 175 See |:fixdel| if the <BS> key does not do what you
|
| H A D | digraph.txt | 75 {char1} <BS> {char2} 89 'B' <BS> 'B' will enter the broken '|' character (166) 90 'a' <BS> '>' will enter an 'a' with a circumflex (226) 104 If you accidentally typed an 'a' that should be an 'e', you will type 'a' <BS> 106 this, you will have to type <BS> e again. To avoid this don't set the 187 ^H BS 0x08 8 BACKSPACE (BS)
|
| H A D | insert.txt | 67 *i_CTRL-H* *i_<BS>* *i_BS* 68 <BS> or CTRL-H Delete the character before the cursor (see |i_backspacing| 70 See |:fixdel| if your <BS> key does not do what you want. 149 This differs when the register contains characters like <BS>. 272 The effect of the <BS>, CTRL-W, and CTRL-U depend on the 'backspace' option 542 positions, and a <BS> used to delete white space, will delete 'softtabstop' 547 If 'softtabstop' is non-zero, a <BS> will try to delete as much white space to 569 If you delete characters in Replace mode (with <BS>, CTRL-W, or CTRL-U), what 604 As with Replace mode, using <BS> etc will bring back the characters that were 1339 <BS> and CTRL-H Delete one character, find the matches for the word before [all …]
|
| /vim-8.2.3635/runtime/spell/gl/ |
| H A D | gl_ES.diff | 31 + SAL BS S
|
| /vim-8.2.3635/runtime/ |
| H A D | mswin.vim | 24 vnoremap <BS> d
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | nasm.vim | 241 syn match nasmGen16Register "\<\([A-D]X\|[DS]I\|[BS]P\)\>" 242 syn match nasmGen32Register "\<E\([A-D]X\|[DS]I\|[BS]P\)\>" 243 syn match nasmGen64Register "\<R\([A-D]X\|[DS]I\|[BS]P\|[89]\|1[0-5]\|[89][WDB]\|1[0-5][WDB]\)\>"
|
| /vim-8.2.3635/src/libvterm/doc/ |
| H A D | seqs.txt | 12 123 0x08 = BS
|