Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/vim-8.2.3635/runtime/doc/
H A Dusr_32.txt1 *usr_32.txt* For Vim version 8.2. Last change: 2010 Jul 20
57 change 1
61 change 2
65 If we now undo one change, back to "one too", and change "one" to "me" we
70 change 1
74 change 2 change 3
102 Now make another change: change "one" to "not":
106 change 1
110 change 2 change 3
114 change 4
[all …]
H A Dusr_26.txt1 *usr_26.txt* For Vim version 8.2. Last change: 2006 Apr 24
8 An editing task is hardly ever unstructured. A change often needs to be made
9 several times. In this chapter a number of useful ways to repeat a change
14 |26.3| Making a change in many files
43 is. Then use ":s/2000/2001/g" to make the second change.
104 *26.3* Making a change in many files
106 Suppose you have a variable called "x_cnt" and you want to change it to
108 change it in all files. This is how you do it.
139 Suppose you have a lot of files in which you need to change the string
158 vim -e -s $file < change.vim
[all …]
H A Dundo.txt1 *undo.txt* For Vim version 8.2. Last change: 2020 Nov 30
25 :u[ndo] Undo one change.
34 :red[o] Redo one change which was undone.
39 a change, and thus |U| undoes a previous |U|.
70 repeat a change command, use "." for that.
89 change but joins in with the previous change use this command:
107 change.
135 specific undo-able change, see |:undo|.
166 before the first change.
188 making a new change.
[all …]
H A Dtags1 ! change.txt /*!*
2 !! change.txt /*!!*
27 & change.txt /*&*
2251 :change change.txt /*:change*
5768 change-list-jumps motion.txt /*change-list-jumps*
5769 change-name tips.txt /*change-name*
5770 change-tabs change.txt /*change-tabs*
5771 change.txt change.txt /*change.txt*
5960 complex-change change.txt /*complex-change*
9068 simple-change change.txt /*simple-change*
[all …]
H A Dusr_04.txt1 *usr_04.txt* For Vim version 8.2. Last change: 2021 Feb 22
14 |04.3| Repeating a change
89 c the change operator
122 C stands for c$ (change to end of the line)
123 s stands for cl (change one character)
124 S stands for cc (change a whole line)
162 *04.3* Repeating a change
188 cwfive<Esc> change the word to "five"
190 . repeat the change to "five"
192 . repeat the change
[all …]
H A Dhowto.txt1 *howto.txt* For Vim version 8.2. Last change: 2006 Apr 02
21 |usr_04.txt| change text
50 |mode-switching| change modes
79 |'helpheight'| change the default help height
83 |'report'| avoid seeing the change messages on every line
H A Dmotion.txt1 *motion.txt* For Vim version 8.2. Last change: 2021 Jun 13
44 or change text. The following operators are available:
46 |c| c change
48 |y| y yank into register (does not change the text)
974 - last change position '.
1007 Useful when making a change or inserting text
1009 position. E.g., when updating a "Last change"
1019 can still change the jumplist. Also, for
1137 positions go to the oldest change.
1175 change line col text ~
[all …]
H A Dautocmd.txt1 *autocmd.txt* For Vim version 8.2. Last change: 2021 Oct 04
495 Don't change to another buffer or window, it
722 the change was caused by an autocommand.
724 change in a buffer or the first change after
728 the effect of the change is undefined.
735 may fail and the change will be aborted.
740 change or when doing |:diffupdate|.
945 change.
1123 change a buffer name or change directory
1581 buffer, change to another buffer or change the
[all …]
H A Dusr_10.txt1 *usr_10.txt* For Vim version 8.2. Last change: 2019 Nov 22
30 The "." command repeats the preceding change. But what if you want to do
31 something more complex than a single change? That's where command recording
123 change. This can be done with: >
193 about to change. You get the following prompt: >
199 y Yes; make this change.
201 a All; make this change and all remaining ones without
204 l Last; make this change and then quit.
319 lines. This might change in a future version of Vim.
359 Suppose you want to change "foobar" to "barfoo", but only in C++ style
[all …]
H A Dusr_07.txt1 *usr_07.txt* For Vim version 8.2. Last change: 2020 Mar 23
36 E37: No write since last change (use ! to override) ~
197 You are in three.c. Notice that the CTRL-^ command does not change the idea
214 change: >
224 to the remembered position. At least until you make another change or leave
278 change the extension: >
420 When you try to make a change to the file Vim will give you a warning:
424 The change will be done though. This allows for formatting the file, for
433 Now every attempt to change the text will fail. The help files are like this,
434 for example. If you try to make a change you get this error message:
[all …]
H A Dvisual.txt1 *visual.txt* For Vim version 8.2. Last change: 2021 May 30
16 3. Changing the Visual area |visual-change|
183 3. Changing the Visual area *visual-change*
198 change.
222 c change (4) |v_c|
258 r change (4) |v_r|
259 s change |v_s|
260 C change (2)(4) |v_C|
261 S change (2) |v_S|
262 R change (2) |v_R|
[all …]
H A Dusr_22.txt1 *usr_22.txt* For Vim version 8.2. Last change: 2020 Mar 28
43 change.txt ~
117 s Repeatedly pressing s will change the way the files
206 directory. Doing a `:cd` command in one window will also change the current
209 remembered. Using `:cd` or `:lcd` in other windows will not change it.
217 previous tab page from which the new tab page was opened. You can change the
222 change the working directory of tab pages which have a tab local directory.
224 page, it will also change the current tab page working directory.
H A Dpi_spec.txt1 *pi_spec.txt* For Vim version 8.2. Last change: 2006 Apr 24
48 Note: the plugin will respect your desire to change the default mapping
92 change in the package or not. If you have not updated the package
/vim-8.2.3635/src/testdir/
H A Dtest_listener.vim29 " Undo is also a change
61 " a change above a previous change without a line number change is reported
74 " an insert just above a previous change that was the last one does not get
85 " an insert above a previous change causes a flush
96 " a delete at a previous change that was the last one does not get merged
106 " a delete above a previous change causes a flush
135 " Trying to change the list fails
160 " just one change
197 " split a line then insert one, should get two disconnected change lists
262 for l:change in a:changes
[all …]
H A Dtest_filechanged.vim14 " Need to wait until the timestamp would change by at least a second.
62 " With an undo file the reload can be undone and a change before the
80 " undo the change before reload
102 " Need to wait until the timestamp would change by at least a second.
120 " change buffer, recreate the file and reload
H A Dtest_changedtick.vim31 " Delete counts as a change too.
75 " Two ticks: change + write
87 " Three ticks: start insert + change + write
H A Dtest_jumplist.vim36 " jumplist doesn't change in between calls
55 " jumplist doesn't change in between calls
H A Dtest_excmd.vim159 " Test for the :change command
163 call feedkeys(":change\<CR> L4\<CR> L5\<CR>.\<CR>", 'xt')
166 " change a specific line
168 call feedkeys(":2change\<CR> L4\<CR> L5\<CR>.\<CR>", 'xt')
171 " change with toggling 'autoindent'
173 call feedkeys(":change!\<CR> L4\<CR> L5\<CR>.\<CR>", 'xt')
177 " change with 'autoindent' set and toggling 'autoindent'
180 call feedkeys(":change!\<CR> L4\<CR> L5\<CR>.\<CR>", 'xt')
H A Dtest_undo.vim116 " Setting local value in "two" must not change local value in "one"
239 " Note: next change must not be as if typed
265 " undojoin is a noop when no change yet, or when 'undolevels' is negative
496 call assert_equal('Already at oldest change', messages[-1])
501 call assert_equal('Already at newest change', messages[-1])
562 " first a simple one-line change.
572 " change in original file fails check
/vim-8.2.3635/runtime/syntax/
H A Dchange.vim6 " Details of the change mechanism of the WEB and CWEB languages can be found
16 " (b) stuff between @y..@z. WEB/CWEB ignore everything else in a change file.
27 let b:current_syntax = "change"
H A Dbaan.vim5 " Last change: v1.17 2006/04/26 10:40:18
126 syn match baansql "db\.change\.order"
1183 syn keyword baanBshell change.window
1240 syn keyword baanBshell change.bar
1247 syn keyword baanBshell change.object
1275 syn keyword baanBshell change.gc
1294 syn keyword baanBshell change.gtext
1296 syn keyword baanBshell change.line
1300 syn keyword baanBshell change.arc
1301 syn keyword baanBshell change.pie
[all …]
H A Dreadline.vim308 \ vi-change-to
326 \ vi-change-to
334 \ vi-change-char
342 \ vi-change-case
/vim-8.2.3635/runtime/macros/hanoi/
H A Dhanoi.vim4 " to set the height of the tower, change the digit in the following
32 " S change last char into a $
33 " R change last char in previous line into a n
/vim-8.2.3635/runtime/tutor/
H A Dtutor.utf-8151 the file you wish to edit. Use the name of a file that you can change.
235 Many commands that change text are made from an operator and a motion.
356 6. The format for a change command is:
420 ** To change until the end of a word, type ce . **
443 ** The change operator is used with the same motions as delete. **
445 1. The change operator works in the same way as delete. The format is:
473 3. The change operator allows you to change from the cursor to where the
475 the word, c$ to change to the end of a line.
477 4. The format for change is:
566 globally in the line, change all occurrences of "thee" in the line.
[all …]
H A Dtutor151 the file you wish to edit. Use the name of a file that you can change.
235 Many commands that change text are made from an operator and a motion.
356 6. The format for a change command is:
420 ** To change until the end of a word, type ce . **
443 ** The change operator is used with the same motions as delete. **
445 1. The change operator works in the same way as delete. The format is:
473 3. The change operator allows you to change from the cursor to where the
475 the word, c$ to change to the end of a line.
477 4. The format for change is:
566 globally in the line, change all occurrences of "thee" in the line.
[all …]

12345678910>>...19