Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 191) sorted by relevance

12345678

/vim-8.2.3635/runtime/macros/maze/
H A Dmaze_mac109 " type ':map Q rXY'. This should map the Q key to 'replace the
166 " ^ - replace it with an X (the goal)
176 " A - replace the current character with an 'O'
215 " A - replace the current character with an 'O'
219 " N - replace this line with the string 'n'
239 " T - replace this line with the string 's'
247 " V - add the letter 'r' (the replace vi command)
263 " ^ - replace the current character with an 'X'
H A DREADME.txt37 and not a maze and you are using SysV or DOS replace the "27" on the
/vim-8.2.3635/runtime/autoload/
H A Dpython3complete.vim110 all.sort(key=lambda x:x['abbr'].replace('_','z'))
141 return doc.replace('"',' ').replace("'",' ')
273 d = str.replace('\n',' ')
274 d = d.replace('\t',' ')
275 while d.find(' ') > -1: d = d.replace(' ',' ')
402 if '=' not in name: name = name.replace(' ', '')
482 #print('line found [%s] scope=%s' % (line.replace('\n',''),self.scope.name))
H A Dpythoncomplete.vim158 return doc.replace('"',' ').replace("'",' ')
291 d = str.replace('\n',' ')
292 d = d.replace('\t',' ')
293 while d.find(' ') > -1: d = d.replace(' ',' ')
420 if '=' not in name: name = name.replace(' ', '')
500 #print 'line found [%s] scope=%s' % (line.replace('\n',''),self.scope.name)
H A Ddecada.vim27 " 2: replace all double '_' or '-' with an dot (which denotes a separate)
/vim-8.2.3635/runtime/doc/
H A Dhebrew.txt33 + 'hkmap' ('hk') sets keyboard mapping to Hebrew, in insert/replace modes.
63 + CTRL-_ in insert/replace modes toggles 'revins' and 'hkmap' as follows:
75 insert/replace mode.
106 There is no reverse replace mode (yet).
H A Dchange.txt18 4.3 Search and replace |search-replace|
174 <Tab> may replace several characters at once.
269 character. To replace with a real <CR>, use CTRL-V
625 For each line in [range] replace a match of {pattern}
629 special; see |sub-replace-special|.
630 When [range] and [count] are omitted, replace in the
756 < The last commands will replace "green" with "red". >
760 < The last command will replace "blue" with "red".
796 *sub-replace-special* *:s\=*
918 *sub-replace-\=* *s/\=*
[all …]
H A Dusr_12.txt28 The substitute command can be used to replace all occurrences of a word with
33 The "%" range means to replace in all lines. The "g" flag at the end causes
46 If you are programming, you might want to replace "four" in comments, but not
56 Suppose you want to replace a word in more than one file. You could edit each
129 special items in a substitute command, see |sub-replace-special|.
H A Dos_dos.txt81 then replace backslashes with forward slashes when expanding file names. This
160 You must replace xx with a decimal code, which is the foreground color number
227 You can use Vim to replace <NL> with <CR><NL> by reading in any mode and
229 You can use Vim to replace <CR><NL> with <NL> by reading in Dos mode and
238 contain single <NL> characters which Vim would replace with <CR><NL>. You can
/vim-8.2.3635/src/testdir/
H A Dtest_visual.vim192 " Test Virtual replace mode.
247 " Test Virtual replace mode.
623 " characterwise visual mode: replace last line
662 " characterwise visual mode: replace a single character line and the eol
674 " v_p: replace last character with line register at middle line
681 " v_p: replace last character with line register at middle line selecting
690 " v_p: replace last character with line register at last line
698 " v_p: replace last character with line register at last line selecting
743 " Test block-replace
779 " Test block replace with an empty line in the middle and use $ to jump to
[all …]
H A Dtest_python2.vim35 msg = msg.replace(', not \'FailingNumber\'', '').replace('"', '\'')
39 msg = msg.replace('(\'', '("').replace('\',)', '",)')
42 msg = msg.replace('can\'t', 'cannot')
45 msg = msg.replace('"cannot ', '\'cannot ')
47 msg = msg.replace(' attributes"', ' attributes\'')
50 msg = msg.replace('AttributeError:(\'keys\',)',
1495 cb.append(b.name[-11:].replace(os.path.sep, '/'))
2651 vim.options['rtp'] = os.getcwd().replace('\\', '\\\\').replace(',', '\\,')
3654 vim.options['rtp'] = os.getcwd().replace(',', '\\,').replace('\\', '\\\\')
3675 …cb.append(tm.__file__.replace('.pyc', '.py').replace(os.path.sep, '/')[-len('modulex/topmodule/__i…
[all …]
H A Dtest_gn.vim5 " replace a single char by itself quoted:
19 " replace a multi-line match
H A Dsummarize.vim30 " tests, it doesn't actually replace anything.
/vim-8.2.3635/runtime/syntax/
H A Dxkb.vim41 syn keyword xkbPreproc augment include replace
43 syn keyword xkbModif override replace
H A Darduino.vim5 " License: VIM license (:help license, replace vim by arduino.vim)
51 syn keyword arduinoMethod readBytesUntil readString readStringUntil replace
H A Dxquery.vim29 …ot number number one-or-more position prefix-from-QName QName remove replace replace resolve-QName…
H A Dbtm.vim113 syn keyword btmBuiltInFunc contained replace right search
173 syn keyword btmCommand rename replace restore return
H A Dsmarty.vim35 syn keyword smartyModifier escape indent lower nl2br regex_replace replace
/vim-8.2.3635/src/
H A Dgui_gtk.c2069 GtkWidget *replace; // 'Replace With' action button member
2512 frdp->replace = create_image_button(NULL, _("Replace")); in find_replace_dialog_create()
2514 frdp->replace = create_image_button(GTK_STOCK_CONVERT, _("Replace")); in find_replace_dialog_create()
2516 gtk_widget_set_sensitive(frdp->replace, sensitive); in find_replace_dialog_create()
2518 gtk_box_pack_start(GTK_BOX(actionarea), frdp->replace, FALSE, FALSE, 0); in find_replace_dialog_create()
2519 g_signal_connect(G_OBJECT(frdp->replace), "clicked", in find_replace_dialog_create()
2667 gtk_widget_set_sensitive(repl_widgets.replace, nonempty); in entry_changed_cb()
/vim-8.2.3635/src/po/
H A DREADME.txt48 We will use "xx.po" as an example here, replace "xx" with the name of your
66 will use "xx.po" as an example here, replace "xx" with the name of your
/vim-8.2.3635/runtime/ftplugin/
H A Dzimbu.vim46 " Does replace when a dot, space or closing brace is typed.
56 " Does not replace when a dot is typed.
H A Dpython.vim19 " For imports with leading .., append / and replace additional .s with ../
23 " For imports with a single leading ., replace it with ./
H A Dsql.vim149 " Recursively replace any *other* occurrence of that
284 let s:or_replace = '\%(or\s\+replace\s\+\)\?'
334 " create[ or replace] procedure|function|event
434 \ '\)\s\+\(or\s\+replace\s\+\)\{,1}\)\{,1}' .
/vim-8.2.3635/runtime/icons/
H A DREADME.txt1 Choose your preferred icon and replace the standard Vim icon with it.
/vim-8.2.3635/runtime/tutor/
H A DREADME.txt31 (replace enc with the actual encoding name). You might also need to adjust the

12345678