Home
last modified time | relevance | path

Searched refs:replaced (Results 1 – 25 of 67) sorted by relevance

123

/vim-8.2.3635/runtime/doc/
H A Dcmdline.txt849 % Is replaced with the current file name. *:_%* *c_%*
850 # Is replaced with the alternate file name. *:_#* *c_#*
852 #n (where n is a number) is replaced with *:_#0* *:_#n*
863 % Is replaced with the current file name.
864 %% Is replaced with the alternate file name. *:_%%* *c_%%*
865 %%n (where n is a number) is replaced with *:_%%0* *:_%%n*
867 %%% Is replaced with all names in the argument *:_%%%* *c_%%%#*
928 When executing a function, is replaced with the call stack,
934 <stack> is replaced with the call stack, using
946 It differs from <slnum> in that <sflnum> is replaced with
[all …]
H A Dworkshop.txt10 The product has not been available for a long time and has been replaced by
H A Dvisual.txt336 All selected text in the block will be replaced by the same text string. When
355 Every screen char in the highlighted region is replaced with the same char, ie
356 TABs are split and the virtual whitespace is replaced, maintaining screen
382 want only part of the line to be replaced you will have to make a mapping for
H A Dft_sql.txt567 6. The table name is replaced with the column list of the table is
568 replaced with the comma separate list of columns with the alias
570 7. Step 3 and 4 can be replaced by pressing <C-C>L, which has
652 the owner name will be replaced. >
H A Dmap.txt578 terminal code is found it is replaced with the internal code. Then the check
637 "<Leader>" can be used. It is replaced with the string value of "mapleader".
824 {lhs} is typed, it will be replaced with {rhs}. When the {lhs} which is
825 included in {rhs} is encountered it will be replaced with {rhs}, and so on.
1027 If you enter a word that is an abbreviation, it is replaced with the word it
1104 the abbreviation to avoid it to be replaced. A CTRL-V in front of a normal
1156 existed it is replaced with the new {rhs}. {rhs} may
1381 that script will be silently replaced.
1614 escape sequences, using <...> notation. Escape sequences are replaced with
1680 <f-args> sequence is replaced by the comma-separated list of quoted arguments.
H A Dusr_04.txt148 Using a count with "r" causes that many characters to be replaced with the
372 mode. In Visual mode the selected text is replaced with the pasted text.
461 You may have noticed that this command replaced 5 characters in the line with
H A Dchange.txt283 characters that are replaced and then doing
552 some text through a filter, so that it is replaced by the filter output.
807 & \& replaced with the whole matched pattern *s/\&*
808 \& & replaced with &
809 \0 replaced with the whole matched pattern *\0* *s/\0*
810 \1 replaced with the matched pattern in the first
812 \2 replaced with the matched pattern in the second
815 \9 replaced with the matched pattern in the ninth
817 ~ \~ replaced with the {string} of the previous
819 \~ ~ replaced with ~ *s/\~*
H A Dif_tcl.txt118 < This command might be replaced by a variable in future versions.
166 < This command might be replaced by a variable in future versions.
429 The standard Tcl commands "exit" and "catch" are replaced by custom versions.
H A Dusr_12.txt34 all words in a line to be replaced.
36 It would be replaced with "thirty4". To avoid this, use the "\<" item to
H A Dspell.txt170 word to be replaced.
172 replaced.
186 case the replaced text is also listed after a "<".
196 When a word was replaced the redo command "." will
203 with the replaced word in the current window.
1568 white space is replaced by one space. Sequences of the same character in
1569 SOFOFROM are replaced by one.
H A Dintro.txt755 the last line are replaced with "@@@", like this:
785 is replaced with the number of spaces that it represents. Other non-printing
786 characters are replaced with "^{char}", where {char} is the non-printing
788 Characters between 127 and 160 are replaced with "~{char}", where {char} is
H A Dusr_43.txt61 |<LocalLeader>| in the mapping is replaced with the value of the
H A Dusr_10.txt275 had included "grey" it would be replaced as well. Maybe that's what you
536 trailing white space is replaced by one space. Two spaces are used after a
784 difference with using "!!date": that replaced a line, while ":read !date" will
H A Dprint.txt110 replaced with '-' signs.
122 cannot be converted will be replaced with upside down question marks.
418 character. Missing characters will be replaced with an upside down question
H A Dinsert.txt528 character is replaced with several spaces. The result of this is that the
570 happens is that you delete the changes. The characters that were replaced
595 move. The rest of the current line will be replaced by the <NL> (that is,
605 replaced. This still works in conjunction with 'smartindent', CTRL-T and
756 In Replace mode, the number of characters that are replaced depends on the
836 Thus a word can be completely replaced.
1113 cursor column will be replaced with the matches. If the returned value is
2034 any '!' is replaced with the previous command |:!|.
H A Dediting.txt115 string, it is often displayed with HOME replaced with "~". This was done to
138 change the 'backupext' option. Extra dots are replaced with '_' on MS-Windows
545 characters will be replaced with <CR><NL> (assuming 'fileformats' includes
579 single <NL> characters are unexpectedly replaced with <CR><NL>.
928 executed like with ":!{cmd}", any '!' is replaced with
1425 and when the file is written the <NL> will be replaced with <CR><NL>.
/vim-8.2.3635/runtime/syntax/
H A Ddns.vim4 " This has been replaced by the bindzone syntax
H A Dpli.vim204 " below the replaced values. This adds the C functionality to PL/SQL.
/vim-8.2.3635/src/
H A Dindent.c1220 int replaced, // replaced character, put on replace stack in change_indent() argument
1381 while (start_col < (int)curwin->w_cursor.col || replaced) in change_indent()
1384 if (replaced) in change_indent()
1386 replace_push(replaced); in change_indent()
1387 replaced = NUL; in change_indent()
/vim-8.2.3635/src/proto/
H A Dindent.pro27 void change_indent(int type, int amount, int round, int replaced, int call_changed_bytes);
/vim-8.2.3635/runtime/autoload/
H A Dsqlcomplete.vim38 " only the table name would be replaced with the column
48 " would be replaced for column and column list options.
170 " whatever has been typed should be replaced as part of the
186 " The a:base, is replaced directly with what the user
200 " be replaced by whatever is chosen from the completion list
/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim328 " and return a comma-separated list of groups with backrefs replaced:
452 " '\1' in target is replaced by '\(a\)' in word, table[1] = 3, and this
453 " indicates that all other instances of '\1' in target are to be replaced
461 while i != -2 " There are back references to be replaced.
/vim-8.2.3635/src/testdir/
H A Dtest_tcl.vim513 " Test with fewer replacing lines than replaced lines: lines get deleted.
519 " Test with more replacing lines than replaced lines: lines get added.
H A Dtest_matchadd_conceal.vim303 " To test targets in the same line string is replaced with conceal char
H A Dtest_user_func.vim3 " Also test that a builtin function cannot be replaced.

123