| /vim-8.2.3635/runtime/macros/maze/ |
| H A D | maze_mac | 109 " 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 D | README.txt | 37 and not a maze and you are using SysV or DOS replace the "27" on the
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | python3complete.vim | 110 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 D | pythoncomplete.vim | 158 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 D | decada.vim | 27 " 2: replace all double '_' or '-' with an dot (which denotes a separate)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | hebrew.txt | 33 + '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 D | change.txt | 18 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 D | usr_12.txt | 28 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 D | os_dos.txt | 81 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 D | test_visual.vim | 192 " 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 D | test_python2.vim | 35 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 D | test_gn.vim | 5 " replace a single char by itself quoted: 19 " replace a multi-line match
|
| H A D | summarize.vim | 30 " tests, it doesn't actually replace anything.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xkb.vim | 41 syn keyword xkbPreproc augment include replace 43 syn keyword xkbModif override replace
|
| H A D | arduino.vim | 5 " License: VIM license (:help license, replace vim by arduino.vim) 51 syn keyword arduinoMethod readBytesUntil readString readStringUntil replace
|
| H A D | xquery.vim | 29 …ot number number one-or-more position prefix-from-QName QName remove replace replace resolve-QName…
|
| H A D | btm.vim | 113 syn keyword btmBuiltInFunc contained replace right search 173 syn keyword btmCommand rename replace restore return
|
| H A D | smarty.vim | 35 syn keyword smartyModifier escape indent lower nl2br regex_replace replace
|
| /vim-8.2.3635/src/ |
| H A D | gui_gtk.c | 2069 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 D | README.txt | 48 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 D | zimbu.vim | 46 " Does replace when a dot, space or closing brace is typed. 56 " Does not replace when a dot is typed.
|
| H A D | python.vim | 19 " For imports with leading .., append / and replace additional .s with ../ 23 " For imports with a single leading ., replace it with ./
|
| H A D | sql.vim | 149 " 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 D | README.txt | 1 Choose your preferred icon and replace the standard Vim icon with it.
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | README.txt | 31 (replace enc with the actual encoding name). You might also need to adjust the
|