Searched refs:ix (Results 1 – 16 of 16) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_tab.vim | 51 exe "normal ix\<Tab>x\<Esc>" 56 exe "normal ix\<Tab>x\<Esc>" 61 exe "normal ix\<Tab>x\<Esc>"
|
| H A D | test_edit.vim | 76 call feedkeys("ix\<esc>", 'tnix') 82 call feedkeys("ix\<esc>", 'tnix') 91 call feedkeys("ix\<esc>", 'tnix') 97 call feedkeys("ix\<esc>", 'tnix') 247 call feedkeys("A\<c-o>ix", 'txin') 249 call feedkeys("A\<c-\>\<c-o>ix", 'txin') 1335 call feedkeys("ix\<esc>", 'tnix') 1343 call feedkeys("ix\<esc>", 'tnix') 1963 …let g:mode_seq = ['n', 'i', 'n', 'v', 'V', 'i', 'ix', 'i', 'ic', 'i', 'n', 'no', 'n', 'V', 'v', 's…
|
| H A D | test_gf.vim | 178 call feedkeys("ix\<esc>", 'xt')
|
| H A D | test_ex_mode.vim | 167 call feedkeys("ix\<esc>", 'xt')
|
| H A D | test_startup.vim | 614 let out = split(system(GetVimCommand() .. ' -ix'), "\n") 617 call assert_equal('Garbage after option argument: "-ix"', out[1])
|
| H A D | test_undo.vim | 402 execute "norm ix\<c-g>uy\<c-g>uz\<Esc>"
|
| H A D | test_mapping.vim | 1010 onoremap ix <cmd>eval 0<cr> map 1012 ounmap ix
|
| H A D | test_functions.vim | 762 call assert_equal('i-ix', g:current_modes) 1865 normal ix 1872 sandbox let F = {-> "normal ix\<Esc>"->execute()}
|
| H A D | test_options.vim | 235 call assert_fails('set complete=ix', 'E535:')
|
| H A D | test_normal.vim | 3265 call feedkeys("3\<CursorHold>2ix", 'xt')
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | vietnamese-telex_utf-8.vim | 150 ix ĩ
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | context.vim | 119 syn match contextFont '\\\%(vi\{1,3}\|ix\|xi\{0,2}\)\>'
|
| /vim-8.2.3635/src/ |
| H A D | gui_photon.c | 1925 short ix, iy; in gui_mch_getmouse() local 1930 PtGetAbsPosition(gui.vimTextArea , &ix, &iy); in gui_mch_getmouse() 1932 *x = info.pos.x - ix; in gui_mch_getmouse()
|
| H A D | gui_w32.c | 6034 int ix; in RevOut() local 6036 for (ix = 0; ix < (int)len; ++ix) in RevOut() 6037 ExtTextOut(s_hdc, col + TEXT_X(ix), row, foptions, in RevOut() 6038 pcliprect, text + ix, 1, padding); in RevOut()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | eval.txt | 8252 ix Insert mode |i_CTRL-X| completion 14763 : for ix in range(strlen(a:str)) 14764 : let out = out . '-' . Nr2Bin(char2nr(a:str[ix]))
|
| H A D | version7.txt | 2197 In an empty line "ix<CTRL-O>0" moved the cursor to after the line instead of
|