| /vim-8.2.3635/runtime/doc/ |
| H A D | scroll.txt | 10 moved off of the window, the cursor is moved onto the window (with 42 to [count]. The cursor is moved the same number of 79 option to [count]. The cursor is moved the same 147 character that the cursor is on is moved off the screen, the cursor is moved 171 For the following two commands the cursor is not moved in the text, only the
|
| H A D | popup.txt | 213 \ moved: 'WORD', 363 The "moved" entry is a list with line number, minimum and 543 moved 643 the popup is moved to the left so as to fit the 740 moved Specifies to close the popup if the cursor moved: 741 - "any": if the cursor moved at all 742 - "word": if the cursor moved outside |<cword>| 743 - "WORD": if the cursor moved outside |<cWORD>| 744 - "expr": if the cursor moved outside |<cexpr>| 745 - [{start}, {end}]: if the cursor moved before column [all …]
|
| H A D | pi_getscript.txt | 284 ---.vim.bz2 : decompressed & moved into .vim/plugin directory 287 ---.vim.gz : decompressed & moved into .vim/plugin directory 289 ---.vim : moved to .vim/plugin directory 455 v10 Apr 19, 2004 : * moved history from script to doc
|
| H A D | quickref.txt | 340 |d| N d{motion} delete the text that is moved over with {motion} 355 |y| N y{motion} yank the text moved over with {motion} into a register 378 |c| N c{motion} change the text that is moved over with {motion} 393 |g~| g~{motion} switch case for the text that is moved over with 395 |gu| gu{motion} make the text that is moved over with {motion} 397 |gU| gU{motion} make the text that is moved over with {motion} 400 |g?| g?{motion} perform rot13 encoding on the text that is moved over 406 |<| N <{motion} move the lines that are moved over with {motion} one 409 |>| N >{motion} move the lines that are moved over with {motion} one 424 filter the lines that are moved over through {command} [all …]
|
| H A D | term.txt | 332 t_ms if non-empty, cursor can be moved in standout/inverse mode 723 scrolls very slowly, set the 'scrolljump' to 5 or so. If the cursor is moved 919 (1) only if mouse pointer moved since press 998 <LeftDrag> left moved while pressed extend selection 1001 <MiddleDrag> middle moved while pressed - 1004 <RightDrag> right moved while pressed extend selection 1007 <X1Drag> X1 moved while pressed - *X1Drag* 1010 <X2Drag> X2 moved while pressed - *X2Drag*
|
| H A D | usr_28.txt | 64 text that it moved over. |zf| also works in Visual mode. 134 - put the cursor on the first line to be moved 136 - put the cursor on the last line to be moved
|
| H A D | rileft.txt | 81 text. When inserting characters the cursor is not moved and the text
|
| H A D | hebrew.txt | 101 moved and the text moves rightwards. A <BS> deletes the character under the
|
| H A D | pi_tar.txt | 121 v27 May 31, 2011 * moved cygwin detection before g:tar_copycmd
|
| H A D | pi_vimball.txt | 253 10 : Apr 27, 2006 * moved all setting saving/restoration to a pair of
|
| H A D | motion.txt | 42 operate on the text that was moved over. That is the text between the cursor 90 end of the motion is moved to the end of the previous line and the motion 430 operator and the last word moved over is at the end of a line, the end of 1347 active window and the cursor is not moved.
|
| H A D | usr_03.txt | 8 Before you can insert or delete text the cursor has to be moved to the right 142 direction. The cursor is never moved to another line. Not even when the
|
| H A D | version5.txt | 1382 :global mark from the moved lines. 1509 "gk" while 'nowrap' set moved two lines up. 3111 column wasn't set, "k" or "j" moved to the wrong column. 3310 All the menu code has been moved from gui.c to menu.c. 4853 msg_trunc_attr(), which is moved to the new function 4913 moved to the first non-blank anyway. 5245 executable had been moved elsewhere. (Ott) 5247 gvim.exe when it wasn't moved and it's not in $PATH. 5391 Just updates version.h. The real patch has been moved to 5.4.x1. 5654 hidden buffer, the cursor could be moved to a non-existing [all …]
|
| /vim-8.2.3635/runtime/macros/ |
| H A D | README.txt | 19 The following have been moved to an optional package. Add the command to your
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | ocaml.vim | 14 " This error format was moved from ftplugin/ocaml.vim to this file,
|
| /vim-8.2.3635/src/ |
| H A D | fold.c | 1427 long moved; in deleteFoldEntry() local 1443 moved = fp->fd_nested.ga_len; in deleteFoldEntry() 1444 if (ga_grow(gap, (int)(moved - 1)) == OK) in deleteFoldEntry() 1451 for (i = 0; i < moved; ++i) in deleteFoldEntry() 1462 mch_memmove(fp + moved, fp + 1, in deleteFoldEntry() 1465 mch_memmove(fp, nfp, (size_t)(sizeof(fold_T) * moved)); in deleteFoldEntry() 1467 gap->ga_len += moved - 1; in deleteFoldEntry()
|
| H A D | mouse.c | 215 int moved; // Has cursor moved? in do_mouse() local 685 moved = (jump_flags & CURSOR_MOVED); in do_mouse() 1023 return moved; in do_mouse()
|
| H A D | move.c | 1326 int moved = FALSE; in scrolldown() local 1407 moved = TRUE; in scrolldown() 1409 if (moved) in scrolldown()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_popupwin.vim | 1448 \ moved: [0, 0, 0], 1453 \ moved: [0, 0, 0], 1458 \ moved: [0, 0, 0], 1463 \ moved: range(3), 2107 let winid = popup_atcursor('text', #{moved: 'any'}) 2110 call assert_equal([1, 4, 4], popup_getoptions(winid).moved) 2117 let winid = popup_atcursor('text', #{moved: 'word'}) 2120 call assert_equal([1, 4, 7], popup_getoptions(winid).moved) 2126 let winid = popup_atcursor('text', #{moved: 'word'}) 2129 call assert_equal([1, 4, 7], popup_getoptions(winid).moved) [all …]
|
| H A D | test_fold.vim | 307 " Second fold has been moved up because the moved line is now below it. 410 " Second fold has been moved up because the moved line is now below it. 713 " Moving a fold a few times, messes up the folds below the moved fold.
|
| H A D | test_visual.vim | 799 " During visual block append, if the cursor moved outside of the selected 806 " During visual block append, if the cursor is moved before the start of the
|
| /vim-8.2.3635/ |
| H A D | uninstall.txt | 77 the ones that you moved elsewhere yourself.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | ocaml.vim | 13 " which eventually should be moved somewhere else ..
|
| H A D | clojure.vim | 302 " If we moved to another line, there is no word after the (. We
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | dtml.vim | 22 " This doesn't have any effect. Does it need to be moved to above/
|