Searched refs:deleting (Results 1 – 25 of 97) sorted by relevance
1234
| /vim-8.2.3635/src/ |
| H A D | installml.sh | 123 echo deleting $destdir/$exname.1 127 echo deleting $destdir/$viewname.1 131 echo deleting $destdir/$rvimname.1 135 echo deleting $destdir/$rviewname.1 142 echo deleting $destdir/$gvimname.1 146 echo deleting $destdir/$gviewname.1 150 echo deleting $destdir/$rgvimname.1 154 echo deleting $destdir/$rgviewname.1 158 echo deleting $destdir/$gvimdiffname.1 162 echo deleting $destdir/$eviewname.1
|
| H A D | installman.sh | 99 echo deleting $destdir/$exename.1 103 echo deleting $destdir/$exename""tutor.1 107 echo deleting $destdir/$vimdiffname.1 111 echo deleting $destdir/$evimname.1
|
| H A D | register.c | 1130 op_yank(oparg_T *oap, int deleting, int mess) in op_yank() argument 1164 if (!deleting) // op_delete() already set y_current in op_yank() 1399 || (!deleting && oap->regname == 0 in op_yank() 1419 || (!deleting && oap->regname == 0 in op_yank() 1444 if (!deleting && has_textyankpost()) in op_yank()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | textprop.txt | 23 are attached to. Also when inserting/deleting text in the line before the 24 text property. And when inserting/deleting text inside the text property, it 74 Try inserting or deleting lines above the text, you will see that the text 355 attached. When inserting or deleting text the properties after the change
|
| H A D | howto.txt | 20 |deleting| delete text
|
| H A D | autocmd.txt | 281 |BufDelete| before deleting a buffer from the buffer list 282 |BufWipeout| before completely deleting a buffer 419 BufDelete Before deleting a buffer from the buffer list. 526 BufWipeout Before completely deleting a buffer. The 1399 buffer name in one of the autocommands, or even deleting the buffer, does not 1411 been wiped out with |:bwipe|. After deleting the buffer with |:bdel| the 1456 course. Note that when deleting a buffer, e.g., with ":bdel", it is only 1479 ":doautocmd" or ":doautoall", or when defining or deleting autocommands.
|
| H A D | undo.txt | 215 You are now back in the first undo branch, after deleting "one". Repeating 276 Implementation detail: Overwriting happens by first deleting
|
| H A D | if_ole.txt | 140 Before moving, deleting, or upgrading Vim, the registry entries should be
|
| H A D | change.txt | 8 changing text means deleting the text and replacing it with other text using 12 1. Deleting text |deleting| 27 1. Deleting text *deleting* *E470* 36 want. See |'whichwrap'| for deleting a line break 282 autoindenting. This works just like deleting the 1175 deleting the selection.) 1806 automatically when inserting text or deleting text. This works nicely for 1837 deleting the last line of a paragraph with |dd|, the paragraph will be
|
| H A D | help.txt | 120 |change.txt| deleting and replacing text
|
| H A D | usr_02.txt | 456 :help deleting 542 5) Insert mode commands start with i_. Help for deleting a word: >
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_marks.vim | 196 " getpos() should return all zeros after deleting a filemark. 201 " Test deleting a range of marks.
|
| H A D | test_source.vim | 53 " When deleting a file and immediately creating a new one the inode may be
|
| H A D | test_buffer.vim | 181 " Test for the status messages displayed when unloading, deleting or wiping 242 " Test for deleting a modified buffer with :confirm
|
| H A D | test_user_func.vim | 261 " Try deleting the current function 429 " Test for deleting a function
|
| H A D | test_put.vim | 117 " Test for deleting all the contents of a buffer with a put
|
| H A D | test_perl.vim | 218 " Check deleting lines does not trigger ml_get error.
|
| H A D | test_match.vim | 352 " Test for deleting matches outside of the screen redraw top/bottom lines
|
| H A D | test_textprop.vim | 802 " Test deleting the first line of a multi-line prop. 814 " Test deleting the last line of a multi-line prop. 1608 # check deleting lines is OK
|
| H A D | test_writefile.vim | 376 " Autocmd deleting lines from the file when writing a partial file 393 " Autocmd deleting lines from the file when writing the whole file
|
| H A D | test_ruby.vim | 14 " Check deleting lines does not trigger ml_get error.
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | README.txt | 4 Look in the file for hints on how it can be disabled without deleting it.
|
| /vim-8.2.3635/src/proto/ |
| H A D | register.pro | 30 int op_yank(oparg_T *oap, int deleting, int mess);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | m3build.vim | 60 " (* deleting *)
|
| /vim-8.2.3635/ |
| H A D | uninstall.txt | 26 messages to avoid deleting something you want to keep.
|
1234