Home
last modified time | relevance | path

Searched refs:deleted (Results 1 – 25 of 144) sorted by relevance

123456

/vim-8.2.3635/src/testdir/
H A Dtest_backspace_opt.vim61 \ "1 this shouldn't be deleted",
62 \ "2 this shouldn't be deleted",
63 \ "3 this shouldn't be deleted",
64 \ "4 this should be deleted",
65 \ "5 this shouldn't be deleted",
66 \ "6 this shouldn't be deleted",
67 \ "7 this shouldn't be deleted",
92 \ "1 this shouldn't be deleted",
93 \ "2 this shouldn't be deleted",
94 \ "3 this shouldn't be deleted",
[all …]
H A Dtest_rename.vim42 " should be done. The source file should not be deleted.
78 " Check that when original file can't be deleted, rename()
109 " When rename() fails, the destination file should not be deleted.
H A Dtest_tcl.vim374 tcl $::vim::current(window) delcmd [list set msg "window deleted"]
377 call assert_equal('window deleted', TclEval('set msg'))
513 " Test with fewer replacing lines than replaced lines: lines get deleted.
639 " Test $buf delcmd {cmd} (command executed when buffer is deleted)
643 tcl $::vim::current(buffer) delcmd [list set msg "buffer deleted"]
647 call assert_equal('buffer deleted', TclEval('set msg'))
716 " The Tcl interpreter should have been deleted and a new one
H A Dtest_swap.vim204 " deleted. Process 0x3fffffff most likely does not exist.
213 " Now set the modified flag, the swap file will not be deleted
466 " swap file should be automatically deleted.
478 " deleted
502 " Test for renaming a buffer when the swap file is deleted out-of-band
H A Dtest_filechanged.vim27 " When deleted buffer is not reloaded
31 call assert_equal('deleted', g:reason)
H A Dtest_marks.vim3 " Test that a deleted mark is restored after delete-undo-redo-undo.
193 " Deleting an already deleted mark should not fail.
H A Dtest_python2.vim300 \ 'Vim(let):vim.error: attempt to refer to deleted tab page')
302 \ 'Vim(let):vim.error: attempt to refer to deleted tab page')
307 call assert_match('<tabpage object (deleted)', pyeval('repr(t)'))
331 \ 'Vim(let):vim.error: attempt to refer to deleted window')
339 \ 'vim.error: attempt to refer to deleted window')
340 call assert_match('<window object (deleted)', pyeval("repr(w)"))
1567 " Range object for a deleted buffer
1576 call assert_match('<buffer object (deleted)', pyeval('repr(b)'))
1579 \ 'Vim(let):vim.error: attempt to refer to deleted buffer')
1583 " object for a deleted buffer
[all …]
H A Dtest_python3.vim506 call assert_match('<tabpage object (deleted)', py3eval('repr(t)'))
530 \ 'Vim(let):vim.error: attempt to refer to deleted window')
532 \ 'Vim(py3):vim.error: attempt to refer to deleted window')
534 \ 'Vim(py3):vim.error: attempt to refer to deleted window')
538 \ 'Vim(py3):vim.error: attempt to refer to deleted window')
539 call assert_match('<window object (deleted)', py3eval("repr(w)"))
1762 " Range object for a deleted buffer
1770 \ 'Vim(py3):vim.error: attempt to refer to deleted buffer')
1771 call assert_match('<buffer object (deleted)', py3eval('repr(b)'))
1774 \ 'Vim(let):vim.error: attempt to refer to deleted buffer')
[all …]
/vim-8.2.3635/runtime/spell/
H A Dfixdup.vim5 let deleted = 0 variable
13 let deleted += 1 variable
24 if deleted == 0
26 elseif deleted == 1
29 echomsg printf("Deleted %d duplicate words", deleted)
/vim-8.2.3635/runtime/doc/
H A Dtextprop.txt22 text: If lines are deleted or inserted the properties move with the text they
87 Nevertheless, when text is inserted or deleted the text may need to be parsed
245 the type was deleted
292 deleted.
358 When text is deleted and a text property no longer includes any text, it is
359 deleted. However, a text property that was defined as zero-width will remain,
360 unless the whole line is deleted.
380 Tcl or Python. Vim does not know what text got inserted or deleted.
H A Ddiff.txt165 - "filler" is not present in 'diffopt', deleted/inserted lines makes the
193 text. This mostly takes care of inserted and deleted lines. Changes within a
204 present in another. These lines were inserted in another file or deleted in
289 lines. When there are deleted lines, this may not always be possible.
291 There can be deleted lines below the last line of the buffer. When the cursor
301 Note that deleted lines are displayed, but not counted as text lines. You
302 can't move the cursor into them. To fill the deleted lines with the lines
446 deleted. It should just patch the file and nothing else.
H A Dusr_04.txt90 2w move two words (they are deleted and Insert mode started)
95 deleted. There is a saying that for every problem there is an answer that is
158 number of characters deleted: "4r<Enter>" replaces four characters with one
216 will be deleted when you press "d".
286 Because you deleted an entire line, the "p" command placed the text line below
303 The "P" command puts text like "p", but before the cursor. When you deleted a
304 whole line with "dd", "P" will put it back above the cursor. When you deleted
311 same deleted line.
406 space after the word is also deleted (or the white space before the word if at
H A Dundo.txt311 NOTE: undo files are never deleted by Vim. You need to delete them yourself.
387 back the most recent deleted text with the put command: '"1P'. (also, if the
388 deleted text was the result of the last delete or copy operation, 'P' or 'p'
393 If you want to get back more than one part of deleted text, you can use a
398 Example: If you deleted text with 'dd....' it can be restored with
401 If you don't know in which register the deleted text is, you can use the
H A Dif_tcl.txt233 for the current window. A window command is automatically deleted when the
279 $win delcmd [list puts vimerr "window deleted"]
309 for the current buffer. A buffer command is automatically deleted when the
321 $buf delcmd {cmd} # Call Tcl command when buffer is deleted.
360 is deleted. Complex commands should be built with "list": >
403 deleted from the buffer.
H A Dif_mzsch.txt201 the line gets deleted. The [buffer]
210 deleted. If a list is shorter than
212 be deleted.
H A Dvisual.txt337 using "c" the selected text is deleted and Insert mode started. You can then
481 - Printable characters, <NL> and <CR> cause the selection to be deleted, and
495 example, when a whole line is deleted, it can later be pasted halfway a line.
510 mode entered, unless the selected area was deleted, another buffer became
513 When a character was typed that causes the selection to be deleted and Insert
H A Dfold.txt25 deleted and new ones created. Switching to the "manual" method doesn't remove
266 marker matches with 'commentstring', that text is deleted as well.
298 line, that fold is deleted. Nested folds are moved one level
300 selected area are deleted.
309 them are deleted.
453 when lines are deleted, of course).
H A Dusr_09.txt266 difference: When typing text, the selected text is deleted and the typed text
275 Now press a letter. The selected text is deleted, and the single letter
278 Since typing normal text causes the selected text to be deleted, you can not
H A Dusr_08.txt359 | text | ------------------| <- deleted line
380 The line that was deleted is displayed with "---" in the main.c window.
381 See the "<- deleted line" marker in the picture. These characters are not
458 cursor to the left window, on the line that was deleted in the other window.
/vim-8.2.3635/src/
H A Ddiff.c290 int inserted, deleted; in diff_mark_adjust_tp() local
310 deleted = 0; in diff_mark_adjust_tp()
316 deleted = 0; in diff_mark_adjust_tp()
322 deleted = -amount_after; in diff_mark_adjust_tp()
353 dnext->df_count[i] = deleted; in diff_mark_adjust_tp()
380 if (dp->df_lnum[idx] - (deleted + inserted != 0) > line2) in diff_mark_adjust_tp()
391 if (deleted > 0) in diff_mark_adjust_tp()
405 deleted -= n; in diff_mark_adjust_tp()
410 n = deleted - dp->df_count[idx]; in diff_mark_adjust_tp()
435 deleted -= dp->df_next->df_lnum[idx] in diff_mark_adjust_tp()
[all …]
H A Dex_cmds.c387 long deleted; in ex_sort() local
646 deleted = (long)(count - (lnum - eap->line2)); in ex_sort()
647 if (deleted > 0) in ex_sort()
649 mark_adjust(eap->line2 - deleted, eap->line2, (long)MAXLNUM, -deleted); in ex_sort()
650 msgmore(-deleted); in ex_sort()
652 else if (deleted < 0) in ex_sort()
653 mark_adjust(eap->line2, MAXLNUM, -deleted, 0L); in ex_sort()
655 if (change_occurred || deleted != 0) in ex_sort()
656 changed_lines(eap->line1, 0, eap->line2 + 1, -deleted); in ex_sort()
H A Dbuffer.c1603 int deleted = 0; // number of buffers deleted in do_bufdel() local
1633 ++deleted; in do_bufdel()
1662 ++deleted; in do_bufdel()
1664 if (deleted == 0) in do_bufdel()
1674 else if (deleted >= p_report) in do_bufdel()
1678 "%d buffers unloaded", deleted), deleted); in do_bufdel()
1681 "%d buffers deleted", deleted), deleted); in do_bufdel()
1684 "%d buffers wiped out", deleted), deleted); in do_bufdel()
/vim-8.2.3635/src/proto/
H A Dtextprop.pro22 void adjust_props_for_split(linenr_T lnum_props, linenr_T lnum_top, int kept, int deleted);
/vim-8.2.3635/runtime/tutor/
H A Dtutor.utf-879 character to be deleted.
195 3. Move the cursor to the beginning of a word that needs to be deleted.
374 ** Type p to put previously deleted text after the cursor. **
380 3. Move the cursor to the c) line, ABOVE where the deleted line should go.
466 1. To put back text that has just been deleted, type p . This puts the
467 deleted text AFTER the cursor (if a line was deleted it will go on the
H A Dtutor79 character to be deleted.
195 3. Move the cursor to the beginning of a word that needs to be deleted.
374 ** Type p to put previously deleted text after the cursor. **
380 3. Move the cursor to the c) line, ABOVE where the deleted line should go.
466 1. To put back text that has just been deleted, type p . This puts the
467 deleted text AFTER the cursor (if a line was deleted it will go on the

123456